[POWERPC] Create Marvell mv64x60 MPSC (serial) platform_data
authorDale Farnsworth <dale@farnsworth.org>
Sat, 12 May 2007 00:55:53 +0000 (10:55 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 12 May 2007 01:32:49 +0000 (11:32 +1000)
commit52d3aff903171af13b56c5a4d6fb828461406c65
tree65786487dce618d0fcac5783952e112cefe30c0b
parente44b8941908ec9ccf03b52713c9e7d3471bada8c
[POWERPC] Create Marvell mv64x60 MPSC (serial) platform_data

This patch creates platform_device entries for the Marvell mv64x60
MPSC (multi-protocol serial controller) ports, based on information
contained in the device tree.

This driver (like the other mv64x60 drivers) are unusual in that it
works on both the MIPS and PowerPC architectures.  Because of that,
the drivers do not support the normal PowerPC of_platform_bus_type.
They support platform_bus_type instead.

Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/embedded6xx/Kconfig
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/mv64x60_dev.c [new file with mode: 0644]