[GIT PULL] gpio fixes for v6.14-rc2

From: Bartosz Golaszewski
Date: Fri Feb 07 2025 - 03:42:26 EST


From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

Linus,

Please pull the following set of driver and Kconfig changes for the next
RC.

Thanks,
Bartosz

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 59ff2040f0a58923c787fdba5999100667338230:

MAINTAINERS: Use my kernel.org address for ACPI GPIO work (2025-02-05 14:38:33 +0100)

----------------------------------------------------------------
gpio fixes for v6.14-rc2

- fix interrupt support in gpio-pca953x
- fix configfs attribute locking in gpio-sim
- limit the visibility of the GPIO_GRGPIO Kconfig symbol to OF systems
only
- update MAINTAINERS

----------------------------------------------------------------
Bartosz Golaszewski (1):
gpio: sim: lock hog configfs items if present

Geert Uytterhoeven (1):
gpio: GPIO_GRGPIO should depend on OF

Mark Tomlinson (1):
gpio: pca953x: Improve interrupt support

Mika Westerberg (1):
MAINTAINERS: Use my kernel.org address for ACPI GPIO work

MAINTAINERS | 2 +-
drivers/gpio/Kconfig | 1 +
drivers/gpio/gpio-pca953x.c | 19 -------------------
drivers/gpio/gpio-sim.c | 13 ++++++++-----
4 files changed, 10 insertions(+), 25 deletions(-)