[GIT PULL] gpio: fixes for v5.17-rc6

From: Bartosz Golaszewski
Date: Fri Feb 25 2022 - 15:42:12 EST


Linus,

Please pull the following two fixes for the next release cycle.

Best Regards,
Bartosz Golaszewski

The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:

Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.17-rc6

for you to fetch changes up to ae42f9288846353982e2eab181fb41e7fd8bf60f:

gpio: Return EPROBE_DEFER if gc->to_irq is NULL (2022-02-23 22:30:56 +0100)

----------------------------------------------------------------
gpio: fixes for v5.17-rc6

- fix an bug generating spurious interrupts in gpio-rockchip
- fix a race condition in gpiod_to_irq() called by GPIO consumers

----------------------------------------------------------------
Samuel Holland (1):
gpio: rockchip: Reset int_bothedge when changing trigger

Shreeya Patel (1):
gpio: Return EPROBE_DEFER if gc->to_irq is NULL

drivers/gpio/gpio-rockchip.c | 56 +++++++++++++++++++++++---------------------
drivers/gpio/gpiolib.c | 10 ++++++++
2 files changed, 39 insertions(+), 27 deletions(-)