Re: [PATCH 0/2] gpio: davinci: interrupt related fixes

From: Bartosz Golaszewski
Date: Mon Apr 03 2023 - 11:41:37 EST


On Mon, Apr 3, 2023 at 9:25 AM Dhruva Gole <d-gole@xxxxxx> wrote:
>
> This series fixes some critical bugs in the gpio-davinci driver
> that come to light when the system tries to wakeup from a suspended
> state.
>
> It was earlier posted as an RFC here:
> https://lore.kernel.org/all/20230323122910.991148-1-d-gole@xxxxxx/
>
> No changes, just resending without the RFC tag since the patches are now
> proposed to be merged into mainline.
> Also add all the Acks and R-by's from respective maintainers and reviewers.
>
> Cc: Keerthy <j-keerthy@xxxxxx>
> Cc: Bartosz Golaszewski <brgl@xxxxxxxx>
> Cc: Linus Walleij <linus.walleij@xxxxxxxxxx>
> Cc: Devarsh Thakkar <devarsht@xxxxxx>
> Cc: Tony Lindgren <tony@xxxxxxxxxxx>
> Cc: Vibhore Vardhan <vibhore@xxxxxx>
>
> Dhruva Gole (2):
> gpio: davinci: Do not clear the bank intr enable bit in save_context
> gpio: davinci: Add irq chip flag to skip set wake
>
> drivers/gpio/gpio-davinci.c | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
>
> --
> 2.25.1
>

Queued for fixes. Thanks!

Bart