Re: [PATCH] Introduce Tyr
From: Rob Herring
Date: Mon Jun 30 2025 - 09:52:51 EST
On Sat, Jun 28, 2025 at 4:31 AM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Sat, Jun 28, 2025 at 2:13 AM Daniel Almeida
> <daniel.almeida@xxxxxxxxxxxxx> wrote:
> >
> > Also, for some reason the Clippy lint did not save me this time.
>
> Hmm... it should -- I tried to build it and Clippy reports it. There
> is also another warning too [1].
>
> I see the compiler reporting [2] too.
>
> By the way, do you need to depend on `CONFIG_REGULATOR`?
No. Drivers rely on empty stubs for all the providers they need. It
would be pretty unmaintainable to depend on all of them. You want
enabling drivers for compile testing as easy as possible.
Rob