From patchwork Thu Sep 29 02:12:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sinan Kaya X-Patchwork-Id: 9355607 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 3D7906077A for ; Thu, 29 Sep 2016 02:18:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2F557297C0 for ; Thu, 29 Sep 2016 02:18:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 23916297C6; Thu, 29 Sep 2016 02:18:58 +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 C7CE6297C0 for ; Thu, 29 Sep 2016 02:18:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754905AbcI2CQh (ORCPT ); Wed, 28 Sep 2016 22:16:37 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:60236 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753956AbcI2CQd (ORCPT ); Wed, 28 Sep 2016 22:16:33 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 53C4B61AD3; Thu, 29 Sep 2016 02:16:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1475115392; bh=AD46TpvTuwU9hGfLVRzrY8xqHDLz9oQREE6dXgdzgZI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=eFd/TdrXcQa7RTsZLs74L/42VoWaua74gNblfKctB2fyoa7IM4drKQcJ6Ua04203J J2Unj3A92FUUUza96U1kpecglrGhPRBnnw8wkwj/YuxQ6fD0PjBjEjoOewHWFZ+5LY ExtrvpYZwwrfZToquND67YDDRrFHTW346ddEeJFY= 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 0BE4B61AC6; Thu, 29 Sep 2016 02:16:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1475115391; bh=AD46TpvTuwU9hGfLVRzrY8xqHDLz9oQREE6dXgdzgZI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OjFy3O7r8swYAG42IJfHcKkt/fgQ0hAhQDSOXIDm6HgVCsY8mjOmiAdCtguQxu0+Z NlsXAM19Jf0b3S0gQ7QiHBRUh3Dod7PUDnCzQYN8JpzMXP0lTpBms+Sb6U71KPysvl q0uS1N/+FCUaVXpxGrGj+bwCXZ4IonbGuZ+SfHHc= DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org 0BE4B61AC6 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=okaya@codeaurora.org From: Sinan Kaya To: dmaengine@vger.kernel.org, timur@codeaurora.org, devicetree@vger.kernel.org, cov@codeaurora.org, vinod.koul@intel.com, jcm@redhat.com Cc: agross@codeaurora.org, arnd@arndb.de, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sinan Kaya , Rob Herring , Mark Rutland , linux-kernel@vger.kernel.org Subject: [PATCH V4 02/10] Documentation: DT: qcom_hidma: correct spelling mistakes Date: Wed, 28 Sep 2016 22:12:39 -0400 Message-Id: <1475115167-5898-3-git-send-email-okaya@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1475115167-5898-1-git-send-email-okaya@codeaurora.org> References: <1475115167-5898-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 Fix the spelling mistakes and extra and statements in the sentences. Acked-by: Rob Herring 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 2c5e4b8..55492c2 100644 --- a/Documentation/devicetree/bindings/dma/qcom_hidma_mgmt.txt +++ b/Documentation/devicetree/bindings/dma/qcom_hidma_mgmt.txt @@ -5,13 +5,13 @@ memcpy and memset capabilities. It has been designed for virtualized environments. Each HIDMA HW instance consists of multiple DMA channels. These channels -share the same bandwidth. The bandwidth utilization can be parititioned +share the same bandwidth. The bandwidth utilization can be partitioned among channels based on the priority and weight assignments. There are only two priority levels and 15 weigh assignments possible. Other parameters here determine how much of the system bus this HIDMA -instance can use like maximum read/write request and and number of bytes to +instance can use like maximum read/write request and number of bytes to read/write in a single burst. Main node required properties: