Hi Stephen,
On Thu, Mar 24, 2022 at 6:10 PM Stephen Kitt <[email protected]> wrote:
>
> The i2c probe functions here don't use the id information provided in
> their second argument, so the single-parameter i2c probe function
> ("probe_new") can be used instead.
>
> This avoids scanning the identifier tables during probes.
Thanks for the patch -- Andy submitted an equivalent one which I
queued for -next some days ago.
Cheers,
Miguel
Hi Miguel,
On Thu, 24 Mar 2022 22:18:39 +0100, Miguel Ojeda
<[email protected]> wrote:
> On Thu, Mar 24, 2022 at 6:10 PM Stephen Kitt <[email protected]> wrote:
> > The i2c probe functions here don't use the id information provided in
> > their second argument, so the single-parameter i2c probe function
> > ("probe_new") can be used instead.
> >
> > This avoids scanning the identifier tables during probes.
>
> Thanks for the patch -- Andy submitted an equivalent one which I
> queued for -next some days ago.
Ah yes,
https://lkml.kernel.org/lkml/[email protected]/
Thanks,
Stephen