[GIT PULL] gpio fixes for v7.2-rc3

From: Bartosz Golaszewski

Date: Fri Jul 10 2026 - 05:07:01 EST


Linus,

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

Thanks,
Bartosz

The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda:

Linux 7.2-rc2 (2026-07-05 14:44:06 -1000)

are available in the Git repository at:

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

for you to fetch changes up to b11c513ad943f35cf5e8007d3a56279c79b7ed4b:

gpio: mvebu: free generic chips on unbind (2026-07-08 14:05:11 +0200)

----------------------------------------------------------------
gpio fixes for v7.2-rc3

- provide the missing .get_direction() callback in gpio-palmas
- fix interrupt handling in gpio-dwapb
- add a GPIO self-test program binary to .gitignore
- fix a resource leak in gpio-mvebu
- make the GPIO sharing heuristic more adaptable

----------------------------------------------------------------
Andreas Kemnade (1):
gpios: palmas: add .get_direction() op

Bartosz Golaszewski (1):
gpio: shared: make the voting mechanism adaptable

Cihan Karadag (1):
selftests: gpio: add gpio-cdev-uaf to .gitignore

Jia Wang (1):
gpio: dwapb: Defer clock gating until noirq

Liang Hao (1):
gpio: dwapb: Mask interrupts at hardware initialization

Rosen Penev (1):
gpio: mvebu: free generic chips on unbind

drivers/gpio/gpio-dwapb.c | 96 ++++++++++++++++++++++++++++-----
drivers/gpio/gpio-mvebu.c | 1 +
drivers/gpio/gpio-palmas.c | 19 +++++++
drivers/gpio/gpio-shared-proxy.c | 66 +++++++++++------------
drivers/gpio/gpiolib-shared.h | 3 +-
tools/testing/selftests/gpio/.gitignore | 1 +
6 files changed, 139 insertions(+), 47 deletions(-)