]> err.no Git - linux-2.6/commit
[ARM] 4744/1: pcm027: add support for phyCORE-PXA270 CPU module
authorRobert Schwebel <robert@schwebel.de>
Tue, 8 Jan 2008 07:44:23 +0000 (08:44 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 28 Jan 2008 13:13:20 +0000 (13:13 +0000)
commit34e31d871ee4b6a9f6c5504da7d6dcc24967844c
treeab6f518113f9d13445c514ad5f36f0c5e2b6167f
parente7b3dc7ef1e27fd5713a0df71f82c0a27de1c2eb
[ARM] 4744/1: pcm027: add support for phyCORE-PXA270 CPU module

This patch adds main support for the generic phyCORE-PXA270 CPU module
(aka PCM-027). Its as generic as possible to support any kind of baseboard.

Note: Neither the CPU module nor the pcm027.c implementation can work without
a baseboard support. Baseboard support can be added by the PCM-990 or any
custom variant.

V2:
 After comments by Eric Miao:
  - Currently unsupported devices moved into separate patch
  - direct call of baseboard initialisation

V3:
 After comments by Russell King
  - sort include files
  - setting RTC bit for power control removed
 - style problems fixed (discovered by checkpatch.pl)

Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/Kconfig
arch/arm/mach-pxa/Makefile
arch/arm/mach-pxa/pcm027.c [new file with mode: 0644]
include/asm-arm/arch-pxa/irqs.h
include/asm-arm/arch-pxa/pcm027.h [new file with mode: 0644]