From patchwork Wed Nov 6 10:16:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 21364 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-oa0-f70.google.com (mail-oa0-f70.google.com [209.85.219.70]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 44D6420DB9 for ; Wed, 6 Nov 2013 10:16:50 +0000 (UTC) Received: by mail-oa0-f70.google.com with SMTP id i4sf5992566oah.5 for ; Wed, 06 Nov 2013 02:16:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-unsubscribe; bh=1u43dZ559tbG3tRQe7heg27t5uTfftBCtNckR7+zPDs=; b=JYGFwcJfgSX0gCUIcAKipPFwde69y9ef2Ydr8HxPetCxoCPrvzF+Z0UmOXOBpIt4AW Ova5fsrvNoZD6hoUrUFpkO110LrNvN2LfvmYU7AXsZD63dGXqiH8J/35zVJrA+dre7SZ OOn37D0AkZJIIyhpaPa3TpFWDxxLH3bpJUfteRTtvXDvk59pS6qaW05kCr0+IPUt0EMx lkVJhT16smAvbApq/U/+CkmArpd6fY4hWDd+Im82qozPNr30tKdYJVAqfbxXPl2TMSbr BTtHuKyzqNB2L/NWA1pACMb9pVis4FC+0Qv0J1+WZHDbCOed8OLwKt7hJtrsRzBgW81H 8i2A== X-Gm-Message-State: ALoCoQl5rgkTN08D18gnIOWX0ifzi4iasxkI3ETE1aPLPDJb7Q2IRbJU4GHEom3TUU8WDATE1A6s X-Received: by 10.43.74.133 with SMTP id yw5mr641033icb.15.1383733009778; Wed, 06 Nov 2013 02:16:49 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.101.73 with SMTP id fe9ls591554qeb.89.gmail; Wed, 06 Nov 2013 02:16:49 -0800 (PST) X-Received: by 10.58.210.39 with SMTP id mr7mr1739038vec.18.1383733009630; Wed, 06 Nov 2013 02:16:49 -0800 (PST) Received: from mail-ve0-f172.google.com (mail-ve0-f172.google.com [209.85.128.172]) by mx.google.com with ESMTPS id t2si6825316vem.142.2013.11.06.02.16.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Nov 2013 02:16:49 -0800 (PST) Received-SPF: neutral (google.com: 209.85.128.172 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.172; Received: by mail-ve0-f172.google.com with SMTP id cz12so3397708veb.17 for ; Wed, 06 Nov 2013 02:16:49 -0800 (PST) X-Received: by 10.220.192.198 with SMTP id dr6mr1704346vcb.19.1383733009528; Wed, 06 Nov 2013 02:16:49 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.174.196 with SMTP id u4csp273190vcz; Wed, 6 Nov 2013 02:16:49 -0800 (PST) X-Received: by 10.50.21.6 with SMTP id r6mr19713774ige.44.1383733008930; Wed, 06 Nov 2013 02:16:48 -0800 (PST) Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) by mx.google.com with ESMTPS id r18si7003815igw.4.2013.11.06.02.16.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Nov 2013 02:16:48 -0800 (PST) Received-SPF: neutral (google.com: 209.85.223.175 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.223.175; Received: by mail-ie0-f175.google.com with SMTP id aq17so16664710iec.20 for ; Wed, 06 Nov 2013 02:16:48 -0800 (PST) X-Received: by 10.50.154.10 with SMTP id vk10mr19573500igb.1.1383733008234; Wed, 06 Nov 2013 02:16:48 -0800 (PST) Received: from localhost.localdomain (cpc15-aztw25-2-0-cust493.aztw.cable.virginm.net. [92.233.57.238]) by mx.google.com with ESMTPSA id ka1sm13308397igb.7.2013.11.06.02.16.46 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Nov 2013 02:16:47 -0800 (PST) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: linus.walleij@linaro.org, Lee Jones , devicetree@vger.kernel.org, Vinod Koul Subject: [PATCH 01/13] dma: ste_dma40: Expand DT binding to accept 'high-priority channel' flag Date: Wed, 6 Nov 2013 10:16:13 +0000 Message-Id: <1383732985-18928-2-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1383732985-18928-1-git-send-email-lee.jones@linaro.org> References: <1383732985-18928-1-git-send-email-lee.jones@linaro.org> X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: lee.jones@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.172 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , This is used for MSP (audio) devices which is about to be fully DT:ed. Cc: devicetree@vger.kernel.org Cc: Vinod Koul Signed-off-by: Lee Jones --- Documentation/devicetree/bindings/dma/ste-dma40.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/dma/ste-dma40.txt b/Documentation/devicetree/bindings/dma/ste-dma40.txt index a8c21c2..1f5729f 100644 --- a/Documentation/devicetree/bindings/dma/ste-dma40.txt +++ b/Documentation/devicetree/bindings/dma/ste-dma40.txt @@ -50,6 +50,9 @@ Each dmas request consists of 4 cells: 0x00000008: Use fixed channel: Use automatic channel selection when unset Use DMA request line number when set + 0x00000010: Set channel as high priority: + Normal priority when unset + High priority when set Example: