mbox series

[GIT,PULL] gpio: fixes for v6.5-rc6

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

Pull-request

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

Message

Bartosz Golaszewski Aug. 12, 2023, 6:26 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull the following two one-liners from the GPIO subsystem for the
next RC.

Bartosz

The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef:

  Linux 6.5-rc3 (2023-07-23 15:24:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 33f83d13ded164cd49ce2a3bd2770115abc64e6f:

  gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent (2023-08-11 21:31:59 +0200)

----------------------------------------------------------------
gpio fixes for v6.5-rc6

- mark virtual chips exposed by gpio-sim as ones that can sleep (callbacks
  must not be called from interrupt context)
- fix an off-by-one error in gpio-ws16c48

----------------------------------------------------------------
Bartosz Golaszewski (1):
      gpio: sim: mark the GPIO chip as a one that can sleep

William Breathitt Gray (1):
      gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent

 drivers/gpio/gpio-sim.c     | 1 +
 drivers/gpio/gpio-ws16c48.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)