All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Shawn Lin <shawn.lin@rock-chips.com>
Cc: Vinod Koul <vinod.koul@intel.com>,
	Heiko Stuebner <heiko@sntech.de>,
	Addy Ke <addy.ke@rock-chips.com>,
	Olof Johansson <olofj@google.com>,
	Doug Anderson <dianders@chromium.org>,
	linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org,
	dmaengine@vger.kernel.org, Sonny Rao <sonnyrao@chromium.org>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 5/5] Documentation: arm-pl330: add description of broken-no-flushp
Date: Thu, 27 Aug 2015 21:59:57 +0900	[thread overview]
Message-ID: <CAJKOXPfPLu09ZGChTRr+9-m_HLruYN6KvT=bvMrYrndCBtN2Rg@mail.gmail.com> (raw)
In-Reply-To: <1440665362-31771-1-git-send-email-shawn.lin@rock-chips.com>

2015-08-27 17:49 GMT+09:00 Shawn Lin <shawn.lin@rock-chips.com>:
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
> ---
>
>  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

Best regards,
Krzysztof

WARNING: multiple messages have this Message-ID (diff)
From: k.kozlowski@samsung.com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] Documentation: arm-pl330: add description of broken-no-flushp
Date: Thu, 27 Aug 2015 21:59:57 +0900	[thread overview]
Message-ID: <CAJKOXPfPLu09ZGChTRr+9-m_HLruYN6KvT=bvMrYrndCBtN2Rg@mail.gmail.com> (raw)
In-Reply-To: <1440665362-31771-1-git-send-email-shawn.lin@rock-chips.com>

2015-08-27 17:49 GMT+09:00 Shawn Lin <shawn.lin@rock-chips.com>:
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
> ---
>
>  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

Best regards,
Krzysztof

  reply	other threads:[~2015-08-27 13:00 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-27  8:48 [PATCH 0/5] Fix broken DMAFLUSHP on Rockchips platform Shawn Lin
2015-08-27  8:48 ` Shawn Lin
2015-08-27  8:48 ` [PATCH 1/5] DMA: pl330: support burst mode for dev-to-mem and mem-to-dev transmit Shawn Lin
2015-08-27  8:48   ` Shawn Lin
2015-08-27  8:57   ` Heiko Stuebner
2015-08-27  8:57     ` Heiko Stuebner
2015-08-27 11:05     ` Shawn Lin
2015-08-27 11:05       ` Shawn Lin
2015-08-27 11:05       ` Shawn Lin
2015-08-27 12:57   ` Krzysztof Kozlowski
2015-08-27 12:57     ` Krzysztof Kozlowski
2015-08-27 12:57     ` Krzysztof Kozlowski
2015-08-27 13:28     ` Shawn Lin
2015-08-27 13:28       ` Shawn Lin
2015-08-28 18:19       ` Sonny Rao
2015-08-28 18:19         ` Sonny Rao
2015-08-28 18:19         ` Sonny Rao
2015-08-28 23:40         ` Shawn Lin
2015-08-28 23:40           ` Shawn Lin
2015-08-28 23:40           ` Shawn Lin
2015-08-27  8:48 ` [PATCH 2/5] DMA: pl330: add quirk for broken no flushp Shawn Lin
2015-08-27  8:48   ` Shawn Lin
2015-08-27  8:48 ` [PATCH 3/5] ARM: dts: Add broken-no-flushp quirk for rk3288 platform Shawn Lin
2015-08-27  8:48   ` Shawn Lin
2015-08-27  8:49 ` [PATCH 4/5] ARM: dts: Add broken-no-flushp quirk for rk3xxx platform Shawn Lin
2015-08-27  8:49   ` Shawn Lin
2015-08-27  8:49   ` Shawn Lin
2015-08-27  8:49 ` [PATCH 5/5] Documentation: arm-pl330: add description of broken-no-flushp Shawn Lin
2015-08-27  8:49   ` Shawn Lin
2015-08-27 12:59   ` Krzysztof Kozlowski [this message]
2015-08-27 12:59     ` Krzysztof Kozlowski
2015-08-27 13:17     ` Shawn Lin
2015-08-27 13:17       ` Shawn Lin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJKOXPfPLu09ZGChTRr+9-m_HLruYN6KvT=bvMrYrndCBtN2Rg@mail.gmail.com' \
    --to=k.kozlowski@samsung.com \
    --cc=addy.ke@rock-chips.com \
    --cc=dianders@chromium.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=olofj@google.com \
    --cc=shawn.lin@rock-chips.com \
    --cc=sonnyrao@chromium.org \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.