[GIT PULL] pin control fixes for v7.1

From: Linus Walleij

Date: Fri Jun 12 2026 - 18:22:35 EST


Hi Linus,

some (hopefully last) fixes for v7.1

I sat on the patches for a while, which turned out to be a good move
because I had to drop the tail patch from the patch queue yesterday
as it broke systems. Phew. Only the revert of the deemded incorrect
fix is left.

Other than that: two driver fixes to MCP23s08 (a popular GPIO expander).

Please pull it in!

Yours,
Linus Walleij

The following changes since commit e7ae89a0c97ce2b68b0983cd01eda67cf373517d:

Linux 7.1-rc5 (2026-05-24 13:48:06 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3f786abd23951f3f600a62fef42469d9200d5f52:

Revert "pinctrl-amd: enable IRQ for WACF2200 touchscreen on Lenovo
Yoga 7 14AGP11" (2026-05-30 00:00:33 +0200)

----------------------------------------------------------------
Pin control fixes for v7.1:

- Two fixes for the mcp23s08 driver.

- Revert an earlier fix to the AMD pin controller that was
all wrong. A proper fix is being developed.

----------------------------------------------------------------
Hardik Prakash (1):
Revert "pinctrl-amd: enable IRQ for WACF2200 touchscreen on
Lenovo Yoga 7 14AGP11"

Judith Mendez (2):
pinctrl: mcp23s08: Initialize mcp->dev and mcp->addr before regmap init
pinctrl: mcp23s08: Read spi-present-mask as u8 not u32

drivers/pinctrl/pinctrl-amd.c | 35 ----------------------------------
drivers/pinctrl/pinctrl-mcp23s08_spi.c | 11 +++++++----
2 files changed, 7 insertions(+), 39 deletions(-)