[GIT PULL] gpio fixes for v6.18-rc3

From: Bartosz Golaszewski
Date: Fri Oct 24 2025 - 08:07:28 EST


From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

Linus,

Please pull the following set of GPIO driver and ACPI fixes for the next
RC. Commit 00aaae60faf5 ("gpio: regmap: add the .fixed_direction_output
configuration parameter") is technically a small new feature but it's
required by commit 2ba5772e530f ("gpio: idio-16: Define fixed direction
of the GPIO lines") which fixes a reported regression in LTS.

Thanks,
Bartosz

The following changes since commit 211ddde0823f1442e4ad052a2f30f050145ccada:

Linux 6.18-rc2 (2025-10-19 15:19:16 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 4c4e6ea4a120cc5ab58e437c6ba123cbfc357d45:

gpio: ljca: Fix duplicated IRQ mapping (2025-10-23 14:30:11 +0200)

----------------------------------------------------------------
gpio fixes for v6.18-rc3

- fix regressions in regmap cache initialization in gpio-104-idio-16 and
gpio-pci-idio-16
- configure first 16 GPIO lines of the IDIO-16 as fixed outputs
- fix duplicated IRQ mapping that can lead to an RCU stall in gpio-ljca
- fix printf formatters passed to dev_err() and make failure to set
debounce period non fatal

----------------------------------------------------------------
Andy Shevchenko (1):
gpiolib: acpi: Use %pe when passing an error pointer to dev_err()

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

Hans de Goede (1):
gpiolib: acpi: Make set debounce errors non fatal

Haotian Zhang (1):
gpio: ljca: Fix duplicated IRQ mapping

Ioana Ciornei (1):
gpio: regmap: add the .fixed_direction_output configuration parameter

William Breathitt Gray (3):
gpio: 104-idio-16: Define maximum valid register address offset
gpio: pci-idio-16: Define maximum valid register address offset
gpio: idio-16: Define fixed direction of the GPIO lines

drivers/gpio/gpio-104-idio-16.c | 1 +
drivers/gpio/gpio-idio-16.c | 5 +++++
drivers/gpio/gpio-ljca.c | 14 +++-----------
drivers/gpio/gpio-pci-idio-16.c | 1 +
drivers/gpio/gpio-regmap.c | 26 ++++++++++++++++++++++++--
drivers/gpio/gpiolib-acpi-core.c | 31 +++++++++++++++++--------------
include/linux/gpio/regmap.h | 5 +++++
7 files changed, 56 insertions(+), 27 deletions(-)