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)
commitb8841892821eebc03b19c43e251dac90dfbb4601
treed6728a6890d18b33fb474737867a3cbf42582f95
parentc9e8f14f61509ef1d24f1662dac8f679b9404743
ARM: OMAP2+: Remove legacy smsc911x and smc91x GPMC support

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]