mbox series

[GIT,PULL] gpio: fixes for v6.9-rc5

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

Pull-request

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

Message

Bartosz Golaszewski April 18, 2024, 5:13 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull the following set of minor fixes for the next RC. Details are
in the signed tag as usual.

Thanks,
Bartosz

The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:

  Linux 6.9-rc3 (2024-04-07 13:22:46 -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.9-rc5

for you to fetch changes up to 69ffed4b62523bbc85511f150500329d28aba356:

  gpiolib: swnode: Remove wrong header inclusion (2024-04-17 22:48:14 +0200)

----------------------------------------------------------------
gpio fixes for v6.9-rc5

- use -ENOTSUPP consistently in Intel GPIO drivers
- don't include dt-bindings headers in gpio-swnode code
- add missing of device table to gpio-lpc32xx and fix autoloading

----------------------------------------------------------------
Andy Shevchenko (3):
      gpio: wcove: Use -ENOTSUPP consistently
      gpio: crystalcove: Use -ENOTSUPP consistently
      gpiolib: swnode: Remove wrong header inclusion

Bartosz Golaszewski (1):
      Merge tag 'intel-gpio-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-current

Krzysztof Kozlowski (1):
      gpio: lpc32xx: fix module autoloading

 drivers/gpio/gpio-crystalcove.c | 2 +-
 drivers/gpio/gpio-lpc32xx.c     | 1 +
 drivers/gpio/gpio-wcove.c       | 2 +-
 include/linux/gpio/property.h   | 1 -
 4 files changed, 3 insertions(+), 3 deletions(-)