* [PATCH 00/07] sh: break out scif platform data per port
@ 2009-12-14 12:29 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2009-12-14 12:29 UTC (permalink / raw)
To: linux-sh
sh: break out scif platform data per port
[PATCH 01/07] sh: sh2 scif pdata (sh7616)
[PATCH 02/07] sh: sh2a scif pdata (sh7201/sh7203/sh7206/mxg)
[PATCH 03/07] sh: sh3 scif pdata (sh7705/sh770x/sh7710/sh7720)
[PATCH 04/07] sh: sh4 scif pdata (sh7750/sh7760/sh4-202)
[PATCH 05/07] sh: sh4a scif pdata (sh7343/sh7366/sh7722/sh7723/sh7724)
[PATCH 06/07] sh: sh4a scif pdata (sh7757/sh7763/sh7770/sh7780/sh7785/sh7786/x3)
[PATCH 07/07] sh: sh5 scif pdata (sh5-101/sh5-103)
These patches break out the scif serial port platform data into
one platform device per port.
With these patches and the early serial support in place it is
possible to select the early serial console port with the kernel
command line. For example, to enable early serial console on KFR2R09,
simply add the following to the kernel command line:
"earlyprintk=sh-sci.1,115200".
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/sh/configs/rts7751r2d1_defconfig | 2
arch/sh/configs/rts7751r2dplus_defconfig | 2
arch/sh/kernel/cpu/sh2/setup-sh7619.c | 67 +++++----
arch/sh/kernel/cpu/sh2a/setup-mxg.c | 23 +--
arch/sh/kernel/cpu/sh2a/setup-sh7201.c | 177 +++++++++++++++++-------
arch/sh/kernel/cpu/sh2a/setup-sh7203.c | 89 ++++++++----
arch/sh/kernel/cpu/sh2a/setup-sh7206.c | 89 ++++++++----
arch/sh/kernel/cpu/sh3/setup-sh7705.c | 45 +++---
arch/sh/kernel/cpu/sh3/setup-sh770x.c | 80 +++++++---
arch/sh/kernel/cpu/sh3/setup-sh7710.c | 44 +++--
arch/sh/kernel/cpu/sh3/setup-sh7720.c | 44 +++--
arch/sh/kernel/cpu/sh4/setup-sh4-202.c | 23 +--
arch/sh/kernel/cpu/sh4/setup-sh7750.c | 47 +++---
arch/sh/kernel/cpu/sh4/setup-sh7760.c | 89 ++++++++----
arch/sh/kernel/cpu/sh4a/setup-sh7343.c | 112 +++++++++------
arch/sh/kernel/cpu/sh4a/setup-sh7366.c | 39 ++---
arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 91 +++++++-----
arch/sh/kernel/cpu/sh4a/setup-sh7723.c | 160 ++++++++++++++-------
arch/sh/kernel/cpu/sh4a/setup-sh7724.c | 145 +++++++++++++------
arch/sh/kernel/cpu/sh4a/setup-sh7757.c | 92 ++++++++----
arch/sh/kernel/cpu/sh4a/setup-sh7763.c | 81 ++++++----
arch/sh/kernel/cpu/sh4a/setup-sh7770.c | 221 ++++++++++++++++++++++--------
arch/sh/kernel/cpu/sh4a/setup-sh7780.c | 60 ++++----
arch/sh/kernel/cpu/sh4a/setup-sh7785.c | 159 ++++++++++++++-------
arch/sh/kernel/cpu/sh4a/setup-sh7786.c | 132 ++++++++++++-----
arch/sh/kernel/cpu/sh4a/setup-shx3.c | 76 +++++-----
arch/sh/kernel/cpu/sh5/setup-sh5.c | 22 +-
27 files changed, 1455 insertions(+), 756 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-14 12:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-14 12:29 [PATCH 00/07] sh: break out scif platform data per port Magnus Damm
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).