From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 000/013] sh-sci: platform device, clock and console changes
Date: Wed, 21 Jan 2009 15:13:34 +0000 [thread overview]
Message-ID: <20090121151334.29269.55519.sendpatchset@rx1.opensource.se> (raw)
sh-sci: platform device, clock and console changes
[PATCH 001/013] sh-sci: add platform device private data
[PATCH 002/013] sh-sci: allow single port platform devices
[PATCH 003/013] sh-sci: remove early_sci_setup()
[PATCH 004/013] sh-sci: rework serial console support
[PATCH 005/013] sh-sci: replace sci_init_ports()
[PATCH 006/013] sh-sci: ioremap() in a single place
[PATCH 007/013] sh-sci: improve clock framework support
[PATCH 008/013] sh-sci: use to_sci_port() if possible
[PATCH 009/013] sh-sci: convert sh2 cpu to single port devices
[PATCH 010/013] sh-sci: convert sh2a cpus to single port devices
[PATCH 011/013] sh-sci: convert sh3 cpus to single port devices
[PATCH 012/013] sh-sci: convert sh4 cpus to single port devices
[PATCH 013/013] sh-sci: sh4a single port devices and clock support
These patches modify the sh-sci driver / SuperH arch as follows:
- make one platform device per port
- rework console code
- improve clock framework support for SuperH Mobile processors
- various cleanups
I have a few more patches on top of this that implements early
printk support using early platform devices.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
---
Compile tested on all processors below.
Run-time tested on Migo-R and ap325.
arch/sh/kernel/cpu/sh2/setup-sh7619.c | 64 ++-
arch/sh/kernel/cpu/sh2a/setup-mxg.c | 22 -
arch/sh/kernel/cpu/sh2a/setup-sh7201.c | 168 ++++++---
arch/sh/kernel/cpu/sh2a/setup-sh7203.c | 85 +++-
arch/sh/kernel/cpu/sh2a/setup-sh7206.c | 85 +++-
arch/sh/kernel/cpu/sh3/setup-sh7705.c | 43 +-
arch/sh/kernel/cpu/sh3/setup-sh770x.c | 72 ++--
arch/sh/kernel/cpu/sh3/setup-sh7710.c | 42 +-
arch/sh/kernel/cpu/sh3/setup-sh7720.c | 42 +-
arch/sh/kernel/cpu/sh4/setup-sh4-202.c | 22 -
arch/sh/kernel/cpu/sh4/setup-sh7750.c | 51 +-
arch/sh/kernel/cpu/sh4/setup-sh7760.c | 84 +++-
arch/sh/kernel/cpu/sh4a/setup-sh7343.c | 89 +++-
arch/sh/kernel/cpu/sh4a/setup-sh7366.c | 23 -
arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 66 ++-
arch/sh/kernel/cpu/sh4a/setup-sh7723.c | 133 +++++--
arch/sh/kernel/cpu/sh4a/setup-sh7763.c | 64 ++-
arch/sh/kernel/cpu/sh4a/setup-sh7780.c | 43 +-
arch/sh/kernel/cpu/sh4a/setup-sh7785.c | 128 ++++---
arch/sh/kernel/cpu/sh4a/setup-shx3.c | 85 +++-
drivers/serial/sh-sci.c | 571 +++++++++++++++++---------------
include/linux/serial_sci.h | 3
22 files changed, 1225 insertions(+), 760 deletions(-)
next reply other threads:[~2009-01-21 15:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-21 15:13 Magnus Damm [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-05-08 14:33 [PATCH 000/013] sh-sci: platform device, clock and console changes Paul Mundt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090121151334.29269.55519.sendpatchset@rx1.opensource.se \
--to=magnus.damm@gmail.com \
--cc=linux-sh@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.