mbox series

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

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

Pull-request

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

Message

Bartosz Golaszewski Feb. 23, 2024, 9:08 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull the following fix to the GPIO-pinctrl glue code for the next RC.

Thanks,
Bartosz

The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d:

  Linux 6.8-rc5 (2024-02-18 12:56:25 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ae366ba8576da0135d7d3db2dfa6304f3338d0c2:

  gpiolib: Handle no pin_ranges in gpiochip_generic_config() (2024-02-20 12:49:14 +0100)

----------------------------------------------------------------
gpio fixes for v6.8-rc6

- fix a use-case where no pins are mapped to GPIOs in
  gpiochip_generic_config()

----------------------------------------------------------------
Emil Renner Berthing (1):
      gpiolib: Handle no pin_ranges in gpiochip_generic_config()

 drivers/gpio/gpiolib.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

pr-tracker-bot@kernel.org Feb. 23, 2024, 5:11 p.m. UTC | #1
The pull request you sent on Fri, 23 Feb 2024 10:08:21 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9cd42be825fa15609bf0616d70032d90e844282e

Thank you!