2023-04-03 07:34:52

by Dhruva Gole

[permalink] [raw]
Subject: [PATCH 0/2] gpio: davinci: interrupt related fixes

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/[email protected]/

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 <[email protected]>
Cc: Bartosz Golaszewski <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: Devarsh Thakkar <[email protected]>
Cc: Tony Lindgren <[email protected]>
Cc: Vibhore Vardhan <[email protected]>

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


2023-04-03 15:49:27

by Bartosz Golaszewski

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

On Mon, Apr 3, 2023 at 9:25 AM Dhruva Gole <[email protected]> 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/[email protected]/
>
> 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 <[email protected]>
> Cc: Bartosz Golaszewski <[email protected]>
> Cc: Linus Walleij <[email protected]>
> Cc: Devarsh Thakkar <[email protected]>
> Cc: Tony Lindgren <[email protected]>
> Cc: Vibhore Vardhan <[email protected]>
>
> 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