From patchwork Fri Dec 1 02:52:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sinan Kaya X-Patchwork-Id: 10086075 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E7FB760327 for ; Fri, 1 Dec 2017 02:54:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CFD902A2C5 for ; Fri, 1 Dec 2017 02:54:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C4B382A2C8; Fri, 1 Dec 2017 02:54:32 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7BB7F2A2C5 for ; Fri, 1 Dec 2017 02:54:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752212AbdLACxJ (ORCPT ); Thu, 30 Nov 2017 21:53:09 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:56004 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751790AbdLACxH (ORCPT ); Thu, 30 Nov 2017 21:53:07 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 5874C607E4; Fri, 1 Dec 2017 02:53:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1512096786; bh=DsaInQgjBm+vo+R/THx46h2X7jk8HbtaTse2B+3z5/8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HoFYI0kos/Oq6Zy7v7vcLwYHf0t0788+PRNYpaQpS7vRtUtCWfG9Op9/S/XFhLo22 ekSL8gN4fRyKvMEbsZoJlg9e7CCRkNKA6rz/t1oJfK9Gp3rsHX+6uTAINOk1P6RXII u6WqMNlfCu0R/4/UBpl0XSTA3YLTiMjY5av6nNCA= Received: from drakthul.qualcomm.com (global_nat1_iad_fw.qualcomm.com [129.46.232.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: okaya@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 8EEC4601D4; Fri, 1 Dec 2017 02:53:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1512096785; bh=DsaInQgjBm+vo+R/THx46h2X7jk8HbtaTse2B+3z5/8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CBt/WU+gJzCWR8yK9ltv7OQF93opJmgSa5OcEOR03xlCCN358+WQ3RYDJEDv/aiqM GV4EkhGXP4FvJPjZVRLv0WZGE0Kd/K7c0q7MND5gGJNgM7U8cxLsnrD1GDKaXDHTG5 QOhCzNtZdggjkiCNXCXrvOSvRzwUGHdutcht0/uw= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 8EEC4601D4 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=okaya@codeaurora.org From: Sinan Kaya To: linux-pci@vger.kernel.org, timur@codeaurora.org Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sinan Kaya , Vinod Koul , Rob Herring , Mark Rutland , dmaengine@vger.kernel.org (open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM), devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS), linux-kernel@vger.kernel.org (open list) Subject: [PATCH V4 1/5] Documentation: DT: qcom_hidma: Bump HW revision for the bugfixed HW Date: Thu, 30 Nov 2017 21:52:52 -0500 Message-Id: <1512096776-22883-2-git-send-email-okaya@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1512096776-22883-1-git-send-email-okaya@codeaurora.org> References: <1512096776-22883-1-git-send-email-okaya@codeaurora.org> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP A new version of the HIDMA IP has been released with bug fixes. Bumping the hardware version to differentiate from others. Signed-off-by: Sinan Kaya --- Documentation/devicetree/bindings/dma/qcom_hidma_mgmt.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/dma/qcom_hidma_mgmt.txt b/Documentation/devicetree/bindings/dma/qcom_hidma_mgmt.txt index 55492c2..5d93d6d 100644 --- a/Documentation/devicetree/bindings/dma/qcom_hidma_mgmt.txt +++ b/Documentation/devicetree/bindings/dma/qcom_hidma_mgmt.txt @@ -47,8 +47,8 @@ When the OS is not in control of the management interface (i.e. it's a guest), the channel nodes appear on their own, not under a management node. Required properties: -- compatible: must contain "qcom,hidma-1.0" for initial HW or "qcom,hidma-1.1" -for MSI capable HW. +- compatible: must contain "qcom,hidma-1.0" for initial HW or + "qcom,hidma-1.1"/"qcom,hidma-1.2" for MSI capable HW. - reg: Addresses for the transfer and event channel - interrupts: Should contain the event interrupt - desc-count: Number of asynchronous requests this channel can handle