dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: dmaengine: dma-common: Fix the dma-channel-mask property
@ 2019-08-28 10:30 Yoshihiro Shimoda
  2019-09-02 13:38 ` Rob Herring
  2019-09-04  4:53 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Yoshihiro Shimoda @ 2019-08-28 10:30 UTC (permalink / raw)
  To: vkoul, robh+dt, mark.rutland; +Cc: dmaengine, devicetree, Yoshihiro Shimoda

The commit b37e3534ac42 ("dt-bindings: dmaengine: Add YAML schemas
for the generic DMA bindings") changed the property from
dma-channel-mask to dma-channel-masks. So, this patch fixes it.

Fixes: b37e3534ac42 ("dt-bindings: dmaengine: Add YAML schemas for the generic DMA bindings")
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Changes from v1:
 - s/Revise/Fix/ in the subject and s/revises/fixes/ the commit log.
 https://patchwork.kernel.org/patch/11117885/

 Documentation/devicetree/bindings/dma/dma-common.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/dma/dma-common.yaml b/Documentation/devicetree/bindings/dma/dma-common.yaml
index 0141af0..ed0a49a 100644
--- a/Documentation/devicetree/bindings/dma/dma-common.yaml
+++ b/Documentation/devicetree/bindings/dma/dma-common.yaml
@@ -24,7 +24,7 @@ properties:
     description:
       Used to provide DMA controller specific information.
 
-  dma-channel-masks:
+  dma-channel-mask:
     $ref: /schemas/types.yaml#definitions/uint32
     description:
       Bitmask of available DMA channels in ascending order that are
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: dmaengine: dma-common: Fix the dma-channel-mask property
  2019-08-28 10:30 [PATCH] dt-bindings: dmaengine: dma-common: Fix the dma-channel-mask property Yoshihiro Shimoda
@ 2019-09-02 13:38 ` Rob Herring
  2019-09-04  4:53 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2019-09-02 13:38 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: vkoul, robh+dt, mark.rutland, dmaengine, devicetree, Yoshihiro Shimoda

On Wed, 28 Aug 2019 19:30:23 +0900, Yoshihiro Shimoda wrote:
> The commit b37e3534ac42 ("dt-bindings: dmaengine: Add YAML schemas
> for the generic DMA bindings") changed the property from
> dma-channel-mask to dma-channel-masks. So, this patch fixes it.
> 
> Fixes: b37e3534ac42 ("dt-bindings: dmaengine: Add YAML schemas for the generic DMA bindings")
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Changes from v1:
>  - s/Revise/Fix/ in the subject and s/revises/fixes/ the commit log.
>  https://patchwork.kernel.org/patch/11117885/
> 
>  Documentation/devicetree/bindings/dma/dma-common.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: dmaengine: dma-common: Fix the dma-channel-mask property
  2019-08-28 10:30 [PATCH] dt-bindings: dmaengine: dma-common: Fix the dma-channel-mask property Yoshihiro Shimoda
  2019-09-02 13:38 ` Rob Herring
@ 2019-09-04  4:53 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2019-09-04  4:53 UTC (permalink / raw)
  To: Yoshihiro Shimoda; +Cc: robh+dt, mark.rutland, dmaengine, devicetree

On 28-08-19, 19:30, Yoshihiro Shimoda wrote:
> The commit b37e3534ac42 ("dt-bindings: dmaengine: Add YAML schemas
> for the generic DMA bindings") changed the property from
> dma-channel-mask to dma-channel-masks. So, this patch fixes it.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-04  4:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-28 10:30 [PATCH] dt-bindings: dmaengine: dma-common: Fix the dma-channel-mask property Yoshihiro Shimoda
2019-09-02 13:38 ` Rob Herring
2019-09-04  4:53 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).