mbox series

[GIT,PULL] Pin control fix for AMD laptops

Message ID CACRpkdZsoGihp-cVVKTMPFBPBj_7_ScaYJZFU6jZNugucyx3qg@mail.gmail.com
State New
Headers show
Series [GIT,PULL] Pin control fix for AMD laptops | expand

Pull-request

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

Message

Linus Walleij April 13, 2023, 8:09 p.m. UTC
Hi Linus,

please pull the following single fix which is a revert of a previous
fix that has issues.

Yours,
Linus Walleij

The following changes since commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d:

  Linux 6.3-rc5 (2023-04-02 14:29:29 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 534e465845ebfb4a97eb5459d3931a0b35e3b9a5:

  Revert "pinctrl: amd: Disable and mask interrupts on resume"
(2023-04-11 22:45:42 +0200)

----------------------------------------------------------------
This is just a revert of the AMD fix, because the fix fixed
broken some laptops. We are working on a proper solution.

----------------------------------------------------------------
Kornel Dulęba (1):
      Revert "pinctrl: amd: Disable and mask interrupts on resume"

 drivers/pinctrl/pinctrl-amd.c | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

Comments

Linus Torvalds April 13, 2023, 10:20 p.m. UTC | #1
On Thu, Apr 13, 2023 at 1:10 PM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> This is just a revert of the AMD fix, because the fix fixed
> broken some laptops. We are working on a proper solution.

ENOPARSE. "the fix fixed broken"

I tried to fix fixed broken it up.

             Linus