From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Subject: [GIT PULL] gpio fixes for v6.15-rc2
Date: Thu, 10 Apr 2025 11:46:05 +0200 [thread overview]
Message-ID: <20250410094605.38665-1-brgl@bgdev.pl> (raw)
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Linus,
Please pull the following set of fixes from the GPIO tree for the next RC.
Thanks,
Bartosz
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.15-rc2
for you to fetch changes up to b8c7a1ac884cc267d1031f8de07f1a689a69fbab:
gpiolib: of: Move Atmel HSMCI quirk up out of the regulator comment (2025-04-08 11:06:45 +0200)
----------------------------------------------------------------
gpio fixes for v6.15-rc2
- fix resource handling in gpio-tegra186
- fix wakeup source leaks in gpio-mpc8xxx and gpio-zynq
- fix minor issues with some GPIO OF quirks
- deprecate GPIOD_FLAGS_BIT_NONEXCLUSIVE and devm_gpiod_unhinge()
symbols and add a TODO task to track replacing them with a better
solution
----------------------------------------------------------------
Andy Shevchenko (2):
gpiolib: of: Fix the choice for Ingenic NAND quirk
gpiolib: of: Move Atmel HSMCI quirk up out of the regulator comment
Bartosz Golaszewski (4):
gpio: deprecate the GPIOD_FLAGS_BIT_NONEXCLUSIVE flag
gpio: deprecate devm_gpiod_unhinge()
MAINTAINERS: add more keywords for the GPIO subsystem entry
gpio: TODO: track the removal of regulator-related workarounds
Guixin Liu (1):
gpio: tegra186: fix resource handling in ACPI probe path
Krzysztof Kozlowski (2):
gpio: mpc8xxx: Fix wakeup source leaks on device unbind
gpio: zynq: Fix wakeup source leaks on device unbind
MAINTAINERS | 2 ++
drivers/gpio/TODO | 34 ++++++++++++++++++++++++++++++++++
drivers/gpio/gpio-mpc8xxx.c | 4 +++-
drivers/gpio/gpio-tegra186.c | 25 +++++++++++++------------
drivers/gpio/gpio-zynq.c | 1 +
drivers/gpio/gpiolib-devres.c | 6 +++++-
drivers/gpio/gpiolib-of.c | 8 +++++---
include/linux/gpio/consumer.h | 1 +
8 files changed, 64 insertions(+), 17 deletions(-)
next reply other threads:[~2025-04-10 9:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-10 9:46 Bartosz Golaszewski [this message]
2025-04-10 14:09 ` [GIT PULL] gpio fixes for v6.15-rc2 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=20250410094605.38665-1-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=bartosz.golaszewski@linaro.org \
--cc=linus.walleij@linaro.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