commit | b134ce854ad63421bd5c7d34623a1337d525a435 | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Sat Feb 11 15:56:01 2012 +0100 |
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | Thu Mar 01 13:29:02 2012 +0100 |
tree | 41a74511132c744a32e0fb02b4e9da5510cade3d | |
parent | 5bc067b71928d3f470d051847aefa55724fd0c95 [diff] |
ARM: at91/gpio: add .to_irq gpio_chip handler Replace the gpio_to_irq() macro by a plain gpiolib .to_irq() handler. This call is using the irqdomain to translate hardware to Linux IRQ numbers. The irq_to_gpio() macro is completely removed. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>