From patchwork Thu Dec 7 21:10:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sinan Kaya X-Patchwork-Id: 10101007 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 CFC6360329 for ; Thu, 7 Dec 2017 21:10:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C120E28711 for ; Thu, 7 Dec 2017 21:10:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B5EE328717; Thu, 7 Dec 2017 21:10:45 +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=unavailable 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 717F128711 for ; Thu, 7 Dec 2017 21:10:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752512AbdLGVKm (ORCPT ); Thu, 7 Dec 2017 16:10:42 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:59248 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752487AbdLGVKj (ORCPT ); Thu, 7 Dec 2017 16:10:39 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 5197460819; Thu, 7 Dec 2017 21:10:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1512681039; bh=O0pzBmypbjk/nwTYMchqWIdD1/qFStQ4+4r2pFtiQgg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MXhg67dN5rj//qw+ZG+ZnSsxKUkfJs4FrzSIAApbHtZVgCGi3v+p+Un8w43aYMHjN dp3rc2reRfWfDcSIki1wEiCV0fpxz/STQyJ6iqVxHrCUP8XVjWz12YaEIIU+T5Gh/f TPWpIpK4/FrcBuzr1PADBTUjea3kKOXrzfQZn+nI= 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 6E038606DD; Thu, 7 Dec 2017 21:10:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1512681038; bh=O0pzBmypbjk/nwTYMchqWIdD1/qFStQ4+4r2pFtiQgg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LbFn1fiW8Zd1uhRivKqvfsrHqwDUgfq9latPyClfMAdWnTawHDbsh7Lgm3n0uhyNf F+2LJqYS+Q4J6FnrfpspyLGMo8QyJunOINeNswmdiWl38RbHcMoIUdfFOiSRcXhkQm I5OHzO8NKSHvBmzUIbPaSaTbjbZXfiYGt8sigeWo= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 6E038606DD 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, linux-acpi@vger.kernel.org, sakari.ailus@linux.intel.com 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 V7 1/7] Documentation: DT: qcom_hidma: Bump HW revision for the bugfixed HW Date: Thu, 7 Dec 2017 16:10:25 -0500 Message-Id: <1512681031-11343-2-git-send-email-okaya@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1512681031-11343-1-git-send-email-okaya@codeaurora.org> References: <1512681031-11343-1-git-send-email-okaya@codeaurora.org> Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@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