All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: dts: stm32: Remove rdinit from bootargs
@ 2017-07-17  8:36 ` Alexandre TORGUE
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre TORGUE @ 2017-07-17  8:36 UTC (permalink / raw)
  To: Maxime Coquelin, arnd-r2nGTMty4D4,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	linux-I+IVW8TIWO2tmTQ+vhA3Yw,
	peter.griffin-QSEj5FYQhm4dnm+yROfE0A,
	lee.jones-QSEj5FYQhm4dnm+yROfE0A
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

This series remove rdinit from bootargs on stm32f4 boards (429-eval,
429-disco, 469-disco). Indeed, rootfs is independent from boards.
Furthermore it will align stm32 F4 devicetree on stm32 F7/H7 one.

Regards
Alex

Alexandre TORGUE (3):
  ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco
  ARM: dts: stm32: Remove rdinit from bootargs on stm32f429i-eval
  ARM: dts: stm32: Remove rdinit from bootargs on stm32f429-disco

 arch/arm/boot/dts/stm32429i-eval.dts  | 2 +-
 arch/arm/boot/dts/stm32f429-disco.dts | 2 +-
 arch/arm/boot/dts/stm32f469-disco.dts | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
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	[flat|nested] 10+ messages in thread

* [PATCH 0/3] ARM: dts: stm32: Remove rdinit from bootargs
@ 2017-07-17  8:36 ` Alexandre TORGUE
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre TORGUE @ 2017-07-17  8:36 UTC (permalink / raw)
  To: linux-arm-kernel

This series remove rdinit from bootargs on stm32f4 boards (429-eval,
429-disco, 469-disco). Indeed, rootfs is independent from boards.
Furthermore it will align stm32 F4 devicetree on stm32 F7/H7 one.

Regards
Alex

Alexandre TORGUE (3):
  ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco
  ARM: dts: stm32: Remove rdinit from bootargs on stm32f429i-eval
  ARM: dts: stm32: Remove rdinit from bootargs on stm32f429-disco

 arch/arm/boot/dts/stm32429i-eval.dts  | 2 +-
 arch/arm/boot/dts/stm32f429-disco.dts | 2 +-
 arch/arm/boot/dts/stm32f469-disco.dts | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.9.1

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

* [PATCH 1/3] ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco
  2017-07-17  8:36 ` Alexandre TORGUE
@ 2017-07-17  8:36     ` Alexandre TORGUE
  -1 siblings, 0 replies; 10+ messages in thread
From: Alexandre TORGUE @ 2017-07-17  8:36 UTC (permalink / raw)
  To: Maxime Coquelin, arnd-r2nGTMty4D4,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	linux-I+IVW8TIWO2tmTQ+vhA3Yw,
	peter.griffin-QSEj5FYQhm4dnm+yROfE0A,
	lee.jones-QSEj5FYQhm4dnm+yROfE0A
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

The rootfs is independent from the board.

Signed-off-by: Alexandre TORGUE <alexandre.torgue-qxv4g6HH51o@public.gmane.org>

diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts
index 75470c3..6ae1f03 100644
--- a/arch/arm/boot/dts/stm32f469-disco.dts
+++ b/arch/arm/boot/dts/stm32f469-disco.dts
@@ -53,7 +53,7 @@
 	compatible = "st,stm32f469i-disco", "st,stm32f469";
 
 	chosen {
-		bootargs = "root=/dev/ram rdinit=/linuxrc";
+		bootargs = "root=/dev/ram";
 		stdout-path = "serial0:115200n8";
 	};
 
-- 
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] 10+ messages in thread

* [PATCH 1/3] ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco
@ 2017-07-17  8:36     ` Alexandre TORGUE
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre TORGUE @ 2017-07-17  8:36 UTC (permalink / raw)
  To: linux-arm-kernel

The rootfs is independent from the board.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>

diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts
index 75470c3..6ae1f03 100644
--- a/arch/arm/boot/dts/stm32f469-disco.dts
+++ b/arch/arm/boot/dts/stm32f469-disco.dts
@@ -53,7 +53,7 @@
 	compatible = "st,stm32f469i-disco", "st,stm32f469";
 
 	chosen {
-		bootargs = "root=/dev/ram rdinit=/linuxrc";
+		bootargs = "root=/dev/ram";
 		stdout-path = "serial0:115200n8";
 	};
 
-- 
1.9.1

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

* [PATCH 2/3] ARM: dts: stm32: Remove rdinit from bootargs on stm32f429i-eval
  2017-07-17  8:36 ` Alexandre TORGUE
