[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAD++jLkCt6CXT26vo5MF1f3scXy86KYW+cqynDs7DWF8J+DWBA@mail.gmail.com>
Date: Wed, 28 Jan 2026 09:06:16 +0100
From: Linus Walleij <linusw@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux pin control <linux-gpio@...r.kernel.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] pin control fixes for v6.19
Hi Linus,
some more accumulated pin control fixes stacked up.
Nothing special about this, just driver fixes and fallout.
Details in the signed tag.
Please pull it in!
Yours,
Linus Walleij
The following changes since commit 24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7:
Linux 6.19-rc6 (2026-01-18 15:42:45 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.19-3
for you to fetch changes up to f58442788fdac580c49e0c42379fd32438cff6d7:
dt-bindings: pinctrl: marvell,armada3710-xb-pinctrl: fix
'usb32_drvvbus0' group name (2026-01-27 10:49:36 +0100)
----------------------------------------------------------------
Pin control fixes for the v6.19 series:
- Mark the Meson GPIO controller as sleeping to avoid a
context splat.
- Fix up the I2S2 and SWR TX group settings in the
Qualcomm SM8350 LPASS pin controller, and implement the
proper .get_direction() callback.
- Fix a pin typo in the TG1520 pin controller.
- Fix a group name in the Marvell armada 3710 XB pin
controller that got mangled in a DT schema rewrite.
----------------------------------------------------------------
Bartosz Golaszewski (2):
pinctrl: meson: mark the GPIO controller as sleeping
pinctrl: lpass-lpi: implement .get_direction() for the GPIO driver
Gabor Juhos (1):
dt-bindings: pinctrl: marvell,armada3710-xb-pinctrl: fix
'usb32_drvvbus0' group name
Krzysztof Kozlowski (1):
pinctrl: qcom: sm8350-lpass-lpi: Merge with SC7280 to fix I2S2
and SWR TX pins
Thomas Gerner (1):
pinctrl: th1520: Fix typo
.../pinctrl/marvell,armada3710-xb-pinctrl.yaml | 2 +-
arch/arm64/configs/defconfig | 1 -
drivers/pinctrl/meson/pinctrl-meson.c | 2 +-
drivers/pinctrl/pinctrl-th1520.c | 2 +-
drivers/pinctrl/qcom/Kconfig | 15 +-
drivers/pinctrl/qcom/Makefile | 1 -
drivers/pinctrl/qcom/pinctrl-lpass-lpi.c | 17 +++
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c | 3 +
drivers/pinctrl/qcom/pinctrl-sm8350-lpass-lpi.c | 151 ---------------------
9 files changed, 26 insertions(+), 168 deletions(-)
delete mode 100644 drivers/pinctrl/qcom/pinctrl-sm8350-lpass-lpi.c
Powered by blists - more mailing lists