mbox series

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

Message ID 20220225204202.53415-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v5.17-rc6 | expand

Pull-request

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

Message

Bartosz Golaszewski Feb. 25, 2022, 8:42 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 25, 2022, 9:18 p.m. UTC | #1
The pull request you sent on Fri, 25 Feb 2022 21:42:02 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/115ccd2278ccaa882000a20cb81a3649ef7dfe8b

Thank you!