pinctrl: ingenic: Properly detect GPIO direction when configured for IRQ
authorPaul Cercueil <paul@crapouillou.net>
Mon, 22 Jun 2020 21:45:48 +0000 (23:45 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 7 Jul 2020 12:21:02 +0000 (14:21 +0200)
commit84e7a946da71f678affacea301f6d5cb4d9784e8
treed461c29858a3fa60183e6449201b6ed865db5bf8
parent1c95348ba327fe8621d3680890c2341523d3524a
pinctrl: ingenic: Properly detect GPIO direction when configured for IRQ

The PAT1 register contains information about the IRQ type (edge/level)
for input GPIOs with IRQ enabled, and the direction for non-IRQ GPIOs.
So it makes sense to read it only if the GPIO has no interrupt
configured, otherwise input GPIOs configured for level IRQs are
misdetected as output GPIOs.

Fixes: ebd6651418b6 ("pinctrl: ingenic: Implement .get_direction for GPIO chips")
Reported-by: João Henrique <johnnyonflame@hotmail.com>
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20200622214548.265417-2-paul@crapouillou.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-ingenic.c