lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250620134602.111269-1-brgl@bgdev.pl>
Date: Fri, 20 Jun 2025 15:46:02 +0200
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linus Walleij <linus.walleij@...aro.org>,
	linux-gpio@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
Subject: [GIT PULL] gpio fixes for v6.16-rc3

From: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>

Linus,

Please pull the following set of GPIO driver fixes for the upcoming RC.

Thanks,
Bartosz

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -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.16-rc3

for you to fetch changes up to 10af0273a35ab4513ca1546644b8c853044da134:

  gpio: mlxbf3: only get IRQ for device instance 0 (2025-06-18 12:19:39 +0200)

----------------------------------------------------------------
gpio fixes for v6.16-rc3

- correct the ACPI GPIO access mode in gpio-loongson-64bit
- only obtain the interrupt for a single instance of the chip controlled
  by gpio-mlxbf3
- fix an invalid value return from probe() in gpio-pca953x
- add missing MODULE_DEVICE_TABLE() to gpio-spacemit
- update the HiSilicon GPIO driver maintainer entry

----------------------------------------------------------------
Binbin Zhou (1):
      gpio: loongson-64bit: Correct Loongson-7A2000 ACPI GPIO access mode

David Thompson (1):
      gpio: mlxbf3: only get IRQ for device instance 0

Sascha Hauer (1):
      gpio: pca953x: fix wrong error probe return value

Vivian Wang (1):
      gpio: spacemit: Add missing MODULE_DEVICE_TABLE

Yang Shen (1):
      MAINTAINERS: Update HiSilicon GPIO driver maintainer

 MAINTAINERS                        |  2 +-
 drivers/gpio/gpio-loongson-64bit.c |  2 +-
 drivers/gpio/gpio-mlxbf3.c         | 52 +++++++++++++++++++++++++-------------
 drivers/gpio/gpio-pca953x.c        |  2 +-
 drivers/gpio/gpio-spacemit-k1.c    |  1 +
 5 files changed, 38 insertions(+), 21 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