commit | 3e640743fee6e6a82ead1f163737755b2a965712 | [log] [tgz] |
---|---|---|
author | John Crispin <blogic@openwrt.org> | Fri Dec 04 11:05:44 2015 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Dec 11 00:05:19 2015 +0100 |
tree | 14b2fa69fadf2ccb5ac2fb9cb064023add7dfefe | |
parent | b4818afeacbd81821f89a89951471cffcb6a65e0 [diff] |
pinctrl: lantiq: Implement gpio_chip.to_irq Some drivers require a way to translate GPIO pins to their IRQ numbers. This patch adds the .to_irq() gpiolib callback to the pinctrl-xway driver, which returns an IRQ mapping for a given GPIO pin. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Martin Schiller <mschiller@tdt.de> [Switched ->dev to ->parent] Signed-off-by: Linus Walleij <linus.walleij@linaro.org>