@ 2017-07-17  8:36     ` Alexandre TORGUE
  -1 siblings, 0 replies; 10+ messages in thread
From: Alexandre TORGUE @ 2017-07-17  8:36 UTC (permalink / raw)
  To: Maxime Coquelin, arnd-r2nGTMty4D4,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	linux-I+IVW8TIWO2tmTQ+vhA3Yw,
	peter.griffin-QSEj5FYQhm4dnm+yROfE0A,
	lee.jones-QSEj5FYQhm4dnm+yROfE0A
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

The rootfs is independent from the board.

Signed-off-by: Alexandre TORGUE <alexandre.torgue-qxv4g6HH51o@public.gmane.org>

diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
index dcda0bb..97b1c23 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -55,7 +55,7 @@
 	compatible = "st,stm32429i-eval", "st,stm32f429";
 
 	chosen {
-		bootargs = "root=/dev/ram rdinit=/linuxrc";
+		bootargs = "root=/dev/ram";
 		stdout-path = "serial0:115200n8";
 	};
 
-- 
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] 10+ messages in thread

* [PATCH 2/3] ARM: dts: stm32: Remove rdinit from bootargs on stm32f429i-eval
@ 2017-07-17  8:36     ` Alexandre TORGUE
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre TORGUE @ 2017-07-17  8:36 UTC (permalink / raw)
  To: linux-arm-kernel

The rootfs is independent from the board.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>

diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
index dcda0bb..97b1c23 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -55,7 +55,7 @@
 	compatible = "st,stm32429i-eval", "st,stm32f429";
 
 	chosen {
-		bootargs = "root=/dev/ram rdinit=/linuxrc";
+		bootargs = "root=/dev/ram";
 		stdout-path = "serial0:115200n8";
 	};
 
-- 
1.9.1

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

* [PATCH 3/3] ARM: dts: stm32: Remove rdinit from bootargs on stm32f429-disco
  2017-07-17  8:36 ` Alexandre TORGUE
@ 2017-07-17  8:36     ` Alexandre TORGUE
  -1 siblings, 0 replies; 10+ messages in thread
From: Alexandre TORGUE @ 2017-07-17  8:36 UTC (permalink / raw)
  To: Maxime Coquelin, arnd-r2nGTMty4D4,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	linux-I+IVW8TIWO2tmTQ+vhA3Yw,
	peter.griffin-QSEj5FYQhm4dnm+yROfE0A,
	lee.jones-QSEj5FYQhm4dnm+yROfE0A
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

The rootfs is independent from the board.

Signed-off-by: Alexandre TORGUE <alexandre.torgue-qxv4g6HH51o@public.gmane.org>

diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts
index ae47cde..c66d617 100644
--- a/arch/arm/boot/dts/stm32f429-disco.dts
+++ b/arch/arm/boot/dts/stm32f429-disco.dts
@@ -54,7 +54,7 @@
 	compatible = "st,stm32f429i-disco", "st,stm32f429";
 
 	chosen {
-		bootargs = "root=/dev/ram rdinit=/linuxrc";
+		bootargs = "root=/dev/ram";
 		stdout-path = "serial0:115200n8";
 	};
 
-- 
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] 10+ messages in thread

* [PATCH 3/3] ARM: dts: stm32: Remove rdinit from bootargs on stm32f429-disco
@ 2017-07-17  8:36     ` Alexandre TORGUE
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre TORGUE @ 2017-07-17  8:36 UTC (permalink / raw)
  To: linux-arm-kernel

The rootfs is independent from the board.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>

diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts
index ae47cde..c66d617 100644
--- a/arch/arm/boot/dts/stm32f429-disco.dts
+++ b/arch/arm/boot/dts/stm32f429-disco.dts
@@ -54,7 +54,7 @@
 	compatible = "st,stm32f429i-disco", "st,stm32f429";
 
 	chosen {
-		bootargs = "root=/dev/ram rdinit=/linuxrc";
+		bootargs = "root=/dev/ram";
 		stdout-path = "serial0:115200n8";
 	};
 
-- 
1.9.1

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

* Re: [PATCH 0/3] ARM: dts: stm32: Remove rdinit from bootargs
  2017-07-17  8:36 ` Alexandre TORGUE
