devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/13] ARM: shmobile: dts: Add chosen/stdout-path
@ 2014-10-03 15:11 Geert Uytterhoeven
       [not found] ` <1412349104-18724-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
                   ` (13 more replies)
  0 siblings, 14 replies; 22+ messages in thread
From: Geert Uytterhoeven @ 2014-10-03 15:11 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm; +Cc: linux-sh, devicetree, Geert Uytterhoeven

	Hi Simon, Magnus,

This patch series adds chosen/stdout-path to the various shmobile DTS files
that are used for reference or multi-platform builds.

This serves two purposes:
  1. It makes automatic console selection work in the absence of a "console="
     parameter on the kernel command line, allowing to remove "console="
     parameters from chosen/bootargs on many platforms.
     Note that these "console=" parameters are still needed in some cases:
       a. If console output is wanted on two consoles devices (graphical and
          serial consoles), like on armadillo and kzm9g,
       b. When using a non-default baud for the serial console, like on
          henninger and alt,
       c. If the DTS is shared between legacy and multi-platform, like on
          armadillo, koelsch, lager, and marzen,
  2. It will allow the PM domain code to find the PM domain for the console
     device, to make "no_console_suspend" work in the DT case.
     For now, this will matter on armadillo.

The first two patches are small cleanups for emev2 dtsi, on top of which the
change for kzm9d is built.

Changes in v2:
  - Keep "console" for DTSes shared between legacy and multi-platform,
  - Update for lager switching the console from scif0 to scifa0.

Thanks for applying!

Geert Uytterhoeven (13):
  ARM: shmobile: emev2 dtsi: Use generic names for device nodes
  ARM: shmobile: emev2 dtsi: Add uart* labels for easier referencing
  ARM: shmobile: kzm9d dts: Add chosen/stdout-path
  ARM: shmobile: genmai dts: Add chosen/stdout-path
  ARM: shmobile: ape6evm-reference dts: Add chosen/stdout-path
  ARM: shmobile: armadillo800eva dts: Add chosen/stdout-path
  ARM: shmobile: bockw-reference dts: Add chosen/stdout-path
  ARM: shmobile: marzen dts: Add chosen/stdout-path
  ARM: shmobile: lager dts: Add chosen/stdout-path
  ARM: shmobile: henninger dts: Add chosen/stdout-path
  ARM: shmobile: koelsch dts: Add chosen/stdout-path
  ARM: shmobile: alt dts: Add chosen/stdout-path
  ARM: shmobile: kzm9g-reference dts: Add chosen/stdout-path

 arch/arm/boot/dts/emev2-kzm9d.dts               |  3 ++-
 arch/arm/boot/dts/emev2.dtsi                    | 12 ++++++------
 arch/arm/boot/dts/r7s72100-genmai.dts           |  3 ++-
 arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts |  3 ++-
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts   |  1 +
 arch/arm/boot/dts/r8a7778-bockw-reference.dts   |  3 ++-
 arch/arm/boot/dts/r8a7779-marzen.dts            |  1 +
 arch/arm/boot/dts/r8a7790-lager.dts             |  1 +
 arch/arm/boot/dts/r8a7791-henninger.dts         |  1 +
 arch/arm/boot/dts/r8a7791-koelsch.dts           |  1 +
 arch/arm/boot/dts/r8a7794-alt.dts               |  1 +
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts    |  1 +
 12 files changed, 21 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] 22+ messages in thread

end of thread, other threads:[~2015-02-03  0:42 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-03 15:11 [PATCH v2 00/13] ARM: shmobile: dts: Add chosen/stdout-path Geert Uytterhoeven
     [not found] ` <1412349104-18724-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2014-10-03 15:11   ` [PATCH v2 01/13] ARM: shmobile: emev2 dtsi: Use generic names for device nodes Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 02/13] ARM: shmobile: emev2 dtsi: Add uart* labels for easier referencing Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 03/13] ARM: shmobile: kzm9d dts: Add chosen/stdout-path Geert Uytterhoeven
2014-10-06  2:36   ` Simon Horman
2014-10-06  8:43     ` Geert Uytterhoeven
2014-10-06  9:05       ` Simon Horman
2014-10-03 15:11 ` [PATCH v2 04/13] ARM: shmobile: genmai " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 05/13] ARM: shmobile: ape6evm-reference " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 06/13] ARM: shmobile: armadillo800eva " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 07/13] ARM: shmobile: bockw-reference " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 08/13] ARM: shmobile: marzen " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 09/13] ARM: shmobile: lager " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 10/13] ARM: shmobile: henninger " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 11/13] ARM: shmobile: koelsch " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 12/13] ARM: shmobile: alt " Geert Uytterhoeven
2015-01-30 22:33   ` Sergei Shtylyov
     [not found]     ` <54CC06A4.9040408-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-01-31 10:18       ` Geert Uytterhoeven
2015-02-02 22:13         ` Sergei Shtylyov
2015-02-03  0:42           ` Simon Horman
2014-10-03 15:11 ` [PATCH v2 13/13] ARM: shmobile: kzm9g-reference " Geert Uytterhoeven
2014-10-06  2:40 ` [PATCH v2 00/13] ARM: shmobile: " 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).