[GIT PULL] gpio fixes for v6.16-rc7
From: Bartosz Golaszewski
Date: Fri Jul 18 2025 - 04:38:46 EST
From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
Linus,
Please pull the following set of GPIO fixes for the next RC.
Thanks,
Bartosz
The following changes since commit 347e9f5043c89695b01e66b3ed111755afcf1911:
Linux 6.16-rc6 (2025-07-13 14:25:58 -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-rc7
for you to fetch changes up to 11ff5e06e02326a7c87aaa73dbffaed94918261d:
gpiolib: devres: release GPIOs in devm_gpiod_put_array() (2025-07-17 09:22:46 +0200)
----------------------------------------------------------------
gpio fixes for v6.16-rc7
- fix the devres release callback for devm_gpiod_put_array()
- add an ACPI quirk for Acer Nitro V15 suspend & wakeup
----------------------------------------------------------------
André Draszik (1):
gpiolib: devres: release GPIOs in devm_gpiod_put_array()
Bartosz Golaszewski (1):
Merge tag 'intel-gpio-v6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-current
Mario Limonciello (1):
gpiolib: acpi: Add a quirk for Acer Nitro V15
drivers/gpio/gpiolib-acpi-quirks.c | 13 +++++++++++++
drivers/gpio/gpiolib-devres.c | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)