From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753724AbbH0NSH (ORCPT ); Thu, 27 Aug 2015 09:18:07 -0400 Received: from lucky1.263xmail.com ([211.157.147.130]:52846 "EHLO lucky1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751988AbbH0NSE (ORCPT ); Thu, 27 Aug 2015 09:18:04 -0400 X-263anti-spam: KSV:0; X-MAIL-GRAY: 1 X-MAIL-DELIVERY: 0 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-ADDR-CHECKED: 0 X-RL-SENDER: shawn.lin@rock-chips.com X-FST-TO: linux-arm-kernel@lists.infradead.org X-SENDER-IP: 220.200.5.186 X-LOGIN-NAME: shawn.lin@rock-chips.com X-UNIQUE-TAG: <876b2c165085d0aa03e297f425145e88> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Subject: Re: [PATCH 5/5] Documentation: arm-pl330: add description of broken-no-flushp To: Krzysztof Kozlowski References: <1440665280-31557-1-git-send-email-shawn.lin@rock-chips.com> <1440665362-31771-1-git-send-email-shawn.lin@rock-chips.com> Cc: shawn.lin@rock-chips.com, Vinod Koul , Heiko Stuebner , Addy Ke , Olof Johansson , Doug Anderson , linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, dmaengine@vger.kernel.org, Sonny Rao , linux-arm-kernel@lists.infradead.org From: Shawn Lin Message-ID: <55DF0DED.3060702@rock-chips.com> Date: Thu, 27 Aug 2015 21:17:33 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/8/27 20:59, Krzysztof Kozlowski write: > 2015-08-27 17:49 GMT+09:00 Shawn Lin : >> Signed-off-by: Shawn Lin >> --- >> >> Documentation/devicetree/bindings/dma/arm-pl330.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/dma/arm-pl330.txt b/Documentation/devicetree/bindings/dma/arm-pl330.txt >> index 2675658..0f19268 100644 >> --- a/Documentation/devicetree/bindings/dma/arm-pl330.txt >> +++ b/Documentation/devicetree/bindings/dma/arm-pl330.txt >> @@ -15,6 +15,7 @@ Optional properties: >> cells in the dmas property of client device. >> - dma-channels: contains the total number of DMA channels supported by the DMAC >> - dma-requests: contains the total number of DMA requests supported by the DMAC >> + - broken-no-flushp: quirk for avoiding to execute DMAFLUSHP > > It looks like a device or vendor specific quirk so the property should > have a prefix. For example: > arm,pl330-broken-no-flushp > Got it. Thanks, Krzysztof. > Best regards, > Krzysztof > > > -- Best Regards Shawn Lin