devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: shmobile: Remove unnecessary MMC options
@ 2014-10-29 14:09 Geert Uytterhoeven
  2014-10-29 14:09 ` [PATCH 1/3] ARM: shmobile: r8a7778 dtsi: " Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2014-10-29 14:09 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Kuninori Morimoto, linux-mmc, devicetree, linux-sh,
	Geert Uytterhoeven

	Hi Simon, Magnus,

This patch series, sent before by Morimoto-san, removes unnecessary MMC options
from the DTS files that are already set automatically by the driver, based on
the compatible property value. Note that these options were never added on
r8a7791, which gained SDHI device nodes later than the three affected SoCs.

Thanks for applying!

Kuninori Morimoto (3):
  ARM: shmobile: r8a7778 dtsi: Remove unnecessary MMC options
  ARM: shmobile: r8a7779 dtsi: Remove unnecessary MMC options
  ARM: shmobile: r8a7790 dtsi: Remove unnecessary MMC options

 arch/arm/boot/dts/r8a7778.dtsi | 6 ------
 arch/arm/boot/dts/r8a7779.dtsi | 8 --------
 arch/arm/boot/dts/r8a7790.dtsi | 4 ----
 3 files changed, 18 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: r8a7778 dtsi: Remove unnecessary MMC options
  2014-10-29 14:09 [PATCH 0/3] ARM: shmobile: Remove unnecessary MMC options Geert Uytterhoeven
@ 2014-10-29 14:09 ` Geert Uytterhoeven
       [not found] ` <1414591779-22954-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2014-10-29 14:09 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Kuninori Morimoto, linux-mmc, devicetree, linux-sh,
	Geert Uytterhoeven

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

As of commit b3a5d4ce65162d27 ("mmc: sdhi: update sh_mobile_sdhi_of_data
for r8a7778), the driver takes care of r8a7778 specific MMC options.
Hence they can be removed from the dtsi.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[geert: Rebased, reworded, added reference]
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7778.dtsi | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi
index 96297f67fda8e632..ef8533910029620e 100644
--- a/arch/arm/boot/dts/r8a7778.dtsi
+++ b/arch/arm/boot/dts/r8a7778.dtsi
@@ -251,8 +251,6 @@
 		compatible = "renesas,sdhi-r8a7778";
 		reg = <0xffe4c000 0x100>;
 		interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>;
-		cap-sd-highspeed;
-		cap-sdio-irq;
 		status = "disabled";
 	};
 
@@ -260,8 +258,6 @@
 		compatible = "renesas,sdhi-r8a7778";
 		reg = <0xffe4d000 0x100>;
 		interrupts = <0 88 IRQ_TYPE_LEVEL_HIGH>;
-		cap-sd-highspeed;
-		cap-sdio-irq;
 		status = "disabled";
 	};
 
@@ -269,8 +265,6 @@
 		compatible = "renesas,sdhi-r8a7778";
 		reg = <0xffe4f000 0x100>;
 		interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
-		cap-sd-highspeed;
-		cap-sdio-irq;
 		status = "disabled";
 	};
 
-- 
1.9.1


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

* [PATCH 2/3] ARM: shmobile: r8a7779 dtsi: Remove unnecessary MMC options
       [not found] ` <1414591779-22954-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
@ 2014-10-29 14:09   ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2014-10-29 14:09 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Kuninori Morimoto, linux-mmc-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-sh-u79uwXL29TY76Z2rM5mHXA, Geert Uytterhoeven

From: Kuninori Morimoto <kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>

As of commit 81bbbc7278fa109f ("mmc: sdhi: update sh_mobile_sdhi_of_data
for r8a7779"), the driver takes care of r8a7779 specific MMC options.
Hence they can be removed from the dtsi.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
[geert: Rebased, reworded, added reference]
Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
---
 arch/arm/boot/dts/r8a7779.dtsi | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi
index a8845328827a3f0c..ede9a29e4bc601ae 100644
--- a/arch/arm/boot/dts/r8a7779.dtsi
+++ b/arch/arm/boot/dts/r8a7779.dtsi
@@ -314,8 +314,6 @@
 		reg = <0xffe4c000 0x100>;
 		interrupts = <0 104 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp3_clks R8A7779_CLK_SDHI0>;
-		cap-sd-highspeed;
-		cap-sdio-irq;
 		status = "disabled";
 	};
 
@@ -324,8 +322,6 @@
 		reg = <0xffe4d000 0x100>;
 		interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp3_clks R8A7779_CLK_SDHI1>;
-		cap-sd-highspeed;
-		cap-sdio-irq;
 		status = "disabled";
 	};
 
