[GIT PULL] gpio fixes for v7.3-rc4

From: Bartosz Golaszewski

Date: Thu Sep 17 2026 - 05:40:26 EST


Linus,

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

Thanks,
Bartosz

The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:

Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v7.3-rc4

for you to fetch changes up to 50fd0ada8d37587223001600933270b59cb30e19:

gpio: virtuser: skip free_irq when no IRQ is installed (2026-09-14 10:51:01 +0200)

----------------------------------------------------------------
gpio fixes for v7.3-rc4

- fix fwnode reference leak on failure in shared GPIO handling
- fix regression in OF_POPULATED logic after the unification of GPIO hog
handling between OF, ACPI and machine variants
- don't call free_irq() if no IRQ is installed in gpio-virtuser

----------------------------------------------------------------
Abdurrahman Hussain (1):
gpiolib: of: don't mark hog nodes OF_POPULATED before a chip is found

Bartosz Golaszewski (1):
Merge tag 'v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-current

Michail Tatas (1):
gpiolib: Put fwnode reference on failure

Runyu Xiao (1):
gpio: virtuser: skip free_irq when no IRQ is installed

drivers/gpio/gpio-virtuser.c | 3 ++-
drivers/gpio/gpiolib-of.c | 6 +++---
drivers/gpio/gpiolib-shared.c | 9 ++++++---
3 files changed, 11 insertions(+), 7 deletions(-)