gpio: tegra: remove gpio_to_irq() from hw irq handlers
authorGrygorii Strashko <grygorii.strashko@ti.com>
Sat, 8 Jul 2017 22:44:11 +0000 (17:44 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 14 Aug 2017 13:01:12 +0000 (15:01 +0200)
commitc0debb3d68c3dc63f6565943b316019597587d7a
tree93aeae73f068a0521f7e6d2073717a485c5d04ef
parent64fcf3b32e86c95256a40bda96fc675c32d7afa6
gpio: tegra: remove gpio_to_irq() from hw irq handlers

gpio_to_irq() API expected to be used by GPIO consumers and
not drivers and there are no guarantee that its gpiolib implementation
is irq safe.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-tegra.c