mbox series

[GIT,PULL] gpio fixes for v6.15-rc2

Message ID 20250410094605.38665-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio fixes for v6.15-rc2 | expand

Pull-request

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

Message

Bartosz Golaszewski April 10, 2025, 9:46 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 10, 2025, 2:09 p.m. UTC | #1
The pull request you sent on Thu, 10 Apr 2025 11:46:05 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8f43640c9109bd82bcf37def6adfe1b8b09e7b61

Thank you!