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++jLkCiZVOWYcN3yqLu6fOqjQhSkM0aZAbzVuoL-5hj+Lnzw@mail.gmail.com> |
On Sat, May 23, 2026 at 11:18 AM Linus Walleij <[email protected]> wrote: > 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(). Ah scratch that, Andy made a fair point that it is available in debugfs anyway so I dropped the patch. Yours, Linus Walleij