[GIT PULL] gpio fixes for v7.0-rc7
From: Bartosz Golaszewski
Date: Fri Apr 03 2026 - 08:18:17 EST
Linus,
Please pull the following set of GPIO fixes for the next RC.
The merge you see is because a fix for GPIO core error path looked
high-right and I queued it in an immutable branch for v7.1 initially but
since it didn't trigger any regressions, I decided to send it for v7.0.
Thanks,
Bartosz
The following changes since commit 11439c4635edd669ae435eec308f4ab8a0804808:
Linux 7.0-rc2 (2026-03-01 15:39:31 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v7.0-rc7
for you to fetch changes up to 6b5ef8c88854b343b733b574ea8754c9dab61f41:
dt-bindings: gpio: fix microchip #interrupt-cells (2026-03-30 10:22:33 +0200)
----------------------------------------------------------------
gpio fixes for v7.0-rc7
- fix kerneldocs for gpio-timberdale and gpio-nomadik
- clear the "requested" flag in error path in gpiod_request_commit()
- call of_xlate() if provided when setting up shared GPIOs
- handle pins shared by child firmware nodes of consumer devices
- fix return value check in gpio-qixis-fpga
- fix suspend on gpio-mxc
- fix gpio-microchip DT bindings
----------------------------------------------------------------
Barnabás Pőcze (1):
gpiolib: clear requested flag if line is invalid
Bartosz Golaszewski (4):
Merge branch 'gpio/dev-init-rework' into gpio/for-current
gpio: shared: call gpio_chip::of_xlate() if set
gpio: shared: handle pins shared by child nodes of devices
gpio: shared: shorten the critical section in gpiochip_setup_shared()
Felix Gu (1):
gpio: qixis-fpga: Fix error handling for devm_regmap_init_mmio()
Jamie Gibbons (1):
dt-bindings: gpio: fix microchip #interrupt-cells
Randy Dunlap (2):
gpio: timberdale: repair kernel-doc comments
gpio: nomadik: repair some kernel-doc comments
Shenwei Wang (1):
gpio: mxc: map Both Edge pad wakeup to Rising Edge
Tzung-Bi Shih (1):
gpio: Fix resource leaks on errors in gpiochip_add_data_with_key()
.../bindings/gpio/microchip,mpfs-gpio.yaml | 4 +-
drivers/gpio/gpio-mxc.c | 10 +-
drivers/gpio/gpio-qixis-fpga.c | 4 +-
drivers/gpio/gpiolib-shared.c | 57 ++++++++---
drivers/gpio/gpiolib-shared.h | 11 +-
drivers/gpio/gpiolib.c | 113 ++++++++++-----------
include/linux/gpio/gpio-nomadik.h | 12 +--
include/linux/timb_gpio.h | 6 +-
8 files changed, 124 insertions(+), 93 deletions(-)