All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: dts: r8a7743/r8a7745: Move RST nodes before SYSC nodes
@ 2016-11-18 10:24 Geert Uytterhoeven
  2016-11-18 10:24   ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2016-11-18 10:24 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Sergei Shtylyov, linux-renesas-soc, linux-arm-kernel, Geert Uytterhoeven

	Hi Simon, Magnus,

This patch series moves the RST nodes in the recently added RZ/G DTS
files before the SYSC nodes, to preserve both alphabetical (label) and
numerical ordering (unit address).

Thanks for applying!

Geert Uytterhoeven (2):
  ARM: dts: r8a7743: Move RST node before SYSC node
  ARM: dts: r8a7745: Move RST node before SYSC node

 arch/arm/boot/dts/r8a7743.dtsi | 10 +++++-----
 arch/arm/boot/dts/r8a7745.dtsi | 10 +++++-----
 2 files changed, 10 insertions(+), 10 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] 7+ messages in thread

* [PATCH 1/2] ARM: dts: r8a7743: Move RST node before SYSC node
  2016-11-18 10:24 [PATCH 0/2] ARM: dts: r8a7743/r8a7745: Move RST nodes before SYSC nodes Geert Uytterhoeven
@ 2016-11-18 10:24   ` Geert Uytterhoeven
  2016-11-18 10:24   ` Geert Uytterhoeven
  2016-11-23 14:18   ` Simon Horman
  2 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2016-11-18 10:24 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Sergei Shtylyov, linux-renesas-soc, linux-arm-kernel, Geert Uytterhoeven

To preserve both alphabetical (label) and numerical ordering (unit
address).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7743.dtsi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7743.dtsi b/arch/arm/boot/dts/r8a7743.dtsi
index 216cb1f37f87de9a..ca0cda28a3eb5241 100644
--- a/arch/arm/boot/dts/r8a7743.dtsi
+++ b/arch/arm/boot/dts/r8a7743.dtsi
@@ -102,17 +102,17 @@
 			#power-domain-cells = <0>;
 		};
 
+		rst: reset-controller@e6160000 {
+			compatible = "renesas,r8a7743-rst";
+			reg = <0 0xe6160000 0 0x100>;
+		};
+
 		sysc: system-controller@e6180000 {
 			compatible = "renesas,r8a7743-sysc";
 			reg = <0 0xe6180000 0 0x200>;
 			#power-domain-cells = <1>;
 		};
 
-		rst: reset-controller@e6160000 {
-			compatible = "renesas,r8a7743-rst";
-			reg = <0 0xe6160000 0 0x100>;
-		};
-
 		dmac0: dma-controller@e6700000 {
 			compatible = "renesas,dmac-r8a7743",
 				     "renesas,rcar-dmac";
-- 
1.9.1

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

* [PATCH 1/2] ARM: dts: r8a7743: Move RST node before SYSC node
@ 2016-11-18 10:24   ` Geert Uytterhoeven
  0 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2016-11-18 10:24 UTC (permalink / raw)
  To: linux-arm-kernel

To preserve both alphabetical (label) and numerical ordering (unit
address).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7743.dtsi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7743.dtsi b/arch/arm/boot/dts/r8a7743.dtsi
index 216cb1f37f87de9a..ca0cda28a3eb5241 100644
--- a/arch/arm/boot/dts/r8a7743.dtsi
+++ b/arch/arm/boot/dts/r8a7743.dtsi
@@ -102,17 +102,17 @@
 			#power-domain-cells = <0>;
 		};
 
+		rst: reset-controller at e6160000 {
+			compatible = "renesas,r8a7743-rst";
+			reg = <0 0xe6160000 0 0x100>;
+		};
+
 		sysc: system-controller at e6180000 {
 			compatible = "renesas,r8a7743-sysc";
 			reg = <0 0xe6180000 0 0x200>;
 			#power-domain-cells = <1>;
 		};
 
