From: Magnus Damm <magnus.damm@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: akpm@linux-foundation.org, lethal@linux-sh.org,
johnstul@us.ibm.com, gregkh@suse.de, roel.kluin@gmail.com,
mingo@redhat.com, Magnus Damm <magnus.damm@gmail.com>,
tglx@linutronix.de
Subject: [PATCH 000/011] early platform patches
Date: Fri, 23 Jan 2009 19:57:21 +0900 [thread overview]
Message-ID: <20090123105721.18779.80514.sendpatchset@rx1.opensource.se> (raw)
early platform patches
[PATCH 001/011] early platform driver V3
[PATCH 002/011] sh: add plat_early_device_setup() function
[PATCH 003/011] sh: plat_early_device_setup() for sh2
[PATCH 004/011] sh: plat_early_device_setup() for sh2a
[PATCH 005/011] sh: plat_early_device_setup() for sh3
[PATCH 006/011] sh: plat_early_device_setup() for sh4
[PATCH 007/011] sh: plat_early_device_setup() for sh4a
[PATCH 008/011] sh: add early platform support for earlyprintk
[PATCH 009/011] sh-sci: add early platform support
[PATCH 010/011] sh: add early platform support for earlytimer
[PATCH 011/011] sh_cmt: add early platform support
These patches add early platform driver support to the serial port
driver and the CMT timer driver on the SuperH architecture.
The following patch sets posted to linuxsh-dev are required:
- [PATCH 000/013] sh-sci: platform device, clock and console changes
- [PATCH 00/05] sh: timer patches
The early platform driver V3 patch is a replacement for V2 in -mm.
Thanks for the feedback so far, more is always welcome. =)
Signed-off-by: Magnus Damm <damm@igel.co.jp>
---
Documentation/driver-model/platform.txt | 59 +++++++
arch/sh/Kconfig.debug | 27 ---
arch/sh/include/asm/device.h | 2
arch/sh/kernel/cpu/sh2/setup-sh7619.c | 5
arch/sh/kernel/cpu/sh2a/setup-mxg.c | 5
arch/sh/kernel/cpu/sh2a/setup-sh7201.c | 5
arch/sh/kernel/cpu/sh2a/setup-sh7203.c | 5
arch/sh/kernel/cpu/sh2a/setup-sh7206.c | 5
arch/sh/kernel/cpu/sh3/setup-sh7705.c | 5
arch/sh/kernel/cpu/sh3/setup-sh770x.c | 5
arch/sh/kernel/cpu/sh3/setup-sh7710.c | 5
arch/sh/kernel/cpu/sh3/setup-sh7720.c | 5
arch/sh/kernel/cpu/sh4/setup-sh4-202.c | 5
arch/sh/kernel/cpu/sh4/setup-sh7750.c | 5
arch/sh/kernel/cpu/sh4/setup-sh7760.c | 5
arch/sh/kernel/cpu/sh4a/setup-sh7343.c | 5
arch/sh/kernel/cpu/sh4a/setup-sh7366.c | 5
arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 5
arch/sh/kernel/cpu/sh4a/setup-sh7723.c | 5
arch/sh/kernel/cpu/sh4a/setup-sh7763.c | 5
arch/sh/kernel/cpu/sh4a/setup-sh7770.c | 5
arch/sh/kernel/cpu/sh4a/setup-sh7780.c | 5
arch/sh/kernel/cpu/sh4a/setup-sh7785.c | 5
arch/sh/kernel/cpu/sh4a/setup-shx3.c | 5
arch/sh/kernel/early_printk.c | 142 ------------------
arch/sh/kernel/setup.c | 10 +
arch/sh/kernel/time_32.c | 11 +
drivers/base/platform.c | 239 +++++++++++++++++++++++++++++++
drivers/clocksource/sh_cmt.c | 18 ++
drivers/serial/sh-sci.c | 49 +++++-
include/linux/init.h | 1
include/linux/platform_device.h | 42 +++++
init/main.c | 7
33 files changed, 533 insertions(+), 179 deletions(-)
next reply other threads:[~2009-01-23 10:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-23 10:57 Magnus Damm [this message]
2009-01-23 10:57 ` [PATCH 001/011] early platform driver V3 Magnus Damm
2009-01-23 10:57 ` [PATCH 002/011] sh: add plat_early_device_setup() function Magnus Damm
2009-01-23 10:58 ` [PATCH 003/011] sh: plat_early_device_setup() for sh2 Magnus Damm
2009-01-23 10:58 ` [PATCH 004/011] sh: plat_early_device_setup() for sh2a Magnus Damm
2009-01-23 10:58 ` [PATCH 005/011] sh: plat_early_device_setup() for sh3 Magnus Damm
2009-01-23 10:58 ` [PATCH 006/011] sh: plat_early_device_setup() for sh4 Magnus Damm
2009-01-23 10:58 ` [PATCH 007/011] sh: plat_early_device_setup() for sh4a Magnus Damm
2009-01-23 10:59 ` [PATCH 008/011] sh: add early platform support for earlyprintk Magnus Damm
2009-01-23 10:59 ` [PATCH 009/011] sh-sci: add early platform support Magnus Damm
2009-01-23 10:59 ` [PATCH 010/011] sh: add early platform support for earlytimer Magnus Damm
2009-01-23 10:59 ` [PATCH 011/011] sh_cmt: add early platform support Magnus Damm
2009-01-29 0:51 ` [PATCH 000/011] early platform patches Andrew Morton
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=20090123105721.18779.80514.sendpatchset@rx1.opensource.se \
--to=magnus.damm@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=gregkh@suse.de \
--cc=johnstul@us.ibm.com \
--cc=lethal@linux-sh.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=roel.kluin@gmail.com \
--cc=tglx@linutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox