[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250410094605.38665-1-brgl@bgdev.pl>
Date: Thu, 10 Apr 2025 11:46:05 +0200
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linus Walleij <linus.walleij@...aro.org>,
linux-gpio@...r.kernel.org,
linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
Subject: [GIT PULL] gpio fixes for v6.15-rc2
From: Bartosz Golaszewski <bartosz.golaszewski@...aro.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(-)
Powered by blists - more mailing lists