[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMRc=Me8cmiJSu3dKDgzhKZchSYyC0KmnrLSDL0ckr_uASLv-g@mail.gmail.com>
Date: Wed, 16 Feb 2022 15:55:30 +0100
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Samuel Holland <samuel@...lland.org>
Cc: Linus Walleij <linus.walleij@...aro.org>,
Heiko Stuebner <heiko@...ech.de>,
Jianqun Xu <jay.xu@...k-chips.com>,
"open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>,
"open list:ARM/Rockchip SoC..." <linux-rockchip@...ts.infradead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Guillaume Savaton <guillaume@...erouge.fr>
Subject: Re: [PATCH] gpio: rockchip: Reset int_bothedge when changing trigger
On Sat, Feb 12, 2022 at 9:50 PM Samuel Holland <samuel@...lland.org> wrote:
>
> With v2 hardware, an IRQ can be configured to trigger on both edges via
> a bit in the int_bothedge register. Currently, the driver sets this bit
> when changing the trigger type to IRQ_TYPE_EDGE_BOTH, but fails to reset
> this bit if the trigger type is later changed to something else. This
> causes spurious IRQs, and when using gpio-keys with wakeup-event-action
> set to EV_ACT_(DE)ASSERTED, those IRQs translate into spurious wakeups.
>
> Fixes: 3bcbd1a85b68 ("gpio/rockchip: support next version gpio controller")
> Reported-by: Guillaume Savaton <guillaume@...erouge.fr>
> Tested-by: Guillaume Savaton <guillaume@...erouge.fr>
> Signed-off-by: Samuel Holland <samuel@...lland.org>
> ---
Queued for fixes, thanks!
Bart
Powered by blists - more mailing lists