Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: OMAP2+: Remove legacy smsc911x and smc91x GPMC support | Javier Martinez Canillas | 2016-11-10 | 1 | -35/+0 |
| | | | | | | | | | | | | | | 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> | ||||
* | ARM: OMAP2+: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 2016-08-26 | 1 | -1/+1 |
| | | | | | | | | | | | The IS_ENABLED() macro checks if a Kconfig symbol has been enabled either built-in or as a module, use that macro instead of open coding the same. Using the macro makes the code more readable by helping abstract away some of the Kconfig built-in and module enable details. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com> | ||||
* | ARM: OMAP2+: Make gpmc-smsc911x.h local | Tony Lindgren | 2012-09-21 | 1 | -0/+35 |
This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com> |