-		rst: reset-controller at e6160000 {
-			compatible = "renesas,r8a7743-rst";
-			reg = <0 0xe6160000 0 0x100>;
-		};
-
 		dmac0: dma-controller at e6700000 {
 			compatible = "renesas,dmac-r8a7743",
 				     "renesas,rcar-dmac";
-- 
1.9.1

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

* [PATCH 2/2] ARM: dts: r8a7745: Move RST node before SYSC node
  2016-11-18 10:24 [PATCH 0/2] ARM: dts: r8a7743/r8a7745: Move RST nodes before SYSC nodes Geert Uytterhoeven
@ 2016-11-18 10:24   ` Geert Uytterhoeven
  2016-11-18 10:24   ` Geert Uytterhoeven
  2016-11-23 14:18   ` Simon Horman
  2 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2016-11-18 10:24 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Sergei Shtylyov, linux-renesas-soc, linux-arm-kernel, Geert Uytterhoeven

To preserve both alphabetical (label) and numerical ordering (unit
address).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7745.dtsi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7745.dtsi b/arch/arm/boot/dts/r8a7745.dtsi
index 0b2e2f37150fdc68..0a5d7872ce289d9b 100644
--- a/arch/arm/boot/dts/r8a7745.dtsi
+++ b/arch/arm/boot/dts/r8a7745.dtsi
@@ -102,17 +102,17 @@
 			#power-domain-cells = <0>;
 		};
 
+		rst: reset-controller@e6160000 {
+			compatible = "renesas,r8a7745-rst";
+			reg = <0 0xe6160000 0 0x100>;
+		};
+
 		sysc: system-controller@e6180000 {
 			compatible = "renesas,r8a7745-sysc";
 			reg = <0 0xe6180000 0 0x200>;
 			#power-domain-cells = <1>;
 		};
 
-		rst: reset-controller@e6160000 {
-			compatible = "renesas,r8a7745-rst";
-			reg = <0 0xe6160000 0 0x100>;
-		};
-
 		dmac0: dma-controller@e6700000 {
 			compatible = "renesas,dmac-r8a7745",
 				     "renesas,rcar-dmac";
-- 
1.9.1

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

* [PATCH 2/2] ARM: dts: r8a7745: Move RST node before SYSC node
@ 2016-11-18 10:24   ` Geert Uytterhoeven
  0 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2016-11-18 10:24 UTC (permalink / raw)
  To: linux-arm-kernel

To preserve both alphabetical (label) and numerical ordering (unit
address).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7745.dtsi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7745.dtsi b/arch/arm/boot/dts/r8a7745.dtsi
index 0b2e2f37150fdc68..0a5d7872ce289d9b 100644
--- a/arch/arm/boot/dts/r8a7745.dtsi
+++ b/arch/arm/boot/dts/r8a7745.dtsi
@@ -102,17 +102,17 @@
 			#power-domain-cells = <0>;
 		};
 
+		rst: reset-controller at e6160000 {
+			compatible = "renesas,r8a7745-rst";
+			reg = <0 0xe6160000 0 0x100>;
+		};
+
 		sysc: system-controller at e6180000 {
 			compatible = "renesas,r8a7745-sysc";
 			reg = <0 0xe6180000 0 0x200>;
 			#power-domain-cells = <1>;
 		};
 
-		rst: reset-controller at e6160000 {
-			compatible = "renesas,r8a7745-rst";
-			reg = <0 0xe6160000 0 0x100>;
-		};
-
 		dmac0: dma-controller at e6700000 {
 			compatible = "renesas,dmac-r8a7745",
 				     "renesas,rcar-dmac";
-- 
1.9.1

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

* Re: [PATCH 0/2] ARM: dts: r8a7743/r8a7745: Move RST nodes before SYSC nodes
  2016-11-18 10:24 [PATCH 0/2] ARM: dts: r8a7743/r8a7745: Move RST nodes before SYSC nodes Geert Uytterhoeven
@ 2016-11-23 14:18   ` Simon Horman
  2016-11-18 10:24   ` Geert Uytterhoeven
  2016-11-23 14:18   ` Simon Horman
  2 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2016-11-23 14:18 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Magnus Damm, Sergei Shtylyov, linux-renesas-soc, linux-arm-kernel

On Fri, Nov 18, 2016 at 11:24:21AM +0100, Geert Uytterhoeven wrote:
> 	Hi Simon, Magnus,
> 
> This patch series moves the RST nodes in the recently added RZ/G DTS
> files before the SYSC nodes, to preserve both alphabetical (label) and
> numerical ordering (unit address).
> 
> Thanks for applying!

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

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

* [PATCH 0/2] ARM: dts: r8a7743/r8a7745: Move RST nodes before SYSC nodes
@ 2016-11-23 14:18   ` Simon Horman
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2016-11-23 14:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Nov 18, 2016 at 11:24:21AM +0100, Geert Uytterhoeven wrote:
> 	Hi Simon, Magnus,
> 
> This patch series moves the RST nodes in the recently added RZ/G DTS
> files before the SYSC nodes, to preserve both alphabetical (label) and
> numerical ordering (unit address).
> 
> Thanks for applying!

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

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

end of thread, other threads:[~2016-11-23 14:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18 10:24 [PATCH 0/2] ARM: dts: r8a7743/r8a7745: Move RST nodes before SYSC nodes Geert Uytterhoeven
2016-11-18 10:24 ` [PATCH 1/2] ARM: dts: r8a7743: Move RST node before SYSC node Geert Uytterhoeven
2016-11-18 10:24   ` Geert Uytterhoeven
2016-11-18 10:24 ` [PATCH 2/2] ARM: dts: r8a7745: " Geert Uytterhoeven
2016-11-18 10:24   ` Geert Uytterhoeven
2016-11-23 14:18 ` [PATCH 0/2] ARM: dts: r8a7743/r8a7745: Move RST nodes before SYSC nodes Simon Horman
2016-11-23 14:18   ` Simon Horman

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.