mbox series

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

Message ID 20230403072443.83810-1-d-gole@ti.com
Headers show
Series gpio: davinci: interrupt related fixes | expand

Message

Dhruva Gole April 3, 2023, 7:24 a.m. UTC
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@ti.com/

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@ti.com>
Cc: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Devarsh Thakkar <devarsht@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Vibhore Vardhan <vibhore@ti.com>

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(-)

Comments

Bartosz Golaszewski April 3, 2023, 3:41 p.m. UTC | #1
On Mon, Apr 3, 2023 at 9:25 AM Dhruva Gole <d-gole@ti.com> 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@ti.com/
>
> 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@ti.com>
> Cc: Bartosz Golaszewski <brgl@bgdev.pl>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Devarsh Thakkar <devarsht@ti.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: Vibhore Vardhan <vibhore@ti.com>
>
> 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