Re: [PATCH 2/2] pinctrl: qcom: Add MSM8952 tlmm pinctrl driver

From: Krzysztof Kozlowski

Date: Thu Aug 20 2026 - 03:31:34 EST


On Sun, Aug 16, 2026 at 04:48:31PM +0300, Muzaffer Kadir wrote:
> MSM8952 has same pin count and similar pinctrl
> functions mostly with msm8917, but some functions use different pins.
>
> Signed-off-by: Muzaffer Kadir <muzafferkadir@xxxxxxxxxxxxxx>
> ---
> drivers/pinctrl/qcom/Kconfig.msm | 6 +
> drivers/pinctrl/qcom/Makefile | 1 +
> drivers/pinctrl/qcom/pinctrl-msm8952.c | 1248 ++++++++++++++++++++++++++++++++
> 3 files changed, 1255 insertions(+)
>
> diff --git a/drivers/pinctrl/qcom/Kconfig.msm b/drivers/pinctrl/qcom/Kconfig.msm
> index 9409e678ec6d..8b631e641e16 100644
> --- a/drivers/pinctrl/qcom/Kconfig.msm
> +++ b/drivers/pinctrl/qcom/Kconfig.msm
> @@ -222,6 +222,12 @@ config PINCTRL_MSM8917
> This is the pinctrl, pinmux, pinconf and gpiolib driver for the
> Qualcomm TLMM block found on the Qualcomm MSM8917, MSM8937 platform.
>
> +config PINCTRL_MSM8952
> + tristate "Qualcomm 8952 pin controller driver"
> + help

No depends? No defaults?

Best regards,
Krzysztof