[ARM] 4747/1: pcm027: support for pcm990 baseboard for phyCORE-PXA270
authorRobert Schwebel <robert@schwebel.de>
Tue, 8 Jan 2008 07:52:04 +0000 (08:52 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 28 Jan 2008 13:13:24 +0000 (13:13 +0000)
commit2e927b76267a57a44c018ffcc64cde5fedde1fcf
treed699d4ad166ca93e2edfb44007774d26beab4c80
parent4f15a98025c2e71be85c80adecc14b82770cd865
[ARM] 4747/1: pcm027: support for pcm990 baseboard for phyCORE-PXA270

This patch adds baseboard support for the phyCORE-PXA270 development
kit (aka PCM-990).

This example shows how to use some phyCORE-PXA270 CPU module features
on a baseboard in a standard manner. It could be used as a starting
point for custom baseboard development.

V2:
 After comments by Eric Miao:
  - IRQ chained handler fixed
  - video/graphic support moved to separate patch
  - ifdef/endif hell reduced ;-)

V3:
 After comments by Russell King
  - initialise the mmci platform data statically

V4:
 After comments by Russell King
  - wrong return value in pcm990_mci_init() fixed

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/pcm990-baseboard.c [new file with mode: 0644]
include/asm-arm/arch-pxa/pcm990_baseboard.h [new file with mode: 0644]