devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: shmobile: Use generic names for sound device nodes
@ 2015-04-28 10:29 Geert Uytterhoeven
  2015-04-28 10:29 ` [PATCH 1/3] ARM: shmobile: bockw dts: Use generic names for " Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2015-04-28 10:29 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 "sound-codec" device nodes names in
the shmobile DTS files, and replaces them by "codec", as the former
doesn't appear in any binding document.

Thanks for applying!

Geert Uytterhoeven (3):
  ARM: shmobile: bockw dts: Use generic names for device nodes
  ARM: shmobile: lager dts: Use generic names for device nodes
  ARM: shmobile: koelsch dts: Use generic names for device nodes

 arch/arm/boot/dts/r8a7778-bockw.dts   | 2 +-
 arch/arm/boot/dts/r8a7790-lager.dts   | 2 +-
 arch/arm/boot/dts/r8a7791-koelsch.dts | 2 +-
 3 files changed, 3 insertions(+), 3 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] 5+ messages in thread

* [PATCH 1/3] ARM: shmobile: bockw dts: Use generic names for device nodes
  2015-04-28 10:29 [PATCH 0/3] ARM: shmobile: Use generic names for sound device nodes Geert Uytterhoeven
@ 2015-04-28 10:29 ` Geert Uytterhoeven
  2015-04-28 10:29 ` [PATCH 2/3] ARM: shmobile: lager " Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2015-04-28 10:29 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Sergei Shtylyov, devicetree, linux-sh, linux-arm-kernel,
	Geert Uytterhoeven

sound-codec -> codec

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7778-bockw.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
index 787fa6f9f46ddf4d..a46afa852bcd2a0b 100644
--- a/arch/arm/boot/dts/r8a7778-bockw.dts
+++ b/arch/arm/boot/dts/r8a7778-bockw.dts
@@ -85,7 +85,7 @@
 &i2c0 {
 	status = "okay";
 
-	ak4643: sound-codec@12 {
+	ak4643: codec@12 {
 		compatible = "asahi-kasei,ak4643";
 		#sound-dai-cells = <0>;
 		reg = <0x12>;
-- 
1.9.1


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

* [PATCH 2/3] ARM: shmobile: lager dts: Use generic names for device nodes
  2015-04-28 10:29 [PATCH 0/3] ARM: shmobile: Use generic names for sound device nodes Geert Uytterhoeven
  2015-04-28 10:29 ` [PATCH 1/3] ARM: shmobile: bockw dts: Use generic names for " Geert Uytterhoeven
@ 2015-04-28 10:29 ` Geert Uytterhoeven
       [not found] ` <1430216963-8161-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
  2015-04-30  0:15 ` [PATCH 0/3] ARM: shmobile: Use generic names for sound " Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2015-04-28 10:29 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Sergei Shtylyov, devicetree, linux-sh, linux-arm-kernel,
	Geert Uytterhoeven

sound-codec -> codec

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7790-lager.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index aaa4f258e279ccfa..d6d01772528f9bf6 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -525,7 +525,7 @@
 
 	clock-frequency = <100000>;
 
-	ak4643: sound-codec@12 {
+	ak4643: codec@12 {
 		compatible = "asahi-kasei,ak4643";
 		#sound-dai-cells = <0>;
 		reg = <0x12>;
-- 
1.9.1


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

* [PATCH 3/3] ARM: shmobile: koelsch dts: Use generic names for device nodes
       [not found] ` <1430216963-8161-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
@ 2015-04-28 10:29   ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2015-04-28 10:29 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Sergei Shtylyov, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-sh-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	Geert Uytterhoeven

sound-codec -> codec

Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 74c3212f1f11e47e..f790c2466939c5ee 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -522,7 +522,7 @@
 	status = "okay";
 	clock-frequency = <100000>;
 
-	ak4643: sound-codec@12 {
+	ak4643: codec@12 {
 		compatible = "asahi-kasei,ak4643";
 		#sound-dai-cells = <0>;
 		reg = <0x12>;
-- 
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] 5+ messages in thread

* Re: [PATCH 0/3] ARM: shmobile: Use generic names for sound device nodes
  2015-04-28 10:29 [PATCH 0/3] ARM: shmobile: Use generic names for sound device nodes Geert Uytterhoeven
                   ` (2 preceding siblings ...)
       [not found] ` <1430216963-8161-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
@ 2015-04-30  0:15 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2015-04-30  0:15 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Magnus Damm, Sergei Shtylyov, devicetree, linux-sh,
	linux-arm-kernel

On Tue, Apr 28, 2015 at 12:29:20PM +0200, Geert Uytterhoeven wrote:
> 	Hi Magnus, Simon,
> 
> This patch series gets rid of the "sound-codec" device nodes names in
> the shmobile DTS files, and replaces them by "codec", as the former
> doesn't appear in any binding document.
> 
> Thanks for applying!

Thanks, I have queued these up for v4.2.

> Geert Uytterhoeven (3):
>   ARM: shmobile: bockw dts: Use generic names for device nodes
>   ARM: shmobile: lager dts: Use generic names for device nodes
>   ARM: shmobile: koelsch dts: Use generic names for device nodes
> 
>  arch/arm/boot/dts/r8a7778-bockw.dts   | 2 +-
>  arch/arm/boot/dts/r8a7790-lager.dts   | 2 +-
>  arch/arm/boot/dts/r8a7791-koelsch.dts | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

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

end of thread, other threads:[~2015-04-30  0:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 10:29 [PATCH 0/3] ARM: shmobile: Use generic names for sound device nodes Geert Uytterhoeven
2015-04-28 10:29 ` [PATCH 1/3] ARM: shmobile: bockw dts: Use generic names for " Geert Uytterhoeven
2015-04-28 10:29 ` [PATCH 2/3] ARM: shmobile: lager " Geert Uytterhoeven
     [not found] ` <1430216963-8161-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2015-04-28 10:29   ` [PATCH 3/3] ARM: shmobile: koelsch " Geert Uytterhoeven
2015-04-30  0:15 ` [PATCH 0/3] ARM: shmobile: Use generic names for sound " 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).