Re: [PATCH 5/5] pinctrl: pinctrl-scmi: Log number of pins, groups, functions
Linus Walleij <[email protected]>
| Newsgroups | org.kernel.vger.arm-scmi,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-gpio,org.kernel.vger.linux-hwmon,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <CAD++jL=6ikpC-BqVqP1Ev5HC37fw=K_n6rP96AxKi0jdVcyvmw@mail.gmail.com> |
On Wed, May 13, 2026 at 6:44 PM Alex Tran <[email protected]> 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 <[email protected]> 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