linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: renesas: replace toshiba,mmc-wrprotect-disable with disable-wp
@ 2018-04-16 15:02 Masahiro Yamada
  2018-04-16 16:14 ` Wolfram Sang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Masahiro Yamada @ 2018-04-16 15:02 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm, linux-renesas-soc
  Cc: Wolfram Sang, linux-arm-kernel, Masahiro Yamada, devicetree,
	linux-kernel, Rob Herring, Mark Rutland

Follow up commit 788778b0d21a ("mmc: tmio: deprecate "toshiba,
mmc-wrprotect-disable" DT property").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/boot/dts/r8a73a4-ape6evm.dts | 4 ++--
 arch/arm/boot/dts/sh73a0.dtsi         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm.dts b/arch/arm/boot/dts/r8a73a4-ape6evm.dts
index ec7c86e..125c39c 100644
--- a/arch/arm/boot/dts/r8a73a4-ape6evm.dts
+++ b/arch/arm/boot/dts/r8a73a4-ape6evm.dts
@@ -234,7 +234,7 @@
 &sdhi0 {
 	vmmc-supply = <&vcc_sdhi0>;
 	bus-width = <4>;
-	toshiba,mmc-wrprotect-disable;
+	disable-wp;
 	pinctrl-names = "default";
 	pinctrl-0 = <&sdhi0_pins>;
 	status = "okay";
@@ -244,7 +244,7 @@
 	vmmc-supply = <&ape6evm_fixed_3v3>;
 	bus-width = <4>;
 	broken-cd;
-	toshiba,mmc-wrprotect-disable;
+	disable-wp;
 	pinctrl-names = "default";
 	pinctrl-0 = <&sdhi1_pins>;
 	status = "okay";
diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
index 914a7c2..39cc586 100644
--- a/arch/arm/boot/dts/sh73a0.dtsi
+++ b/arch/arm/boot/dts/sh73a0.dtsi
@@ -336,7 +336,7 @@
 			      GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp3_clks SH73A0_CLK_SDHI1>;
 		power-domains = <&pd_a3sp>;
-		toshiba,mmc-wrprotect-disable;
+		disable-wp;
 		cap-sd-highspeed;
 		status = "disabled";
 	};
@@ -348,7 +348,7 @@
 			      GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp3_clks SH73A0_CLK_SDHI2>;
 		power-domains = <&pd_a3sp>;
-		toshiba,mmc-wrprotect-disable;
+		disable-wp;
 		cap-sd-highspeed;
 		status = "disabled";
 	};
-- 
2.7.4

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

* Re: [PATCH] ARM: dts: renesas: replace toshiba,mmc-wrprotect-disable with disable-wp
  2018-04-16 15:02 [PATCH] ARM: dts: renesas: replace toshiba,mmc-wrprotect-disable with disable-wp Masahiro Yamada
@ 2018-04-16 16:14 ` Wolfram Sang
  2018-04-16 16:27 ` [PATCH] ARM: dts: renesas: replace toshiba, mmc-wrprotect-disable " Geert Uytterhoeven
  2018-04-18 14:08 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2018-04-16 16:14 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Simon Horman, Magnus Damm, linux-renesas-soc, Wolfram Sang,
	linux-arm-kernel, devicetree, linux-kernel, Rob Herring,
	Mark Rutland

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

On Tue, Apr 17, 2018 at 12:02:32AM +0900, Masahiro Yamada wrote:
> Follow up commit 788778b0d21a ("mmc: tmio: deprecate "toshiba,
> mmc-wrprotect-disable" DT property").
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] ARM: dts: renesas: replace toshiba, mmc-wrprotect-disable with disable-wp
  2018-04-16 15:02 [PATCH] ARM: dts: renesas: replace toshiba,mmc-wrprotect-disable with disable-wp Masahiro Yamada
  2018-04-16 16:14 ` Wolfram Sang
@ 2018-04-16 16:27 ` Geert Uytterhoeven
  2018-04-18 14:08 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2018-04-16 16:27 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Simon Horman, Magnus Damm, Linux-Renesas, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux Kernel Mailing List, Wolfram Sang, Rob Herring, Linux ARM

Hi Yamada-san,

On Mon, Apr 16, 2018 at 5:02 PM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> Follow up commit 788778b0d21a ("mmc: tmio: deprecate "toshiba,
> mmc-wrprotect-disable" DT property").

Thanks for following up this work.

(I had the exact same changes queued up in my local branch, to be sent out
 after v4.17-rc1, but you beat me to it ;-)

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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] 4+ messages in thread

* Re: [PATCH] ARM: dts: renesas: replace toshiba, mmc-wrprotect-disable with disable-wp
  2018-04-16 15:02 [PATCH] ARM: dts: renesas: replace toshiba,mmc-wrprotect-disable with disable-wp Masahiro Yamada
  2018-04-16 16:14 ` Wolfram Sang
  2018-04-16 16:27 ` [PATCH] ARM: dts: renesas: replace toshiba, mmc-wrprotect-disable " Geert Uytterhoeven
@ 2018-04-18 14:08 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-04-18 14:08 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Magnus Damm, linux-renesas-soc, Mark Rutland, devicetree,
	linux-kernel, Wolfram Sang, Rob Herring, linux-arm-kernel

On Tue, Apr 17, 2018 at 12:02:32AM +0900, Masahiro Yamada wrote:
> Follow up commit 788778b0d21a ("mmc: tmio: deprecate "toshiba,
> mmc-wrprotect-disable" DT property").
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Thanks, applied.

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

end of thread, other threads:[~2018-04-18 14:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-16 15:02 [PATCH] ARM: dts: renesas: replace toshiba,mmc-wrprotect-disable with disable-wp Masahiro Yamada
2018-04-16 16:14 ` Wolfram Sang
2018-04-16 16:27 ` [PATCH] ARM: dts: renesas: replace toshiba, mmc-wrprotect-disable " Geert Uytterhoeven
2018-04-18 14:08 ` 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).