[GIT PULL] gpio fixes for v7.4-rc5

From: Bartosz Golaszewski

Date: Fri Sep 25 2026 - 04:02:42 EST


Linus,

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

Thanks,
Bartosz

The following changes since commit 93f51579e7df248780214094418f205253383cc5:

Linux 7.3-rc4 (2026-09-20 13:48:15 -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-rc5

for you to fetch changes up to 270437f3fe62516f16482742a7762a075e7a9457:

gpio: tps65219: Fix TPS65214 GPIO direction programming (2026-09-23 16:42:01 +0200)

----------------------------------------------------------------
gpio fixes for v7.4-rc5

- fix a regression introduced by moving GPIO hog handling into GPIOLIB
core where of_node_name was used if line name property was missing on
DT systems
- fix kernel stack leak to user-space in error path in GPIO character
device code
- fix runtime PM leaks in gpio-xilinx and gpio-arizona
- fix several register programming bugs in gpio-tps65219
- fix interrupt storm on resume in gpio-mvebu

----------------------------------------------------------------
Bartosz Golaszewski (2):
Merge tag 'v7.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-current
gpio: cdev: fix kernel stack leak to user-space in error path

Frank Wunderlich (1):
gpiolib: use of_node_name if line-name is missing

Karl Mehltretter (3):
gpio: tps65219: Fix GPIO input value reads
gpio: tps65219: Use the variant-specific direction callback
gpio: tps65219: Fix TPS65214 GPIO direction programming

Ridham Khurana (1):
gpio: zynq: fix runtime PM leak on request error path

Rosen Penev (1):
gpio: mvebu: keep resume masks within the irqchip cache

Wentao Liang (1):
gpio: arizona: Fix runtime PM leak in arizona_gpio_direction_out()

drivers/gpio/gpio-arizona.c | 8 ++++++--
drivers/gpio/gpio-mvebu.c | 33 +++++++++++++++++++++++++++------
drivers/gpio/gpio-tps65219.c | 12 +++++++-----
drivers/gpio/gpio-zynq.c | 10 +---------
drivers/gpio/gpiolib-cdev.c | 32 +++++++++++++++++++++++++-------
drivers/gpio/gpiolib.c | 7 +++++++
6 files changed, 73 insertions(+), 29 deletions(-)