[GIT PULL] gpio fixes for v6.19-rc1

From: Bartosz Golaszewski

Date: Thu Dec 11 2025 - 20:14:33 EST


Linus,

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

Thanks,
Bartosz

The following changes since commit dae9750105cf93ac1e156ef91f4beeb53bd64777:

gpio: loongson: Switch 2K2000/3000 GPIO to BYTE_CTRL_MODE (2025-11-28 12:59:00 +0100)

are available in the Git repository at:

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

for you to fetch changes up to ea513dd3c066074b12e788114b45e0f2bda382cc:

gpio: shared: make locking more fine-grained (2025-12-09 07:16:45 +0100)

----------------------------------------------------------------
gpio updates for v6.19-rc1

- fix spinlock op type after conversion to lock guards
- fix a memory leak in error path in gpio-regmap
- Kconfig fixes in GPIO drivers
- add a GPIO ACPI quirk for Dell Precision 7780
- set of fixes for shared GPIO management

----------------------------------------------------------------
Arnd Bergmann (2):
gpio: qixis: select CONFIG_REGMAP_MMIO
gpio: tb10x: fix OF_GPIO dependency

Askar Safin (1):
gpiolib: acpi: Add quirk for Dell Precision 7780

Bartosz Golaszewski (5):
gpio: shared: ignore disabled nodes when traversing the device-tree
gpio: shared: fix NULL-pointer dereference in teardown path
gpio: shared: check if a reference is populated before cleaning its resources
gpio: shared: fix auxiliary device cleanup order
gpio: shared: make locking more fine-grained

Johan Hovold (1):
gpio: mmio: fix bad guard conversion

Wentao Guan (1):
gpio: regmap: Fix memleak in error path in gpio_regmap_register()

drivers/gpio/Kconfig | 2 +-
drivers/gpio/gpio-mmio.c | 10 +++----
drivers/gpio/gpio-regmap.c | 2 +-
drivers/gpio/gpiolib-acpi-quirks.c | 22 ++++++++++++++++
drivers/gpio/gpiolib-shared.c | 54 ++++++++++++++++++++++++--------------
5 files changed, 63 insertions(+), 27 deletions(-)