All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] ARM: shmobile: dts: Update console parameters
@ 2015-12-08 17:54 ` Geert Uytterhoeven
  0 siblings, 0 replies; 54+ messages in thread
From: Geert Uytterhoeven @ 2015-12-08 17:54 UTC (permalink / raw)
  To: linux-arm-kernel

	Hi Simon, Magnus,

This patch series updates the console parameters in the DTSes for
various Renesas ARM boards.

  - For all of them, the serial port config is added to
    chosen/stdout-path, as per current best practices,
  - On some boards (armadillo, bockw, kzm9d, kzm9g), "console="
    parameters are removed from the kernel command lines, as they're no
    longer needed for DT-only platforms,
  - On some boards (genmai, kzm9g), the console alias is changed to
    "serial0", for consistency with other boards (the first serial port
    is always called "serial0", unless labeled otherwise); this does
    mean the device changes its name to /dev/ttySC0 in userspace, which
    also happened on R-Car Gen2 before,
  - On kzm9d, a console alias is added.
	    
Tested on r8a73a4/ape6evm, r8a7740/armadillo, r8a7778/bockw,
r8a7779/marzen, r8a7791/koelsch, and sh73a0/kzm9g.

Thanks for applying!

Geert Uytterhoeven (13):
  ARM: shmobile: alt dts: Add serial port config to chosen/stdout-path
  ARM: shmobile: ape6evm dts: Add serial port config to
    chosen/stdout-path
  ARM: shmobile: armadillo800eva dts: Update console parameters
  ARM: shmobile: bockw dts: Update console parameters
  ARM: shmobile: genmai dts: Update console parameters
  ARM: shmobile: gose dts: Add serial port config to chosen/stdout-path
  ARM: shmobile: koelsch dts: Add serial port config to
    chosen/stdout-path
  ARM: shmobile: kzm9d dts: Update console parameters
  ARM: shmobile: kzm9g dts: Update console parameters
  ARM: shmobile: lager dts: Add serial port config to chosen/stdout-path
  ARM: shmobile: marzen dts: Add serial port config to
    chosen/stdout-path
  ARM: shmobile: porter dts: Add serial port config to
    chosen/stdout-path
  ARM: shmobile: silk dts: Add serial port config to chosen/stdout-path

 arch/arm/boot/dts/emev2-kzm9d.dts             | 8 ++++++--
 arch/arm/boot/dts/r7s72100-genmai.dts         | 4 ++--
 arch/arm/boot/dts/r8a73a4-ape6evm.dts         | 2 +-
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 8 ++++----
 arch/arm/boot/dts/r8a7778-bockw.dts           | 4 ++--
 arch/arm/boot/dts/r8a7779-marzen.dts          | 2 +-
 arch/arm/boot/dts/r8a7790-lager.dts           | 2 +-
 arch/arm/boot/dts/r8a7791-koelsch.dts         | 2 +-
 arch/arm/boot/dts/r8a7791-porter.dts          | 2 +-
 arch/arm/boot/dts/r8a7793-gose.dts            | 2 +-
 arch/arm/boot/dts/r8a7794-alt.dts             | 2 +-
 arch/arm/boot/dts/r8a7794-silk.dts            | 2 +-
 arch/arm/boot/dts/sh73a0-kzm9g.dts            | 8 ++++----
 13 files changed, 26 insertions(+), 22 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] 54+ messages in thread

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

Thread overview: 54+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-08 17:54 [PATCH 00/13] ARM: shmobile: dts: Update console parameters Geert Uytterhoeven
2015-12-08 17:54 ` Geert Uytterhoeven
2015-12-08 17:54 ` Geert Uytterhoeven
2015-12-08 17:54 ` [PATCH 01/13] ARM: shmobile: alt dts: Add serial port config to chosen/stdout-path Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54 ` [PATCH 02/13] ARM: shmobile: ape6evm " Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54 ` [PATCH 03/13] ARM: shmobile: armadillo800eva dts: Update console parameters Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54 ` [PATCH 04/13] ARM: shmobile: bockw " Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54 ` [PATCH 05/13] ARM: shmobile: genmai " Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-10  7:04   ` Simon Horman
2015-12-10  7:04     ` Simon Horman
2015-12-10  7:04     ` Simon Horman
2016-06-14 14:01     ` Geert Uytterhoeven
2016-06-14 14:01       ` Geert Uytterhoeven
2016-06-14 14:01       ` Geert Uytterhoeven
2015-12-08 17:54 ` [PATCH 06/13] ARM: shmobile: gose dts: Add serial port config to chosen/stdout-path Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54 ` [PATCH 07/13] ARM: shmobile: koelsch " Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54 ` [PATCH 08/13] ARM: shmobile: kzm9d dts: Update console parameters Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54 ` [PATCH 09/13] ARM: shmobile: kzm9g " Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54 ` [PATCH 10/13] ARM: shmobile: lager dts: Add serial port config to chosen/stdout-path Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54 ` [PATCH 11/13] ARM: shmobile: marzen " Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54 ` [PATCH 12/13] ARM: shmobile: porter " Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54 ` [PATCH 13/13] ARM: shmobile: silk " Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-08 17:54   ` Geert Uytterhoeven
2015-12-10  7:02 ` [PATCH 00/13] ARM: shmobile: dts: Update console parameters Simon Horman
2015-12-10  7:02   ` Simon Horman
2015-12-10  7:02   ` Simon Horman
2015-12-18 14:05   ` Geert Uytterhoeven
2015-12-18 14:05     ` Geert Uytterhoeven
2015-12-18 14:05     ` Geert Uytterhoeven

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.