mbox series

[GIT,PULL] gpio: fixes for v6.5-rc3

Message ID 20230721175134.186223-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v6.5-rc3 | expand

Pull-request

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

Message

Bartosz Golaszewski July 21, 2023, 5:51 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull the following set of fixes from the GPIO subsystem for the next rc.

Thanks,
Bartosz

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -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.5-rc3

for you to fetch changes up to 644ee70267a934be27370f9aa618b29af7290544:

  gpio: mvebu: fix irq domain leak (2023-07-20 14:38:36 +0200)

----------------------------------------------------------------
gpio fixes for v6.5-rc3

- fix initial value handling for output-only pins in gpio-tps68470
- fix two resource leaks in gpio-mvebu

----------------------------------------------------------------
Bartosz Golaszewski (1):
      gpio: mvebu: fix irq domain leak

Hans de Goede (1):
      gpio: tps68470: Make tps68470_gpio_output() always set the initial value

Uwe Kleine-König (1):
      gpio: mvebu: Make use of devm_pwmchip_add

 drivers/gpio/gpio-mvebu.c    | 26 +++++++++++++++-----------
 drivers/gpio/gpio-tps68470.c |  6 +++---
 2 files changed, 18 insertions(+), 14 deletions(-)

Comments

pr-tracker-bot@kernel.org July 22, 2023, 5:36 p.m. UTC | #1
The pull request you sent on Fri, 21 Jul 2023 19:51:34 +0200:

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

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

Thank you!