mbox series

[GIT,PULL] pin control fix for the v6.8 series

Message ID CACRpkdYy1Y-y8ON2Q1cz56NJzMFx7C-=5PFXeQ_xwem_bWma7Q@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fix for the v6.8 series | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.8-2

Message

Linus Walleij Feb. 8, 2024, 1:43 p.m. UTC
Hi Linus,

Thorsten poked me that this pin control fix is urgent as developer
systems are affected, so here it is, affecting a bunch of AMD
laptops as it seems, caused by mismatching IRQ flags.

Details in the signed tag and linked bug reports.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.8-2

for you to fetch changes up to 4451e8e8415e4ef48cdc763d66855f8c25fda94c:

  pinctrl: amd: Add IRQF_ONESHOT to the interrupt request (2024-01-31
10:06:07 +0100)

----------------------------------------------------------------
This is a single fix for the AMD driver which affects developer
laptops, the pinctrl/GPIO driver won't probe on some systems.

----------------------------------------------------------------
Mario Limonciello (1):
      pinctrl: amd: Add IRQF_ONESHOT to the interrupt request

 drivers/pinctrl/pinctrl-amd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Feb. 8, 2024, 11:16 p.m. UTC | #1
The pull request you sent on Thu, 8 Feb 2024 14:43:34 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.8-2

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

Thank you!