]> git.baikalelectronics.ru Git - kernel.git/commit
gpio/omap: conslidate enable/disable of GPIO IRQs, remove ifdefs
authorKevin Hilman <khilman@ti.com>
Thu, 21 Apr 2011 16:53:06 +0000 (09:53 -0700)
committerKevin Hilman <khilman@ti.com>
Thu, 16 Jun 2011 18:13:51 +0000 (11:13 -0700)
commit4f1364941eaacb4644cc5d092ef73f62cc282c0d
tree7e4f1ce8067c39d50c84081a26dec08143edff8c
parentb786293079957156b3eee50cee6ce2a41a99f7bd
gpio/omap: conslidate enable/disable of GPIO IRQs, remove ifdefs

Cleanup GPIO IRQ enable/disable handling by removing SoC-specific

Also split enable/disable IRQ into separate functions for better
readability and also facilitate potentially moving to generic irq_chip
in the future.

Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap1/gpio15xx.c
arch/arm/mach-omap1/gpio16xx.c
arch/arm/mach-omap1/gpio7xx.c
arch/arm/mach-omap2/gpio.c
arch/arm/plat-omap/include/plat/gpio.h
drivers/gpio/gpio-omap.c