All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/16] ARM: r8a7790: add soc node
@ 2018-01-17 16:17 ` Simon Horman
  0 siblings, 0 replies; 106+ messages in thread
From: Simon Horman @ 2018-01-17 16:17 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: linux-arm-kernel, Magnus Damm, Simon Horman

Hi,

this patchset adds an soc node, moves all nodes for IP blocks with an
address on the bus to be sub nodes of the soc node, and sorts subnodes of
the root and soc nodes.

The use of an soc node is consistent with handling of R-Car Gen3, RZ/G1,
and R-Car V2H (R8A77920) SoCs upstream. This patch-set adds it for all
other R-Car Gen2 SoCs: r8a7790 (H2), r8a7791 (M2-W), r8a7793 (M2-N),
r8a7794 (E2).

Sorting of nodes is also done for the R-Car V2H (R8A77920), making it
consistent across all R-Car Gen2 SoCs and thus allowing easier comparison
of DTs of different R-Car Gen2 SoCs.

The patchset also fixes some minor whitespace problems.

Based on renesas-devel-20180116-v4.15-rc8.

Tested on r8a7790 (H2) / Lager, r8a7791 (M2-W) / Koelsch and
r8a7794 (E2)/ Alt.

As this patchset contains patches with large numbers of lines changed I
have also pushed it to the topic/rcar-gen2-soc-node branch of my renesas
tree on kernel.org.

Simon Horman (16):
  ARM: dts: r8a7790: consistently use single space after =
  ARM: dts: r8a7790: add soc node
  ARM: dts: r8a7790: sort subnodes of soc node
  ARM: dts: r8a7790: sort subnodes of root node
  ARM: dts: r8a7791: consistently use single space after =
  ARM: dts: r8a7791: add soc node
  ARM: dts: r8a7791: sort subnodes of root node
  ARM: dts: r8a7792: sort subnodes of soc node
  ARM: dts: r8a7793: consistently use single space after =
  ARM: dts: r8a7793: add soc node
  ARM: dts: r8a7793: sort subnodes of soc node
  ARM: dts: r8a7793: sort subnodes of root node
  ARM: dts: r8a7794: consistently use single space after =
  ARM: dts: r8a7794: add soc node
  ARM: dts: r8a7794: sort subnodes of soc node
  ARM: dts: r8a7794: sort subnodes of root node

 arch/arm/boot/dts/r8a7790.dtsi | 2837 +++++++++++++++++++-------------------
 arch/arm/boot/dts/r8a7791.dtsi | 2986 ++++++++++++++++++++--------------------
 arch/arm/boot/dts/r8a7792.dtsi |  498 +++----
 arch/arm/boot/dts/r8a7793.dtsi | 2392 ++++++++++++++++----------------
 arch/arm/boot/dts/r8a7794.dtsi | 2421 ++++++++++++++++----------------
 5 files changed, 5694 insertions(+), 5440 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2018-01-19 10:09 UTC | newest]

Thread overview: 106+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-17 16:17 [PATCH v2 0/16] ARM: r8a7790: add soc node Simon Horman
2018-01-17 16:17 ` Simon Horman
2018-01-17 16:17 ` [PATCH v2 01/16] ARM: dts: r8a7790: consistently use single space after = Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  0:16   ` Niklas Söderlund
2018-01-18  0:16     ` Niklas Söderlund
2018-01-19  8:13   ` Geert Uytterhoeven
2018-01-19  8:13     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 02/16] ARM: dts: r8a7790: add soc node Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  0:24   ` Niklas Söderlund
2018-01-18  0:24     ` Niklas Söderlund
2018-01-19  8:21     ` Geert Uytterhoeven
2018-01-19  8:21       ` Geert Uytterhoeven
2018-01-19  8:19   ` Geert Uytterhoeven
2018-01-19  8:19     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 03/16] ARM: dts: r8a7790: sort subnodes of " Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  0:29   ` Niklas Söderlund
2018-01-18  0:29     ` Niklas Söderlund
2018-01-19  8:39   ` Geert Uytterhoeven
2018-01-19  8:39     ` Geert Uytterhoeven
2018-01-19  9:26     ` Simon Horman
2018-01-19  9:26       ` Simon Horman
2018-01-17 16:17 ` [PATCH v2 04/16] ARM: dts: r8a7790: sort subnodes of root node Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  0:30   ` Niklas Söderlund
2018-01-18  0:30     ` Niklas Söderlund
2018-01-19  8:29   ` Geert Uytterhoeven
2018-01-19  8:29     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 05/16] ARM: dts: r8a7791: consistently use single space after = Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  0:31   ` Niklas Söderlund
2018-01-18  0:31     ` Niklas Söderlund
2018-01-19  8:40   ` Geert Uytterhoeven
2018-01-19  8:40     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 06/16] ARM: dts: r8a7791: add soc node Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-19  8:46   ` Geert Uytterhoeven
2018-01-19  8:46     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 07/16] ARM: dts: r8a7791: sort subnodes of root node Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  1:06   ` Niklas Söderlund
2018-01-18  1:06     ` Niklas Söderlund
2018-01-19  8:48   ` Geert Uytterhoeven
2018-01-19  8:48     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 08/16] ARM: dts: r8a7792: sort subnodes of soc node Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  1:15   ` Niklas Söderlund
2018-01-18  1:15     ` Niklas Söderlund
2018-01-19  8:50   ` Geert Uytterhoeven
2018-01-19  8:50     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 09/16] ARM: dts: r8a7793: consistently use single space after = Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  1:16   ` Niklas Söderlund
2018-01-18  1:16     ` Niklas Söderlund
2018-01-19  8:51   ` Geert Uytterhoeven
2018-01-19  8:51     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 10/16] ARM: dts: r8a7793: add soc node Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  1:29   ` Niklas Söderlund
2018-01-18  1:29     ` Niklas Söderlund
2018-01-19  8:55   ` Geert Uytterhoeven
2018-01-19  8:55     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 11/16] ARM: dts: r8a7793: sort subnodes of " Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  1:43   ` Niklas Söderlund
2018-01-18  1:43     ` Niklas Söderlund
2018-01-19  8:55   ` Geert Uytterhoeven
2018-01-19  8:55     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 12/16] ARM: dts: r8a7793: sort subnodes of root node Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  1:45   ` Niklas Söderlund
2018-01-18  1:45     ` Niklas Söderlund
2018-01-19  8:55   ` Geert Uytterhoeven
2018-01-19  8:55     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 13/16] ARM: dts: r8a7794: consistently use single space after = Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  1:46   ` Niklas Söderlund
2018-01-18  1:46     ` Niklas Söderlund
2018-01-19  8:56   ` Geert Uytterhoeven
2018-01-19  8:56     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 14/16] ARM: dts: r8a7794: add soc node Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  2:00   ` Niklas Söderlund
2018-01-18  2:00     ` Niklas Söderlund
2018-01-19  8:57   ` Geert Uytterhoeven
2018-01-19  8:57     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 15/16] ARM: dts: r8a7794: sort subnodes of " Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  2:11   ` Niklas Söderlund
2018-01-18  2:11     ` Niklas Söderlund
2018-01-19  8:59   ` Geert Uytterhoeven
2018-01-19  8:59     ` Geert Uytterhoeven
2018-01-17 16:17 ` [PATCH v2 16/16] ARM: dts: r8a7794: sort subnodes of root node Simon Horman
2018-01-17 16:17   ` Simon Horman
2018-01-18  2:20   ` Niklas Söderlund
2018-01-18  2:20     ` Niklas Söderlund
2018-01-18  8:28     ` Simon Horman
2018-01-18  8:28       ` Simon Horman
2018-01-19  8:59   ` Geert Uytterhoeven
2018-01-19  8:59     ` Geert Uytterhoeven
2018-01-19  9:41 ` [PATCH v2 0/16] ARM: r8a7790: add soc node Geert Uytterhoeven
2018-01-19  9:41   ` Geert Uytterhoeven
2018-01-19 10:09   ` Simon Horman
2018-01-19 10:09     ` 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.