Pin control fixes for the v5.15 series:

- Three fixes pertaining to Broadcom DT bindings. Some stuff
  didn't work out as inteded, we need to back out.

- A resume bug fix in the STM32 driver.

- Disable and mask the interrupts on probe in the AMD pinctrl
  driver, affecting Microsoft surface.
pinctrl: amd: disable and mask interrupts on probe

Some systems such as the Microsoft Surface Laptop 4 leave interrupts
enabled and configured for use in sleep states on boot, which cause
unexpected behaviour such as spurious wakes and failed resumes in
s2idle states.

As interrupts should not be enabled until they are claimed and
explicitly enabled, disabling any interrupts mistakenly left enabled by
firmware should be safe.

Signed-off-by: Sachi King <nakato@nakato.io>
Link: https://lore.kernel.org/r/20211009033240.21543-1-nakato@nakato.io
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 file changed