]> git.baikalelectronics.ru Git - kernel.git/commit
gpio-tz1090: convert to use generic irqchip
authorJames Hogan <james.hogan@imgtec.com>
Tue, 25 Jun 2013 14:27:45 +0000 (15:27 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 20 Jul 2013 17:05:15 +0000 (19:05 +0200)
commit950b6e9b74ca2eec57c1f5e3bdf0e4ee0df04aba
treec72bee33d24f40cf7bb48d877323192cc917daaf
parenta139f8b09fb00ec0c9263604490e3652e420fc50
gpio-tz1090: convert to use generic irqchip

Convert gpio-tz1090 driver to use generic irqchips. This allows the
irq_ack, irq_mask, and irq_unmask callbacks and associated helper
functions to be removed. Also switch to using irq_setup_alt_chip() in
the irq_set_type callback instead of using __irq_set_handler_locked().

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Grant Likely <grant.likely@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/gpio-tz1090.c