]> git.baikalelectronics.ru Git - kernel.git/commit
gpio/omap: remove MPUIO handling from _clear_gpio_irqbank()
authorKevin Hilman <khilman@ti.com>
Thu, 21 Apr 2011 15:44:45 +0000 (08:44 -0700)
committerKevin Hilman <khilman@ti.com>
Thu, 16 Jun 2011 18:13:02 +0000 (11:13 -0700)
commit5f0469d5cc7c8a35dfc824a2c77e53bbb267547d
tree339032903ae5d39e58c9f76e058354db4a105e9f
parent7266679e6321f175dfd4e324f5398023c8b82326
gpio/omap: remove MPUIO handling from _clear_gpio_irqbank()

Remove the OMAP1 #ifdef and MPUIO special case for _clear_gpio_irqbank()

The MPUIOs do not need a register access to ack/clear the IRQ status,
since reading the IRQ status clears it.  In addition, the MPUIO
irq_chip has an empty ack method, so _clear_gpio_irqbank() is never
used for MPUIOs.

Signed-off-by: Kevin Hilman <khilman@ti.com>
drivers/gpio/gpio-omap.c