[PATCH] pinctrl: rockchip: Avoid losing interrupts when supporting both edges
Linus Walleij
linus.walleij at linaro.org
Thu Jan 8 11:25:02 PST 2015
On Mon, Dec 22, 2014 at 7:47 PM, Doug Anderson <dianders at chromium.org> wrote:
> I was seeing cases where I was losing interrupts when inserting and
> removing SD cards. Sometimes the card would get "stuck" in the
> inserted state.
>
> I believe that the problem was related to the code to handle the case
> where we needed both rising and falling edges. This code would
> disable the interrupt as the polarity was switched. If an interrupt
> came at the wrong time it could be lost.
>
> We'll match what the gpio-dwapb.c driver does upstream and change the
> interrupt polarity without disabling things.
>
> Signed-off-by: Doug Anderson <dianders at chromium.org>
Patch applied for fixes.
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list