public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 000/011] early platform patches
@ 2009-01-23 10:57 Magnus Damm
  2009-01-23 10:57 ` [PATCH 001/011] early platform driver V3 Magnus Damm
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Magnus Damm @ 2009-01-23 10:57 UTC (permalink / raw)
  To: linux-kernel
  Cc: akpm, lethal, johnstul, gregkh, roel.kluin, mingo, Magnus Damm,
	tglx

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(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-01-29  0:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-23 10:57 [PATCH 000/011] early platform patches Magnus Damm
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox