[GIT PULL] Pin control fixes for v6.19

From: Linus Walleij
Date: Thu Jan 08 2026 - 16:34:48 EST


Hi Linus,

some pin control fixes that stacked up. Very little has arrived but it's time
to send over what I have.

Small driver fixes and my addresses into .mailmap, that's it.

Please pull it in, details in the signed tag.

Yours,
Linus Walleij

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

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

for you to fetch changes up to ebc18e9854e5a2b62a041fb57b216a903af45b85:

pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping
(2026-01-01 15:40:56 +0100)

----------------------------------------------------------------
Pin control fixes for the v6.19 series:

- Fix the mt8189 register base name order back from being fixed
broken.

- Add REGMAP_MMIO to the pic64gx-gpio2 to avoid build breakages.

- Mark the Qualcomm lpass-lpi pin controller GPIO chip instance
as sleeping to fix lock splats.

- Update .mailmap with my new kernel.org address for all old mails
after maintainers ran into issues with this.

----------------------------------------------------------------
Bartosz Golaszewski (1):
pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping

Linus Walleij (1):
Update .mailmap for Linus Walleij

Louis-Alexis Eyraud (1):
pinctrl: mediatek: mt8189: restore previous register base name array order

Sander Vanheule (1):
pinctrl: pic64gx-gpio2: Add REGMAP_MMIO dependency

.mailmap | 4 ++++
drivers/pinctrl/Kconfig | 1 +
drivers/pinctrl/mediatek/pinctrl-mt8189.c | 2 +-
drivers/pinctrl/qcom/pinctrl-lpass-lpi.c | 2 +-
4 files changed, 7 insertions(+), 2 deletions(-)