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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdZB=mYnmZU14Gn9buB7jE2b-7Fu+dgf3pcAcVj0FgvHiQ@mail.gmail.com>
Date: Wed, 9 Jul 2025 12:21:40 +0200
From: Linus Walleij <linus.walleij@...aro.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>, 
	"open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>, Bartosz Golaszewski <brgl@...ev.pl>
Subject: [GIT PULL] pin control fixes for v6.16

Hi Linus,

here are some pin control fixes for the v6.16 series.

Nothing special, just driver fixes, the AMD one is especially
nice to have and will probably spill over to stable as well.

Please pull it in, details in the signed tag!

Yours,
Linus Walleij


The following changes since commit e04c78d86a9699d136910cfc0bdcf01087e3267e:

  Linux 6.16-rc2 (2025-06-15 13:49:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.16-3

for you to fetch changes up to 5285b5ed04ab6ad40f7b654eefbccd6ae8cbf415:

  pinctrl: aw9523: fix can_sleep flag for GPIO chip (2025-07-04 10:31:50 +0200)

----------------------------------------------------------------
Pin control fixes for the v6.16 series:

- Mark som pins as invalid for IRQ use in the Qualcomm
  driver.

- Fix up the use of device properties on the MA35DX
  Nuvoton, apparently something went sidewise.

- Clear the GPIO debounce settings when going down
  for suspend in the AMD driver. Very good for some
  AMD laptops that now wake up from suspend again!

- Add the compulsory .can_sleep bool flag in the
  AW9523 driver, should have been there from the
  beginning, now there are users finding the bug.

- Drop some bouncing email address from MAINTAINERS.

----------------------------------------------------------------
Bartosz Golaszewski (2):
      pinctrl: qcom: msm: mark certain pins as invalid for interrupts
      MAINTAINERS: drop bouncing Lakshmi Sowjanya D

Mario Limonciello (1):
      pinctrl: amd: Clear GPIO debounce for suspend

Milan Krstic (1):
      pinctrl: aw9523: fix can_sleep flag for GPIO chip

Miquel Raynal (1):
      pinctrl: nuvoton: Fix boot on ma35dx platforms

 MAINTAINERS                            |  3 +--
 drivers/pinctrl/nuvoton/pinctrl-ma35.c | 10 ++++++++--
 drivers/pinctrl/pinctrl-amd.c          | 11 +++++++++++
 drivers/pinctrl/pinctrl-aw9523.c       |  2 +-
 drivers/pinctrl/qcom/pinctrl-msm.c     | 20 ++++++++++++++++++++
 5 files changed, 41 insertions(+), 5 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