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>
Thu, 10 Nov 2016 22:31:31 +0000 (15:31 -0700)
commitb7b23ffcf7d8fac66e9976329a75e8f9bbee2419
treef075a4d9ee855247cbe13a3962d0d9e3487f674c
parentd9d9cec02835778e97a4ddc1d601d6b518ddfe89
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-smsc911x.c [deleted file]
arch/arm/mach-omap2/gpmc-smsc911x.h [deleted file]