mbox series

[GIT,PULL] gpio fixes for v6.16-rc3

Message ID 20250620134602.111269-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio fixes for v6.16-rc3 | expand

Pull-request

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

Message

Bartosz Golaszewski June 20, 2025, 1:46 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull the following set of GPIO driver fixes for the upcoming RC.

Thanks,
Bartosz

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -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.16-rc3

for you to fetch changes up to 10af0273a35ab4513ca1546644b8c853044da134:

  gpio: mlxbf3: only get IRQ for device instance 0 (2025-06-18 12:19:39 +0200)

----------------------------------------------------------------
gpio fixes for v6.16-rc3

- correct the ACPI GPIO access mode in gpio-loongson-64bit
- only obtain the interrupt for a single instance of the chip controlled
  by gpio-mlxbf3
- fix an invalid value return from probe() in gpio-pca953x
- add missing MODULE_DEVICE_TABLE() to gpio-spacemit
- update the HiSilicon GPIO driver maintainer entry

----------------------------------------------------------------
Binbin Zhou (1):
      gpio: loongson-64bit: Correct Loongson-7A2000 ACPI GPIO access mode

David Thompson (1):
      gpio: mlxbf3: only get IRQ for device instance 0

Sascha Hauer (1):
      gpio: pca953x: fix wrong error probe return value

Vivian Wang (1):
      gpio: spacemit: Add missing MODULE_DEVICE_TABLE

Yang Shen (1):
      MAINTAINERS: Update HiSilicon GPIO driver maintainer

 MAINTAINERS                        |  2 +-
 drivers/gpio/gpio-loongson-64bit.c |  2 +-
 drivers/gpio/gpio-mlxbf3.c         | 52 +++++++++++++++++++++++++-------------
 drivers/gpio/gpio-pca953x.c        |  2 +-
 drivers/gpio/gpio-spacemit-k1.c    |  1 +
 5 files changed, 38 insertions(+), 21 deletions(-)