From patchwork Sat Dec 2 04:27:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sinan Kaya X-Patchwork-Id: 10088441 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 6B27B605D2 for ; Sat, 2 Dec 2017 04:27:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 631DD2A0DA for ; Sat, 2 Dec 2017 04:27:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 578002A0DB; Sat, 2 Dec 2017 04:27:59 +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 EEB5E2A0DA for ; Sat, 2 Dec 2017 04:27:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751486AbdLBE1x (ORCPT ); Fri, 1 Dec 2017 23:27:53 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:40286 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751373AbdLBE1w (ORCPT ); Fri, 1 Dec 2017 23:27:52 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id E529160241; Sat, 2 Dec 2017 04:27:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1512188871; bh=DsaInQgjBm+vo+R/THx46h2X7jk8HbtaTse2B+3z5/8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Q3RrC+ZQnodmtIhId8sO5S3nSCDLRJaYZyFzI+cbs4TidzlzWYPK4FFVYPbZpdu03 L8YRKVOSdM0xrEEXReTOnJbAzuiKvRb2kW3/36STBegW1X9/biiIPbLYv9IGoof+MV IHmFmHIjpUwQbo8KLIzlxIKfsZizqOGuWLSS+lhw= 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 41CA960241; Sat, 2 Dec 2017 04:27:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1512188871; bh=DsaInQgjBm+vo+R/THx46h2X7jk8HbtaTse2B+3z5/8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Q3RrC+ZQnodmtIhId8sO5S3nSCDLRJaYZyFzI+cbs4TidzlzWYPK4FFVYPbZpdu03 L8YRKVOSdM0xrEEXReTOnJbAzuiKvRb2kW3/36STBegW1X9/biiIPbLYv9IGoof+MV IHmFmHIjpUwQbo8KLIzlxIKfsZizqOGuWLSS+lhw= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 41CA960241 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: dmaengine@vger.kernel.org, timur@codeaurora.org, devicetree@vger.kernel.org Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sinan Kaya , Vinod Koul , Rob Herring , Mark Rutland , linux-kernel@vger.kernel.org (open list) Subject: [PATCH V5 1/7] Documentation: DT: qcom_hidma: Bump HW revision for the bugfixed HW Date: Fri, 1 Dec 2017 23:27:38 -0500 Message-Id: <1512188864-773-2-git-send-email-okaya@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1512188864-773-1-git-send-email-okaya@codeaurora.org> References: <1512188864-773-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 Reviewed-by: Rob Herring --- 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