devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/19] ARM: dts: renesas: Name pfc subnodes after device names
@ 2016-06-10 13:00 Geert Uytterhoeven
  2016-06-10 13:00 ` [PATCH 01/19] ARM: dts: ape6evm: Name serial port pfc subnode after device name Geert Uytterhoeven
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Geert Uytterhoeven @ 2016-06-10 13:00 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: linux-renesas-soc, devicetree, Geert Uytterhoeven

	Hi Simon, Magnus,

Currently board DTS files use various naming conventions for the Pin
Function Controller subnodes.  This may cause conflicts when enabling
support for more instances later, either directly in board DT files, or
in DT overlays.  These conflicts are most likely to happen for devices
that use/require aliases (e.g. "serial1"), or when using generic and
indexless names (e.g. "mmc").  Hence this series changes the names of
(most of) the submodes, to match the corresponding device names, which
are unique on a specific SoC.

I did not change the following node names:
  - "sdX", as they always matched the corresponding "sdhiX" name,
  - "touchscreen", as there's not much opportunity for conflicts,
  - "mmc", for "mmcif_pins" on sh73a0/kzm9g (which has a single mmc
    instance),
  - "sounda" for fsia_pins on SH-Mobile,
If you think these should be changed too, please let me know.

This series is against renesas-devel-20160606-v4.7-rc2.

Thanks!

Geert Uytterhoeven (19):
  ARM: dts: ape6evm: Name serial port pfc subnode after device name
  ARM: dts: ape6evm: Name mmc pfc subnode after device name
  ARM: dts: armadillo800eva: Name serial port pfc subnode after device
    name
  ARM: dts: bockw: Name serial port pfc subnode after device name
  ARM: dts: marzen: Name serial port pfc subnodes after device names
  ARM: dts: lager: Name serial port pfc subnodes after device names
  ARM: dts: lager: Name spi pfc subnodes after device names
  ARM: dts: lager: Name vin pfc subnode after device name
  ARM: dts: koelsch: Name serial port pfc subnodes after device names
  ARM: dts: koelsch: Name spi pfc subnodes after device names
  ARM: dts: porter: Name serial port pfc subnode after device name
  ARM: dts: porter: Name spi pfc subnode after device name
  ARM: dts: gose: Name serial port pfc subnodes after device names
  ARM: dts: gose: Name spi pfc subnode after device name
  ARM: dts: alt: Name serial port pfc subnode after device name
  ARM: dts: alt: Name spi pfc subnode after device name
  ARM: dts: silk: Name serial port pfc subnode after device name
  ARM: dts: silk: Name spi pfc subnode after device name
  ARM: dts: kzm9g: Name serial port pfc subnode after device name

 arch/arm/boot/dts/r8a73a4-ape6evm.dts         |  4 ++--
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts |  2 +-
 arch/arm/boot/dts/r8a7778-bockw.dts           |  2 +-
 arch/arm/boot/dts/r8a7779-marzen.dts          |  4 ++--
 arch/arm/boot/dts/r8a7790-lager.dts           | 10 +++++-----
 arch/arm/boot/dts/r8a7791-koelsch.dts         |  8 ++++----
 arch/arm/boot/dts/r8a7791-porter.dts          |  4 ++--
 arch/arm/boot/dts/r8a7793-gose.dts            |  6 +++---
 arch/arm/boot/dts/r8a7794-alt.dts             |  4 ++--
 arch/arm/boot/dts/r8a7794-silk.dts            |  4 ++--
 arch/arm/boot/dts/sh73a0-kzm9g.dts            |  2 +-
 11 files changed, 25 insertions(+), 25 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] 21+ messages in thread

end of thread, other threads:[~2016-06-14  0:13 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-10 13:00 [PATCH 00/19] ARM: dts: renesas: Name pfc subnodes after device names Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 01/19] ARM: dts: ape6evm: Name serial port pfc subnode after device name Geert Uytterhoeven
     [not found] ` <1465563665-2231-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2016-06-10 13:00   ` [PATCH 02/19] ARM: dts: ape6evm: Name mmc " Geert Uytterhoeven
2016-06-10 13:00   ` [PATCH 03/19] ARM: dts: armadillo800eva: Name serial port " Geert Uytterhoeven
2016-06-10 13:00   ` [PATCH 05/19] ARM: dts: marzen: Name serial port pfc subnodes after device names Geert Uytterhoeven
2016-06-10 13:00   ` [PATCH 06/19] ARM: dts: lager: " Geert Uytterhoeven
2016-06-10 13:00   ` [PATCH 07/19] ARM: dts: lager: Name spi " Geert Uytterhoeven
2016-06-10 13:00   ` [PATCH 10/19] ARM: dts: koelsch: " Geert Uytterhoeven
2016-06-10 13:01   ` [PATCH 14/19] ARM: dts: gose: Name spi pfc subnode after device name Geert Uytterhoeven
2016-06-10 13:01   ` [PATCH 15/19] ARM: dts: alt: Name serial port " Geert Uytterhoeven
2016-06-10 13:01   ` [PATCH 17/19] ARM: dts: silk: " Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 04/19] ARM: dts: bockw: " Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 08/19] ARM: dts: lager: Name vin " Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 09/19] ARM: dts: koelsch: Name serial port pfc subnodes after device names Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 11/19] ARM: dts: porter: Name serial port pfc subnode after device name Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 12/19] ARM: dts: porter: Name spi " Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 13/19] ARM: dts: gose: Name serial port pfc subnodes after device names Geert Uytterhoeven
2016-06-10 13:01 ` [PATCH 16/19] ARM: dts: alt: Name spi pfc subnode after device name Geert Uytterhoeven
2016-06-10 13:01 ` [PATCH 18/19] ARM: dts: silk: " Geert Uytterhoeven
2016-06-10 13:01 ` [PATCH 19/19] ARM: dts: kzm9g: Name serial port " Geert Uytterhoeven
2016-06-14  0:13 ` [PATCH 00/19] ARM: dts: renesas: Name pfc subnodes after device names 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).