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

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

Pull-request

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

Message

Bartosz Golaszewski Jan. 5, 2023, 7:44 p.m. UTC
  From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull the following set of fixes for the next rc. We have a reference
leak fix, two fixes for using uninitialized variables and more drivers
converted to using immutable irqchips.

Details are in the signed tag.

Best regards,
Bartosz Golaszewski

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -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.2-rc3

for you to fetch changes up to 694175cd8a1643cde3acb45c9294bca44a8e08e9:

  gpio: sifive: Fix refcount leak in sifive_gpio_probe (2023-01-02 13:01:14 +0100)

----------------------------------------------------------------
gpio fixes for v6.2-rc3

- fix a reference leak in gpio-sifive
- fix a potential use of an uninitialized variable in core gpiolib
- fix a potential use of an uninitialized variable in gpio-pca953x
- make GPIO irqchips immutable in gpio-pmic-eic-sprd, gpio-eic-sprd and
  gpio-sprd

----------------------------------------------------------------
Cixi Geng (3):
      gpio: eic-sprd: Make the irqchip immutable
      gpio: pmic-eic-sprd: Make the irqchip immutable
      gpio: sprd: Make the irqchip immutable

Haibo Chen (1):
      gpio: pca953x: avoid to use uninitialized value pinctrl

Hans de Goede (1):
      gpiolib: Fix using uninitialized lookup-flags on ACPI platforms

Miaoqian Lin (1):
      gpio: sifive: Fix refcount leak in sifive_gpio_probe

 drivers/gpio/gpio-eic-sprd.c      | 23 ++++++++++++++---------
 drivers/gpio/gpio-pca953x.c       |  3 +++
 drivers/gpio/gpio-pmic-eic-sprd.c | 29 ++++++++++++++++++-----------
 drivers/gpio/gpio-sifive.c        |  1 +
 drivers/gpio/gpio-sprd.c          |  9 ++++++---
 drivers/gpio/gpiolib.c            |  2 +-
 6 files changed, 43 insertions(+), 24 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 5, 2023, 10:07 p.m. UTC | #1
The pull request you sent on Thu,  5 Jan 2023 20:44:15 +0100:

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

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

Thank you!