OSDN Git Service

gpio: ep93xx: Properly call the chained IRQ handler
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 22 Aug 2018 20:41:06 +0000 (22:41 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 29 Aug 2018 07:08:50 +0000 (09:08 +0200)
commit99399f40d896077ec175d42722d37e625056707e
tree7675af50c7f8b48fb4ba12597be602d59b59b99d
parent3c38b3a3065eef10a12f5cf6c711f640d53ddb1a
gpio: ep93xx: Properly call the chained IRQ handler

The chained irq handler should call chained_irq_enter()
and chained_irq_exit() before/after handling the chained
IRQ.

Acked-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-ep93xx.c