commit | bdba15db4d81940776ab96ea9f558b7388b0f7fe | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@ti.com> | Thu Apr 21 08:44:45 2011 -0700 |
committer | Kevin Hilman <khilman@ti.com> | Thu Jun 16 11:13:02 2011 -0700 |
tree | 339032903ae5d39e58c9f76e058354db4a105e9f | |
parent | df3c851716424fda0c7b14c4cae71cea467a9944 [diff] |
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>