* [PATCH] arm64: dts: r8a7796: Add missing second pair of DMA names to MSIOF nodes @ 2017-07-12 10:35 Geert Uytterhoeven [not found] ` <1499855753-21630-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Geert Uytterhoeven @ 2017-07-12 10:35 UTC (permalink / raw) To: Simon Horman, Magnus Damm Cc: linux-renesas-soc, devicetree, linux-arm-kernel, Geert Uytterhoeven MSIOF0 and MSIOF1 are tied to two DMA controllers through two pairs of DMA specifiers. However, the second pair of corresponding DMA names was missing. Fixes: 80fab06e258da762 ("arm64: dts: r8a7796: Add all MSIOF nodes") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi index c7bbb501ebe06826..f63f9107f453b5b7 100644 --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi @@ -1000,7 +1000,7 @@ clocks = <&cpg CPG_MOD 211>; dmas = <&dmac1 0x41>, <&dmac1 0x40>, <&dmac2 0x41>, <&dmac2 0x40>; - dma-names = "tx", "rx"; + dma-names = "tx", "rx", "tx", "rx"; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; resets = <&cpg 211>; #address-cells = <1>; @@ -1016,7 +1016,7 @@ clocks = <&cpg CPG_MOD 210>; dmas = <&dmac1 0x43>, <&dmac1 0x42>, <&dmac2 0x43>, <&dmac2 0x42>; - dma-names = "tx", "rx"; + dma-names = "tx", "rx", "tx", "rx"; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; resets = <&cpg 210>; #address-cells = <1>; -- 2.7.4 ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <1499855753-21630-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>]
* Re: [PATCH] arm64: dts: r8a7796: Add missing second pair of DMA names to MSIOF nodes [not found] ` <1499855753-21630-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> @ 2017-07-13 8:18 ` Simon Horman [not found] ` <20170713081811.GN5580-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Simon Horman @ 2017-07-13 8:18 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Magnus Damm, linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r On Wed, Jul 12, 2017 at 12:35:53PM +0200, Geert Uytterhoeven wrote: > MSIOF0 and MSIOF1 are tied to two DMA controllers through two pairs of > DMA specifiers. However, the second pair of corresponding DMA names was > missing. > > Fixes: 80fab06e258da762 ("arm64: dts: r8a7796: Add all MSIOF nodes") > Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> > --- > arch/arm64/boot/dts/renesas/r8a7796.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, applied for v4.14. Let me know if you would prefer it handled as a fix for v4.13. I see the commit it fixes was part of v4.11. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20170713081811.GN5580-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>]
* Re: [PATCH] arm64: dts: r8a7796: Add missing second pair of DMA names to MSIOF nodes [not found] ` <20170713081811.GN5580-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org> @ 2017-07-13 8:23 ` Geert Uytterhoeven [not found] ` <CAMuHMdU58TtEpHAdmf-wKCrOvziZTTs3xBc7hv4E15n1UdCOOQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Geert Uytterhoeven @ 2017-07-13 8:23 UTC (permalink / raw) To: Simon Horman Cc: Geert Uytterhoeven, Magnus Damm, Linux-Renesas, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Hi Simon, On Thu, Jul 13, 2017 at 10:18 AM, Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org> wrote: > On Wed, Jul 12, 2017 at 12:35:53PM +0200, Geert Uytterhoeven wrote: >> MSIOF0 and MSIOF1 are tied to two DMA controllers through two pairs of >> DMA specifiers. However, the second pair of corresponding DMA names was >> missing. >> >> Fixes: 80fab06e258da762 ("arm64: dts: r8a7796: Add all MSIOF nodes") >> Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> >> --- >> arch/arm64/boot/dts/renesas/r8a7796.dtsi | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > Thanks, applied for v4.14. > > Let me know if you would prefer it handled as a fix for v4.13. > I see the commit it fixes was part of v4.11. Thanks! V4.14 is fine. It's not enabled in any board DTS, and DMA will stll work as long as there are free channels on DMAC1. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <CAMuHMdU58TtEpHAdmf-wKCrOvziZTTs3xBc7hv4E15n1UdCOOQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH] arm64: dts: r8a7796: Add missing second pair of DMA names to MSIOF nodes [not found] ` <CAMuHMdU58TtEpHAdmf-wKCrOvziZTTs3xBc7hv4E15n1UdCOOQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2017-07-13 8:33 ` Simon Horman 0 siblings, 0 replies; 4+ messages in thread From: Simon Horman @ 2017-07-13 8:33 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Geert Uytterhoeven, Magnus Damm, Linux-Renesas, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org On Thu, Jul 13, 2017 at 10:23:43AM +0200, Geert Uytterhoeven wrote: > Hi Simon, > > On Thu, Jul 13, 2017 at 10:18 AM, Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org> wrote: > > On Wed, Jul 12, 2017 at 12:35:53PM +0200, Geert Uytterhoeven wrote: > >> MSIOF0 and MSIOF1 are tied to two DMA controllers through two pairs of > >> DMA specifiers. However, the second pair of corresponding DMA names was > >> missing. > >> > >> Fixes: 80fab06e258da762 ("arm64: dts: r8a7796: Add all MSIOF nodes") > >> Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> > >> --- > >> arch/arm64/boot/dts/renesas/r8a7796.dtsi | 4 ++-- > >> 1 file changed, 2 insertions(+), 2 deletions(-) > > > > Thanks, applied for v4.14. > > > > Let me know if you would prefer it handled as a fix for v4.13. > > I see the commit it fixes was part of v4.11. > > Thanks! > > V4.14 is fine. It's not enabled in any board DTS, and DMA will stll work as > long as there are free channels on DMAC1. Thanks, for clarifying. The second point above was the main part of my reasoning that it is v4.14 material. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-13 8:33 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-07-12 10:35 [PATCH] arm64: dts: r8a7796: Add missing second pair of DMA names to MSIOF nodes Geert Uytterhoeven [not found] ` <1499855753-21630-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> 2017-07-13 8:18 ` Simon Horman [not found] ` <20170713081811.GN5580-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org> 2017-07-13 8:23 ` Geert Uytterhoeven [not found] ` <CAMuHMdU58TtEpHAdmf-wKCrOvziZTTs3xBc7hv4E15n1UdCOOQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2017-07-13 8:33 ` Simon Horman
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).