From: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linus Walleij <linusw@kernel.org>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
brgl@kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Subject: [GIT PULL] gpio fixes for v7.0-rc7
Date: Fri, 3 Apr 2026 14:17:40 +0200 [thread overview]
Message-ID: <20260403121741.18145-1-bartosz.golaszewski@oss.qualcomm.com> (raw)
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(-)
next reply other threads:[~2026-04-03 12:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-03 12:17 Bartosz Golaszewski [this message]
2026-04-03 19:52 ` [GIT PULL] gpio fixes for v7.0-rc7 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260403121741.18145-1-bartosz.golaszewski@oss.qualcomm.com \
--to=bartosz.golaszewski@oss.qualcomm.com \
--cc=brgl@kernel.org \
--cc=linusw@kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).