[POWERPC] Create Marvell mv64x60 ethernet platform_data
authorDale Farnsworth <dale@farnsworth.org>
Sat, 12 May 2007 00:56:24 +0000 (10:56 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 12 May 2007 01:32:49 +0000 (11:32 +1000)
commit649c8e0289eeee2ab3d4c6c6e062df24dd602233
treeb4c0a6de487151e3d137714cee6621e6c1b2d161
parent52d3aff903171af13b56c5a4d6fb828461406c65
[POWERPC] Create Marvell mv64x60 ethernet platform_data

This patch creates platform_device entries for the Marvell mv64x60
ethernet 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/sysdev/mv64x60_dev.c
drivers/net/Kconfig