]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'pinctrl-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Jul 2025 15:33:08 +0000 (08:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Jul 2025 15:33:08 +0000 (08:33 -0700)
commit9adf143357bf5ea6400f276ca60bfbc7cd92c19a
tree2e9467ba680f869da907e40cfbf9182802e40e3b
parent733923397fd95405a48f165c9b1fbc8c4b0a4681
parent5285b5ed04ab6ad40f7b654eefbccd6ae8cbf415
Merge tag 'pinctrl-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

Pull pin control fixes from Linus Walleij:

 - 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

* tag 'pinctrl-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
  pinctrl: aw9523: fix can_sleep flag for GPIO chip
  pinctrl: amd: Clear GPIO debounce for suspend
  pinctrl: nuvoton: Fix boot on ma35dx platforms
  MAINTAINERS: drop bouncing Lakshmi Sowjanya D
  pinctrl: qcom: msm: mark certain pins as invalid for interrupts
MAINTAINERS