[ARM] 5273/2: ep93xx: move ethernet support into core.c
authorHartley Sweeten <hartleys@visionengravers.com>
Sat, 4 Oct 2008 19:01:49 +0000 (20:01 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 4 Oct 2008 19:04:35 +0000 (20:04 +0100)
commita0a08fdca534e1dffc6d8bb239f53177ab06f946
treec8caa1b1f349a3619131016dbaccb7ee356f2e34
parent92e88aa7fb8190031dca9e04acbf4821bd77941b
[ARM] 5273/2: ep93xx: move ethernet support into core.c

All EP93xx based systems can support Ethernet. This patch moves
the platform_device setup from the various board support files
into the core support file. The Ethernet driver data still remains
in the individual platform setup files to allow specific platform
configuration.

This also adds Ethernet support to the edb9302, edb9312, and
edb9315 platforms.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
12 files changed:
arch/arm/mach-ep93xx/adssphere.c
arch/arm/mach-ep93xx/core.c
arch/arm/mach-ep93xx/edb9302.c
arch/arm/mach-ep93xx/edb9302a.c
arch/arm/mach-ep93xx/edb9307.c
arch/arm/mach-ep93xx/edb9312.c
arch/arm/mach-ep93xx/edb9315.c
arch/arm/mach-ep93xx/edb9315a.c
arch/arm/mach-ep93xx/gesbc9312.c
arch/arm/mach-ep93xx/include/mach/platform.h
arch/arm/mach-ep93xx/micro9.c
arch/arm/mach-ep93xx/ts72xx.c