@@ -334,8 +330,6 @@
 		reg = <0xffe4e000 0x100>;
 		interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp3_clks R8A7779_CLK_SDHI2>;
-		cap-sd-highspeed;
-		cap-sdio-irq;
 		status = "disabled";
 	};
 
@@ -344,8 +338,6 @@
 		reg = <0xffe4f000 0x100>;
 		interrupts = <0 106 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp3_clks R8A7779_CLK_SDHI3>;
-		cap-sd-highspeed;
-		cap-sdio-irq;
 		status = "disabled";
 	};
 
-- 
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

* [PATCH 3/3] ARM: shmobile: r8a7790 dtsi: Remove unnecessary MMC options
  2014-10-29 14:09 [PATCH 0/3] ARM: shmobile: Remove unnecessary MMC options Geert Uytterhoeven
  2014-10-29 14:09 ` [PATCH 1/3] ARM: shmobile: r8a7778 dtsi: " Geert Uytterhoeven
       [not found] ` <1414591779-22954-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
@ 2014-10-29 14:09 ` Geert Uytterhoeven
  2014-10-30  1:03 ` [PATCH 0/3] ARM: shmobile: " Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2014-10-29 14:09 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Kuninori Morimoto, linux-mmc, devicetree, linux-sh,
	Geert Uytterhoeven

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

As of commit 423f6c2e977de73b ("mmc: sdhi: update sh_mobile_sdhi_of_data
for r8a7790"), the driver takes care of r8a7790 specific MMC options.
Hence they can be removed from the dtsi.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[geert: Rebased, reworded, added reference]
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7790.dtsi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index 0f18db0319af9e56..34f22587555a95ae 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -426,7 +426,6 @@
 		clocks = <&mstp3_clks R8A7790_CLK_SDHI0>;
 		dmas = <&dmac0 0xcd>, <&dmac0 0xce>;
 		dma-names = "tx", "rx";
-		cap-sd-highspeed;
 		status = "disabled";
 	};
 
@@ -437,7 +436,6 @@
 		clocks = <&mstp3_clks R8A7790_CLK_SDHI1>;
 		dmas = <&dmac0 0xc9>, <&dmac0 0xca>;
 		dma-names = "tx", "rx";
-		cap-sd-highspeed;
 		status = "disabled";
 	};
 
@@ -448,7 +446,6 @@
 		clocks = <&mstp3_clks R8A7790_CLK_SDHI2>;
 		dmas = <&dmac0 0xc1>, <&dmac0 0xc2>;
 		dma-names = "tx", "rx";
-		cap-sd-highspeed;
 		status = "disabled";
 	};
 
@@ -459,7 +456,6 @@
 		clocks = <&mstp3_clks R8A7790_CLK_SDHI3>;
 		dmas = <&dmac0 0xd3>, <&dmac0 0xd4>;
 		dma-names = "tx", "rx";
-		cap-sd-highspeed;
 		status = "disabled";
 	};
 
-- 
1.9.1


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

* Re: [PATCH 0/3] ARM: shmobile: Remove unnecessary MMC options
  2014-10-29 14:09 [PATCH 0/3] ARM: shmobile: Remove unnecessary MMC options Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2014-10-29 14:09 ` [PATCH 3/3] ARM: shmobile: r8a7790 " Geert Uytterhoeven
@ 2014-10-30  1:03 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-10-30  1:03 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Magnus Damm, Kuninori Morimoto, linux-mmc, devicetree, linux-sh

On Wed, Oct 29, 2014 at 03:09:36PM +0100, Geert Uytterhoeven wrote:
> 	Hi Simon, Magnus,
> 
> This patch series, sent before by Morimoto-san, removes unnecessary MMC options
> from the DTS files that are already set automatically by the driver, based on
> the compatible property value. Note that these options were never added on
> r8a7791, which gained SDHI device nodes later than the three affected SoCs.
> 
> Thanks for applying!

Thanks, I have queued these up.

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

end of thread, other threads:[~2014-10-30  1:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-29 14:09 [PATCH 0/3] ARM: shmobile: Remove unnecessary MMC options Geert Uytterhoeven
2014-10-29 14:09 ` [PATCH 1/3] ARM: shmobile: r8a7778 dtsi: " Geert Uytterhoeven
     [not found] ` <1414591779-22954-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2014-10-29 14:09   ` [PATCH 2/3] ARM: shmobile: r8a7779 " Geert Uytterhoeven
2014-10-29 14:09 ` [PATCH 3/3] ARM: shmobile: r8a7790 " Geert Uytterhoeven
2014-10-30  1:03 ` [PATCH 0/3] 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).