Re: [PATCH 5/5] pinctrl: pinctrl-scmi: Log number of pins, groups, functions
From: Linus Walleij
Date: Sat May 23 2026 - 05:19:06 EST
On Wed, May 13, 2026 at 6:44 PM Alex Tran <alex.tran@xxxxxxxxxxxxxxxx> wrote:
> The SCMI pinctrl driver does not currently log the number of pins,
> groups, and functions discovered from firmware. This information is
> useful for confirming the firmware exposed pinctrl resources during
> debugging.
>
> Log these counts after a successful probe to align with the existing
> SCMI client driver logging pattern.
>
> Signed-off-by: Alex Tran <alex.tran@xxxxxxxxxxxxxxxx>
Other kernel maintainers want a minimalist dmesg, but not me,
so I just applied this.
If someone is upset about the noise they can send a patch
changing it to dev_dbg().
Yours,
Linus Walleij