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

From: Konrad Dybcio

Date: Mon Sep 07 2026 - 08:15:45 EST




On 04-Sep-26 14:55, Muzaffer Kadir via B4 Relay wrote:
> From: Muzaffer Kadir <muzafferkadir@xxxxxxxxxxxxxx>
>
> 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>
> ---

I told the robot to take a look again (and again and again
a couple more times until it stopped complaining)..

The following feedback is meaningful:

Hi Muzaffer,

`qdss_tracedata_b_groups` advertises GPIOs that cannot actually select
the function. Please populate the corresponding PINGROUP slots:

GPIO8: mux 11
GPIO9: mux 12
GPIO12: mux 12
GPIO13: mux 12

Minor nit: use MODULE_LICENSE("GPL") to match the nearby Qualcomm
pinctrl drivers. // and checkpatch will ask you to do the same

Konrad