@ 2017-07-26 16:24     ` Alexandre Torgue
  -1 siblings, 0 replies; 10+ messages in thread
From: Alexandre Torgue @ 2017-07-26 16:24 UTC (permalink / raw)
  To: Maxime Coquelin, arnd-r2nGTMty4D4,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	linux-I+IVW8TIWO2tmTQ+vhA3Yw,
	peter.griffin-QSEj5FYQhm4dnm+yROfE0A,
	lee.jones-QSEj5FYQhm4dnm+yROfE0A
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r



On 07/17/2017 10:36 AM, Alexandre TORGUE wrote:
> This series remove rdinit from bootargs on stm32f4 boards (429-eval,
> 429-disco, 469-disco). Indeed, rootfs is independent from boards.
> Furthermore it will align stm32 F4 devicetree on stm32 F7/H7 one.
> 
> Regards
> Alex
> 
> Alexandre TORGUE (3):
>    ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco
>    ARM: dts: stm32: Remove rdinit from bootargs on stm32f429i-eval
>    ARM: dts: stm32: Remove rdinit from bootargs on stm32f429-disco
> 
>   arch/arm/boot/dts/stm32429i-eval.dts  | 2 +-
>   arch/arm/boot/dts/stm32f429-disco.dts | 2 +-
>   arch/arm/boot/dts/stm32f469-disco.dts | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
> 
Series applied on stm32-dt-for-v4.14 branch.
--
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] 10+ messages in thread

* [PATCH 0/3] ARM: dts: stm32: Remove rdinit from bootargs
@ 2017-07-26 16:24     ` Alexandre Torgue
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Torgue @ 2017-07-26 16:24 UTC (permalink / raw)
  To: linux-arm-kernel



On 07/17/2017 10:36 AM, Alexandre TORGUE wrote:
> This series remove rdinit from bootargs on stm32f4 boards (429-eval,
> 429-disco, 469-disco). Indeed, rootfs is independent from boards.
> Furthermore it will align stm32 F4 devicetree on stm32 F7/H7 one.
> 
> Regards
> Alex
> 
> Alexandre TORGUE (3):
>    ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco
>    ARM: dts: stm32: Remove rdinit from bootargs on stm32f429i-eval
>    ARM: dts: stm32: Remove rdinit from bootargs on stm32f429-disco
> 
>   arch/arm/boot/dts/stm32429i-eval.dts  | 2 +-
>   arch/arm/boot/dts/stm32f429-disco.dts | 2 +-
>   arch/arm/boot/dts/stm32f469-disco.dts | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
> 
Series applied on stm32-dt-for-v4.14 branch.

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

end of thread, other threads:[~2017-07-26 16:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-17  8:36 [PATCH 0/3] ARM: dts: stm32: Remove rdinit from bootargs Alexandre TORGUE
2017-07-17  8:36 ` Alexandre TORGUE
     [not found] ` <1500280565-26049-1-git-send-email-alexandre.torgue-qxv4g6HH51o@public.gmane.org>
2017-07-17  8:36   ` [PATCH 1/3] ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco Alexandre TORGUE
2017-07-17  8:36     ` Alexandre TORGUE
2017-07-17  8:36   ` [PATCH 2/3] ARM: dts: stm32: Remove rdinit from bootargs on stm32f429i-eval Alexandre TORGUE
2017-07-17  8:36     ` Alexandre TORGUE
2017-07-17  8:36   ` [PATCH 3/3] ARM: dts: stm32: Remove rdinit from bootargs on stm32f429-disco Alexandre TORGUE
2017-07-17  8:36     ` Alexandre TORGUE
2017-07-26 16:24   ` [PATCH 0/3] ARM: dts: stm32: Remove rdinit from bootargs Alexandre Torgue
2017-07-26 16:24     ` Alexandre Torgue

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.