[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20260123095122.13589-1-bartosz.golaszewski@oss.qualcomm.com>
Date: Fri, 23 Jan 2026 10:51:22 +0100
From: Bartosz Golaszewski <bartosz.golaszewski@....qualcomm.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linus Walleij <linusw@...nel.org>, linux-gpio@...r.kernel.org,
linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@....qualcomm.com>
Subject: [GIT PULL] gpio fixes for v6.19-rc7
Linus,
Please pull the following set of fixes for the next RC. There are some
fixes to resource leaks in the character device handling and another small
fix for shared GPIO management.
Bartosz
The following changes since commit 24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7:
Linux 6.19-rc6 (2026-01-18 15:42:45 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.19-rc7
for you to fetch changes up to 4918cc05137cb347686462923ab3fd249ef7899d:
gpio: shared: propagate configuration to pinctrl (2026-01-21 14:06:17 +0100)
----------------------------------------------------------------
gpio fixes for v6.19-rc7
- fix resource leaks in error paths in GPIO character device code
- return -ENOMEM and not -ENODEV on memory allocation failure
- fix an audio issue on Qualcomm platforms due to configuration not
being propagated to pinctrl from shared GPIO proxy
----------------------------------------------------------------
Bartosz Golaszewski (1):
gpio: shared: propagate configuration to pinctrl
Tzung-Bi Shih (3):
gpio: cdev: Correct return code on memory allocation failure
gpio: cdev: Fix resource leaks on errors in lineinfo_changed_notify()
gpio: cdev: Fix resource leaks on errors in gpiolib_cdev_register()
drivers/gpio/gpiolib-cdev.c | 12 +++++++++---
drivers/gpio/gpiolib-shared.c | 16 +++++++++++-----
drivers/gpio/gpiolib.c | 4 ++--
drivers/gpio/gpiolib.h | 2 ++
4 files changed, 24 insertions(+), 10 deletions(-)
Powered by blists - more mailing lists