ARM: OMAP2+: Remove legacy smsc911x and smc91x GPMC support
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Fri, 29 Nov 2013 19:18:15 +0000 (20:18 +0100)
committerTony Lindgren <tony@atomide.com>
Sun, 8 Dec 2013 22:15:46 +0000 (14:15 -0800)
When connecting an ethernet chip to the GPMC, such as smc91x
or smsc911x, a GPIO has to be requested to be used as an IRQ
and also the IO memory for a GPMC chip-select.

When booting with DT the chip-select allocation is handled
in a generic manner in the GPMC driver and the GPIO to IRQ
mapping is made by the DT core so this code is not needed
anymore now that mach-omap2 related boards are DT-only.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/gpmc-smc91x.c [deleted file]
arch/arm/mach-omap2/gpmc-smc91x.h [deleted file]
arch/arm/mach-omap2/gpmc-smsc911x.c [deleted file]
arch/arm/mach-omap2/gpmc-smsc911x.h [deleted file]

Simple merge
diff --cc arch/arm/mach-omap2/gpmc-smc91x.c
Simple merge
diff --cc arch/arm/mach-omap2/gpmc-smc91x.h
Simple merge
diff --cc arch/arm/mach-omap2/gpmc-smsc911x.c
Simple merge
diff --cc arch/arm/mach-omap2/gpmc-smsc911x.h
Simple merge