Re: [PATCH 3/7] gpio: brcmstb: switch to handle_level_irq flow

2017-10-03 Thread Gregory Fong
On Fri, Sep 29, 2017 at 8:40 PM, Doug Berger 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 ha

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

2017-09-29 Thread Doug Berger
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 maski