[GIT PULL] gpio: fixes for v6.5-rc3
From: Bartosz Golaszewski
Date: Fri Jul 21 2023 - 13:51:42 EST
From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
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(-)