]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit24aed104025502c6a4193c091b114e71c97204ea
treeb4c0a6de487151e3d137714cee6621e6c1b2d161
parente7ee86e6dab363ca1054d1f905685e343b369eb6
[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