gpio: eic-sprd: Clear interrupt after set the interrupt type
authorWenhua Lin <Wenhua.Lin@unisoc.com>
Tue, 9 Jan 2024 07:38:48 +0000 (15:38 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 22 Jan 2024 10:38:08 +0000 (11:38 +0100)
commit84aef4ed59705585d629e81d633a83b7d416f5fb
tree5cc8a99c72ae9386bcb6e92b97312262c0734bef
parent805c74eac8cb306dc69b87b6b066ab4da77ceaf1
gpio: eic-sprd: Clear interrupt after set the interrupt type

The raw interrupt status of eic maybe set before the interrupt is enabled,
since the eic interrupt has a latch function, which would trigger the
interrupt event once enabled it from user side. To solve this problem,
interrupts generated before setting the interrupt trigger type are ignored.

Fixes: 25518e024e3a ("gpio: Add Spreadtrum EIC driver support")
Acked-by: Chunyan Zhang <zhang.lyra@gmail.com>
Signed-off-by: Wenhua Lin <Wenhua.Lin@unisoc.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-eic-sprd.c