* [PATCH 00/10] ARM: shmobile: Use generic names for device nodes @ 2015-04-27 12:55 Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 01/10] ARM: shmobile: r8a7740 dtsi: " Geert Uytterhoeven ` (5 more replies) 0 siblings, 6 replies; 18+ messages in thread From: Geert Uytterhoeven @ 2015-04-27 12:55 UTC (permalink / raw) To: Simon Horman, Magnus Damm Cc: Sergei Shtylyov, devicetree, linux-sh, linux-arm-kernel, Geert Uytterhoeven Hi Magnus, Simon, This patch series gets rid of the last non-generic device nodes names in the shmobile DTS files, and replaces them by generic names, cfr. ePAPR. Thanks for applying! Geert Uytterhoeven (10): ARM: shmobile: r8a7740 dtsi: Use generic names for device nodes ARM: shmobile: r8a7778 dtsi: Use generic names for device nodes ARM: shmobile: r8a7779 dtsi: Use generic names for device nodes ARM: shmobile: r8a7790 dtsi: Use generic names for device nodes ARM: shmobile: r8a7791 dtsi: Use generic names for device nodes ARM: shmobile: sh73a0 dtsi: Use generic names for device nodes ARM: shmobile: ape6evm dts: Use generic names for device nodes ARM: shmobile: armadillo800eva dts: Use generic names for device nodes ARM: shmobile: kzm9d dts: Use generic names for device nodes ARM: shmobile: marzen dts: Use generic names for device nodes arch/arm/boot/dts/emev2-kzm9d.dts | 4 ++-- arch/arm/boot/dts/r8a73a4-ape6evm.dts | 2 +- arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 2 +- arch/arm/boot/dts/r8a7740.dtsi | 8 ++++---- arch/arm/boot/dts/r8a7778.dtsi | 2 +- arch/arm/boot/dts/r8a7779-marzen.dts | 6 +++--- arch/arm/boot/dts/r8a7779.dtsi | 2 +- arch/arm/boot/dts/r8a7790.dtsi | 2 +- arch/arm/boot/dts/r8a7791.dtsi | 2 +- arch/arm/boot/dts/sh73a0.dtsi | 8 ++++---- 10 files changed, 19 insertions(+), 19 deletions(-) -- 1.9.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.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 ^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 01/10] ARM: shmobile: r8a7740 dtsi: Use generic names for device nodes 2015-04-27 12:55 [PATCH 00/10] ARM: shmobile: Use generic names for device nodes Geert Uytterhoeven @ 2015-04-27 12:55 ` Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 02/10] ARM: shmobile: r8a7778 " Geert Uytterhoeven ` (4 subsequent siblings) 5 siblings, 0 replies; 18+ messages in thread From: Geert Uytterhoeven @ 2015-04-27 12:55 UTC (permalink / raw) To: Simon Horman, Magnus Damm Cc: Sergei Shtylyov, devicetree, linux-sh, linux-arm-kernel, Geert Uytterhoeven irqpin -> interrupt-controller Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- arch/arm/boot/dts/r8a7740.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi index 83c1c3ca1b8f1400..f265b6b194e9774d 100644 --- a/arch/arm/boot/dts/r8a7740.dtsi +++ b/arch/arm/boot/dts/r8a7740.dtsi @@ -67,7 +67,7 @@ }; /* irqpin0: IRQ0 - IRQ7 */ - irqpin0: irqpin@e6900000 { + irqpin0: interrupt-controller@e6900000 { compatible = "renesas,intc-irqpin-r8a7740", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; @@ -89,7 +89,7 @@ }; /* irqpin1: IRQ8 - IRQ15 */ - irqpin1: irqpin@e6900004 { + irqpin1: interrupt-controller@e6900004 { compatible = "renesas,intc-irqpin-r8a7740", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; @@ -111,7 +111,7 @@ }; /* irqpin2: IRQ16 - IRQ23 */ - irqpin2: irqpin@e6900008 { + irqpin2: interrupt-controller@e6900008 { compatible = "renesas,intc-irqpin-r8a7740", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; @@ -133,7 +133,7 @@ }; /* irqpin3: IRQ24 - IRQ31 */ - irqpin3: irqpin@e690000c { + irqpin3: interrupt-controller@e690000c { compatible = "renesas,intc-irqpin-r8a7740", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; -- 1.9.1 ^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 02/10] ARM: shmobile: r8a7778 dtsi: Use generic names for device nodes 2015-04-27 12:55 [PATCH 00/10] ARM: shmobile: Use generic names for device nodes Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 01/10] ARM: shmobile: r8a7740 dtsi: " Geert Uytterhoeven @ 2015-04-27 12:55 ` Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 03/10] ARM: shmobile: r8a7779 " Geert Uytterhoeven ` (3 subsequent siblings) 5 siblings, 0 replies; 18+ messages in thread From: Geert Uytterhoeven @ 2015-04-27 12:55 UTC (permalink / raw) To: Simon Horman, Magnus Damm Cc: Sergei Shtylyov, devicetree, linux-sh, linux-arm-kernel, Geert Uytterhoeven irqpin -> interrupt-controller Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- arch/arm/boot/dts/r8a7778.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi index 868f9730953350e9..7ce9f5fd586504f2 100644 --- a/arch/arm/boot/dts/r8a7778.dtsi +++ b/arch/arm/boot/dts/r8a7778.dtsi @@ -68,7 +68,7 @@ }; /* irqpin: IRQ0 - IRQ3 */ - irqpin: irqpin@fe78001c { + irqpin: interrupt-controller@fe78001c { compatible = "renesas,intc-irqpin-r8a7778", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; -- 1.9.1 ^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 03/10] ARM: shmobile: r8a7779 dtsi: Use generic names for device nodes 2015-04-27 12:55 [PATCH 00/10] ARM: shmobile: Use generic names for device nodes Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 01/10] ARM: shmobile: r8a7740 dtsi: " Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 02/10] ARM: shmobile: r8a7778 " Geert Uytterhoeven @ 2015-04-27 12:55 ` Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 08/10] ARM: shmobile: armadillo800eva dts: " Geert Uytterhoeven ` (2 subsequent siblings) 5 siblings, 0 replies; 18+ messages in thread From: Geert Uytterhoeven @ 2015-04-27 12:55 UTC (permalink / raw) To: Simon Horman, Magnus Damm Cc: Sergei Shtylyov, devicetree, linux-sh, linux-arm-kernel, Geert Uytterhoeven irqpin -> interrupt-controller Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- arch/arm/boot/dts/r8a7779.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index 5c2219b9f3eb5003..5c8071e87ae9c719 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi @@ -148,7 +148,7 @@ interrupt-controller; }; - irqpin0: irqpin@fe780010 { + irqpin0: interrupt-controller@fe780010 { compatible = "renesas,intc-irqpin-r8a7779", "renesas,intc-irqpin"; #interrupt-cells = <2>; status = "disabled"; -- 1.9.1 ^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 08/10] ARM: shmobile: armadillo800eva dts: Use generic names for device nodes 2015-04-27 12:55 [PATCH 00/10] ARM: shmobile: Use generic names for device nodes Geert Uytterhoeven ` (2 preceding siblings ...) 2015-04-27 12:55 ` [PATCH 03/10] ARM: shmobile: r8a7779 " Geert Uytterhoeven @ 2015-04-27 12:55 ` Geert Uytterhoeven 2015-04-27 13:05 ` Sergei Shtylyov [not found] ` <1430139334-15272-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> 2015-04-28 0:57 ` [PATCH 00/10] ARM: shmobile: " Simon Horman 5 siblings, 1 reply; 18+ messages in thread From: Geert Uytterhoeven @ 2015-04-27 12:55 UTC (permalink / raw) To: Simon Horman, Magnus Damm Cc: Sergei Shtylyov, devicetree, linux-sh, linux-arm-kernel, Geert Uytterhoeven wm8978 -> codec Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts index 9bd0cb439f448d03..2e31d8c01cbf6a74 100644 --- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts @@ -208,7 +208,7 @@ gpios = <&pfc 166 GPIO_ACTIVE_LOW>; }; - wm8978: wm8978@1a { + wm8978: codec@1a { #sound-dai-cells = <0>; compatible = "wlf,wm8978"; reg = <0x1a>; -- 1.9.1 ^ permalink raw reply related [flat|nested] 18+ messages in thread
* Re: [PATCH 08/10] ARM: shmobile: armadillo800eva dts: Use generic names for device nodes 2015-04-27 12:55 ` [PATCH 08/10] ARM: shmobile: armadillo800eva dts: " Geert Uytterhoeven @ 2015-04-27 13:05 ` Sergei Shtylyov 2015-04-28 8:52 ` Geert Uytterhoeven 0 siblings, 1 reply; 18+ messages in thread From: Sergei Shtylyov @ 2015-04-27 13:05 UTC (permalink / raw) To: Geert Uytterhoeven, Simon Horman, Magnus Damm Cc: devicetree, linux-sh, linux-arm-kernel Hello. On 04/27/2015 03:55 PM, Geert Uytterhoeven wrote: > wm8978 -> codec > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts > index 9bd0cb439f448d03..2e31d8c01cbf6a74 100644 > --- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts > +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts > @@ -208,7 +208,7 @@ > gpios = <&pfc 166 GPIO_ACTIVE_LOW>; > }; > > - wm8978: wm8978@1a { > + wm8978: codec@1a { Perhaps sound-codec? [...] WBR, Sergei ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 08/10] ARM: shmobile: armadillo800eva dts: Use generic names for device nodes 2015-04-27 13:05 ` Sergei Shtylyov @ 2015-04-28 8:52 ` Geert Uytterhoeven 2015-04-30 0:12 ` Simon Horman 0 siblings, 1 reply; 18+ messages in thread From: Geert Uytterhoeven @ 2015-04-28 8:52 UTC (permalink / raw) To: Sergei Shtylyov Cc: Geert Uytterhoeven, Simon Horman, Magnus Damm, devicetree@vger.kernel.org, Linux-sh list, linux-arm-kernel@lists.infradead.org On Mon, Apr 27, 2015 at 3:05 PM, Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> wrote: >> - wm8978: wm8978@1a { >> + wm8978: codec@1a { > > Perhaps sound-codec? Given there's no single instance of "sound-codec" under Documentation/devicetree/, and only four occurrences in DTS files (whoops, I should fix up 3 of them ;-): arch/arm/boot/dts/r8a7778-bockw.dts: ak4643: sound-codec@12 { arch/arm/boot/dts/r8a7790-lager.dts: ak4643: sound-codec@12 { arch/arm/boot/dts/r8a7791-koelsch.dts: ak4643: sound-codec@12 { arch/xtensa/boot/dts/xtfpga.dtsi: tlv320aic23: sound-codec@0 { I'm strongly leaning towards "codec". Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.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 ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 08/10] ARM: shmobile: armadillo800eva dts: Use generic names for device nodes 2015-04-28 8:52 ` Geert Uytterhoeven @ 2015-04-30 0:12 ` Simon Horman 2015-04-30 0:13 ` Simon Horman 0 siblings, 1 reply; 18+ messages in thread From: Simon Horman @ 2015-04-30 0:12 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Sergei Shtylyov, Geert Uytterhoeven, Magnus Damm, devicetree@vger.kernel.org, Linux-sh list, linux-arm-kernel@lists.infradead.org On Tue, Apr 28, 2015 at 10:52:37AM +0200, Geert Uytterhoeven wrote: > On Mon, Apr 27, 2015 at 3:05 PM, Sergei Shtylyov > <sergei.shtylyov@cogentembedded.com> wrote: > >> - wm8978: wm8978@1a { > >> + wm8978: codec@1a { > > > > Perhaps sound-codec? > > Given there's no single instance of "sound-codec" under > Documentation/devicetree/, and only four occurrences in DTS files (whoops, > I should fix up 3 of them ;-): :) I'm happy to help with that if you are dunning short of cycles. > arch/arm/boot/dts/r8a7778-bockw.dts: ak4643: sound-codec@12 { > arch/arm/boot/dts/r8a7790-lager.dts: ak4643: sound-codec@12 { > arch/arm/boot/dts/r8a7791-koelsch.dts: ak4643: sound-codec@12 { > arch/xtensa/boot/dts/xtfpga.dtsi: tlv320aic23: sound-codec@0 { > > I'm strongly leaning towards "codec". On the strength of that I have queued this up. ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 08/10] ARM: shmobile: armadillo800eva dts: Use generic names for device nodes 2015-04-30 0:12 ` Simon Horman @ 2015-04-30 0:13 ` Simon Horman 0 siblings, 0 replies; 18+ messages in thread From: Simon Horman @ 2015-04-30 0:13 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Sergei Shtylyov, Geert Uytterhoeven, Magnus Damm, devicetree@vger.kernel.org, Linux-sh list, linux-arm-kernel@lists.infradead.org On Thu, Apr 30, 2015 at 09:12:55AM +0900, Simon Horman wrote: > On Tue, Apr 28, 2015 at 10:52:37AM +0200, Geert Uytterhoeven wrote: > > On Mon, Apr 27, 2015 at 3:05 PM, Sergei Shtylyov > > <sergei.shtylyov@cogentembedded.com> wrote: > > >> - wm8978: wm8978@1a { > > >> + wm8978: codec@1a { > > > > > > Perhaps sound-codec? > > > > Given there's no single instance of "sound-codec" under > > Documentation/devicetree/, and only four occurrences in DTS files (whoops, > > I should fix up 3 of them ;-): > > :) > > I'm happy to help with that if you are dunning short of cycles. I see you have already sent patches, thanks. > > arch/arm/boot/dts/r8a7778-bockw.dts: ak4643: sound-codec@12 { > > arch/arm/boot/dts/r8a7790-lager.dts: ak4643: sound-codec@12 { > > arch/arm/boot/dts/r8a7791-koelsch.dts: ak4643: sound-codec@12 { > > arch/xtensa/boot/dts/xtfpga.dtsi: tlv320aic23: sound-codec@0 { > > > > I'm strongly leaning towards "codec". > > On the strength of that I have queued this up. > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > ^ permalink raw reply [flat|nested] 18+ messages in thread
[parent not found: <1430139334-15272-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>]
* [PATCH 04/10] ARM: shmobile: r8a7790 dtsi: Use generic names for device nodes [not found] ` <1430139334-15272-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> @ 2015-04-27 12:55 ` Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 05/10] ARM: shmobile: r8a7791 " Geert Uytterhoeven ` (4 subsequent siblings) 5 siblings, 0 replies; 18+ messages in thread From: Geert Uytterhoeven @ 2015-04-27 12:55 UTC (permalink / raw) To: Simon Horman, Magnus Damm Cc: Sergei Shtylyov, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-sh-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Geert Uytterhoeven rcar_sound -> sound Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> --- arch/arm/boot/dts/r8a7790.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index f3b8430070b6e4b9..943d2e29bc57133f 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -1442,7 +1442,7 @@ status = "disabled"; }; - rcar_sound: rcar_sound@ec500000 { + rcar_sound: sound@ec500000 { /* * #sound-dai-cells is required * -- 1.9.1 -- 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 related [flat|nested] 18+ messages in thread
* [PATCH 05/10] ARM: shmobile: r8a7791 dtsi: Use generic names for device nodes [not found] ` <1430139334-15272-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> 2015-04-27 12:55 ` [PATCH 04/10] ARM: shmobile: r8a7790 dtsi: " Geert Uytterhoeven @ 2015-04-27 12:55 ` Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 06/10] ARM: shmobile: sh73a0 " Geert Uytterhoeven ` (3 subsequent siblings) 5 siblings, 0 replies; 18+ messages in thread From: Geert Uytterhoeven @ 2015-04-27 12:55 UTC (permalink / raw) To: Simon Horman, Magnus Damm Cc: Sergei Shtylyov, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-sh-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Geert Uytterhoeven rcar_sound -> sound Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> --- arch/arm/boot/dts/r8a7791.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index 3e9f824797e75aed..9492c961ad4ee12d 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -1485,7 +1485,7 @@ status = "disabled"; }; - rcar_sound: rcar_sound@ec500000 { + rcar_sound: sound@ec500000 { /* * #sound-dai-cells is required * -- 1.9.1 -- 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 related [flat|nested] 18+ messages in thread
* [PATCH 06/10] ARM: shmobile: sh73a0 dtsi: Use generic names for device nodes [not found] ` <1430139334-15272-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> 2015-04-27 12:55 ` [PATCH 04/10] ARM: shmobile: r8a7790 dtsi: " Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 05/10] ARM: shmobile: r8a7791 " Geert Uytterhoeven @ 2015-04-27 12:55 ` Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 07/10] ARM: shmobile: ape6evm dts: " Geert Uytterhoeven ` (2 subsequent siblings) 5 siblings, 0 replies; 18+ messages in thread From: Geert Uytterhoeven @ 2015-04-27 12:55 UTC (permalink / raw) To: Simon Horman, Magnus Damm Cc: Sergei Shtylyov, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-sh-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Geert Uytterhoeven irqpin -> interrupt-controller Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> --- arch/arm/boot/dts/sh73a0.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi index 45b539ce4d352035..0bdb1da60487b431 100644 --- a/arch/arm/boot/dts/sh73a0.dtsi +++ b/arch/arm/boot/dts/sh73a0.dtsi @@ -90,7 +90,7 @@ status = "disabled"; }; - irqpin0: irqpin@e6900000 { + irqpin0: interrupt-controller@e6900000 { compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; @@ -112,7 +112,7 @@ control-parent; }; - irqpin1: irqpin@e6900004 { + irqpin1: interrupt-controller@e6900004 { compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; @@ -134,7 +134,7 @@ control-parent; }; - irqpin2: irqpin@e6900008 { + irqpin2: interrupt-controller@e6900008 { compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; @@ -156,7 +156,7 @@ control-parent; }; - irqpin3: irqpin@e690000c { + irqpin3: interrupt-controller@e690000c { compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; -- 1.9.1 -- 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 related [flat|nested] 18+ messages in thread
* [PATCH 07/10] ARM: shmobile: ape6evm dts: Use generic names for device nodes [not found] ` <1430139334-15272-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> ` (2 preceding siblings ...) 2015-04-27 12:55 ` [PATCH 06/10] ARM: shmobile: sh73a0 " Geert Uytterhoeven @ 2015-04-27 12:55 ` Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 09/10] ARM: shmobile: kzm9d " Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 10/10] ARM: shmobile: marzen " Geert Uytterhoeven 5 siblings, 0 replies; 18+ messages in thread From: Geert Uytterhoeven @ 2015-04-27 12:55 UTC (permalink / raw) To: Simon Horman, Magnus Damm Cc: Sergei Shtylyov, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-sh-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Geert Uytterhoeven max8973 -> regulator Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> --- arch/arm/boot/dts/r8a73a4-ape6evm.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm.dts b/arch/arm/boot/dts/r8a73a4-ape6evm.dts index 81a38ceee098087e..a4c425923c05e8cd 100644 --- a/arch/arm/boot/dts/r8a73a4-ape6evm.dts +++ b/arch/arm/boot/dts/r8a73a4-ape6evm.dts @@ -147,7 +147,7 @@ &i2c5 { status = "okay"; - vdd_dvfs: max8973@1b { + vdd_dvfs: regulator@1b { compatible = "maxim,max8973"; reg = <0x1b>; -- 1.9.1 -- 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 related [flat|nested] 18+ messages in thread
* [PATCH 09/10] ARM: shmobile: kzm9d dts: Use generic names for device nodes [not found] ` <1430139334-15272-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> ` (3 preceding siblings ...) 2015-04-27 12:55 ` [PATCH 07/10] ARM: shmobile: ape6evm dts: " Geert Uytterhoeven @ 2015-04-27 12:55 ` Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 10/10] ARM: shmobile: marzen " Geert Uytterhoeven 5 siblings, 0 replies; 18+ messages in thread From: Geert Uytterhoeven @ 2015-04-27 12:55 UTC (permalink / raw) To: Simon Horman, Magnus Damm Cc: Sergei Shtylyov, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-sh-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Geert Uytterhoeven lan9220 -> ethernet uart -> serial Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> --- arch/arm/boot/dts/emev2-kzm9d.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/emev2-kzm9d.dts b/arch/arm/boot/dts/emev2-kzm9d.dts index 19446273e4a7f832..1dee0aa4f40cc351 100644 --- a/arch/arm/boot/dts/emev2-kzm9d.dts +++ b/arch/arm/boot/dts/emev2-kzm9d.dts @@ -81,7 +81,7 @@ regulator-boot-on; }; - lan9220@20000000 { + ethernet@20000000 { compatible = "smsc,lan9220", "smsc,lan9115"; reg = <0x20000000 0x10000>; phy-mode = "mii"; @@ -96,7 +96,7 @@ }; &pfc { - uart1_pins: uart@e1030000 { + uart1_pins: serial@e1030000 { renesas,groups = "uart1_ctrl", "uart1_data"; renesas,function = "uart1"; }; -- 1.9.1 -- 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 related [flat|nested] 18+ messages in thread
* [PATCH 10/10] ARM: shmobile: marzen dts: Use generic names for device nodes [not found] ` <1430139334-15272-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> ` (4 preceding siblings ...) 2015-04-27 12:55 ` [PATCH 09/10] ARM: shmobile: kzm9d " Geert Uytterhoeven @ 2015-04-27 12:55 ` Geert Uytterhoeven 2015-04-27 13:06 ` Sergei Shtylyov 5 siblings, 1 reply; 18+ messages in thread From: Geert Uytterhoeven @ 2015-04-27 12:55 UTC (permalink / raw) To: Simon Horman, Magnus Damm Cc: Sergei Shtylyov, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-sh-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Geert Uytterhoeven lan0 -> ethernet Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> --- arch/arm/boot/dts/r8a7779-marzen.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/r8a7779-marzen.dts b/arch/arm/boot/dts/r8a7779-marzen.dts index 540756cdf3914a2a..20afea6f06ef6735 100644 --- a/arch/arm/boot/dts/r8a7779-marzen.dts +++ b/arch/arm/boot/dts/r8a7779-marzen.dts @@ -42,10 +42,10 @@ regulator-always-on; }; - lan0@18000000 { + ethernet@18000000 { compatible = "smsc,lan9220", "smsc,lan9115"; reg = <0x18000000 0x100>; - pinctrl-0 = <&lan0_pins>; + pinctrl-0 = <ðernet_pins>; pinctrl-names = "default"; phy-mode = "mii"; @@ -176,7 +176,7 @@ }; }; - lan0_pins: lan0 { + ethernet_pins: ethernet { intc { renesas,groups = "intc_irq1_b"; renesas,function = "intc"; -- 1.9.1 -- 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 related [flat|nested] 18+ messages in thread
* Re: [PATCH 10/10] ARM: shmobile: marzen dts: Use generic names for device nodes 2015-04-27 12:55 ` [PATCH 10/10] ARM: shmobile: marzen " Geert Uytterhoeven @ 2015-04-27 13:06 ` Sergei Shtylyov 2015-04-27 13:53 ` Geert Uytterhoeven 0 siblings, 1 reply; 18+ messages in thread From: Sergei Shtylyov @ 2015-04-27 13:06 UTC (permalink / raw) To: Geert Uytterhoeven, Simon Horman, Magnus Damm Cc: devicetree, linux-sh, linux-arm-kernel On 04/27/2015 03:55 PM, Geert Uytterhoeven wrote: > lan0 -> ethernet > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > arch/arm/boot/dts/r8a7779-marzen.dts | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > diff --git a/arch/arm/boot/dts/r8a7779-marzen.dts b/arch/arm/boot/dts/r8a7779-marzen.dts > index 540756cdf3914a2a..20afea6f06ef6735 100644 > --- a/arch/arm/boot/dts/r8a7779-marzen.dts > +++ b/arch/arm/boot/dts/r8a7779-marzen.dts [...] > @@ -176,7 +176,7 @@ > }; > }; > > - lan0_pins: lan0 { > + ethernet_pins: ethernet { Why change the label? WBR, Sergei ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 10/10] ARM: shmobile: marzen dts: Use generic names for device nodes 2015-04-27 13:06 ` Sergei Shtylyov @ 2015-04-27 13:53 ` Geert Uytterhoeven 0 siblings, 0 replies; 18+ messages in thread From: Geert Uytterhoeven @ 2015-04-27 13:53 UTC (permalink / raw) To: Sergei Shtylyov Cc: Geert Uytterhoeven, Simon Horman, Magnus Damm, devicetree@vger.kernel.org, Linux-sh list, linux-arm-kernel@lists.infradead.org On Mon, Apr 27, 2015 at 3:06 PM, Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> wrote: >> - lan0_pins: lan0 { >> + ethernet_pins: ethernet { > > > Why change the label? If there's only one instance, we usually name the pins like the device node. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.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 ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 00/10] ARM: shmobile: Use generic names for device nodes 2015-04-27 12:55 [PATCH 00/10] ARM: shmobile: Use generic names for device nodes Geert Uytterhoeven ` (4 preceding siblings ...) [not found] ` <1430139334-15272-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> @ 2015-04-28 0:57 ` Simon Horman 5 siblings, 0 replies; 18+ messages in thread From: Simon Horman @ 2015-04-28 0:57 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Magnus Damm, Sergei Shtylyov, devicetree, linux-sh, linux-arm-kernel On Mon, Apr 27, 2015 at 02:55:24PM +0200, Geert Uytterhoeven wrote: > Hi Magnus, Simon, > > This patch series gets rid of the last non-generic device nodes names in > the shmobile DTS files, and replaces them by generic names, cfr. ePAPR. > > Thanks for applying! Thanks! I have queued up the patches except for 08/10 which Sergei raised a concern about for which I am unsure of the resolution of. > > Geert Uytterhoeven (10): > ARM: shmobile: r8a7740 dtsi: Use generic names for device nodes > ARM: shmobile: r8a7778 dtsi: Use generic names for device nodes > ARM: shmobile: r8a7779 dtsi: Use generic names for device nodes > ARM: shmobile: r8a7790 dtsi: Use generic names for device nodes > ARM: shmobile: r8a7791 dtsi: Use generic names for device nodes > ARM: shmobile: sh73a0 dtsi: Use generic names for device nodes > ARM: shmobile: ape6evm dts: Use generic names for device nodes > ARM: shmobile: armadillo800eva dts: Use generic names for device nodes The above armadillo800eva patch is 08/10; the one I have not queued up (yet). > ARM: shmobile: kzm9d dts: Use generic names for device nodes > ARM: shmobile: marzen dts: Use generic names for device nodes > > arch/arm/boot/dts/emev2-kzm9d.dts | 4 ++-- > arch/arm/boot/dts/r8a73a4-ape6evm.dts | 2 +- > arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 2 +- > arch/arm/boot/dts/r8a7740.dtsi | 8 ++++---- > arch/arm/boot/dts/r8a7778.dtsi | 2 +- > arch/arm/boot/dts/r8a7779-marzen.dts | 6 +++--- > arch/arm/boot/dts/r8a7779.dtsi | 2 +- > arch/arm/boot/dts/r8a7790.dtsi | 2 +- > arch/arm/boot/dts/r8a7791.dtsi | 2 +- > arch/arm/boot/dts/sh73a0.dtsi | 8 ++++---- > 10 files changed, 19 insertions(+), 19 deletions(-) ^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2015-04-30 0:13 UTC | newest] Thread overview: 18+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-04-27 12:55 [PATCH 00/10] ARM: shmobile: Use generic names for device nodes Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 01/10] ARM: shmobile: r8a7740 dtsi: " Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 02/10] ARM: shmobile: r8a7778 " Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 03/10] ARM: shmobile: r8a7779 " Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 08/10] ARM: shmobile: armadillo800eva dts: " Geert Uytterhoeven 2015-04-27 13:05 ` Sergei Shtylyov 2015-04-28 8:52 ` Geert Uytterhoeven 2015-04-30 0:12 ` Simon Horman 2015-04-30 0:13 ` Simon Horman [not found] ` <1430139334-15272-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> 2015-04-27 12:55 ` [PATCH 04/10] ARM: shmobile: r8a7790 dtsi: " Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 05/10] ARM: shmobile: r8a7791 " Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 06/10] ARM: shmobile: sh73a0 " Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 07/10] ARM: shmobile: ape6evm dts: " Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 09/10] ARM: shmobile: kzm9d " Geert Uytterhoeven 2015-04-27 12:55 ` [PATCH 10/10] ARM: shmobile: marzen " Geert Uytterhoeven 2015-04-27 13:06 ` Sergei Shtylyov 2015-04-27 13:53 ` Geert Uytterhoeven 2015-04-28 0:57 ` [PATCH 00/10] ARM: shmobile: " 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).