[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220225204202.53415-1-brgl@bgdev.pl>
Date: Fri, 25 Feb 2022 21:42:02 +0100
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Linus Walleij <linus.walleij@...aro.org>,
linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org,
Bartosz Golaszewski <brgl@...ev.pl>
Subject: [GIT PULL] gpio: fixes for v5.17-rc6
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(-)
Powered by blists - more mailing lists