[PATCH v2 4/7] gpio: brcmstb: switch to handle_level_irq flow

Linus Walleij linus.walleij at linaro.org
Tue Oct 31 02:30:20 PDT 2017


On Tue, Oct 24, 2017 at 9:54 PM, Doug Berger <opendmb at gmail.com> wrote:

> Reading and writing the gpio bank status register each time a pending
> interrupt bit is serviced could cause new pending bits to be cleared
> without servicing the associated interrupts.
>
> By using the handle_level_irq flow instead of the handle_simple_irq
> flow we get proper handling of interrupt masking as well as acking
> of interrupts.  The irq_ack method is added to support this.
>
> Fixes: 19a7b6940b78 ("gpio: brcmstb: Add interrupt and wakeup source support")
> Signed-off-by: Doug Berger <opendmb at gmail.com>
> Reviewed-by: Florian Fainelli <f.fainelli at gmail.com>
> Acked-by: Gregory Fong <gregory.0xf0 at gmail.com>

Patch applied.

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list