Re: [PATCH v6 2/2] iio: adc: ad7173: add AD7173 driver

From: Andy Shevchenko
Date: Thu Nov 23 2023 - 12:06:39 EST


On Thu, Nov 23, 2023 at 06:47:26PM +0200, Andy Shevchenko wrote:
> On Thu, Nov 23, 2023 at 05:23:22PM +0200, mitrutzceclan wrote:

...

> > +static int ad7173_free_config_slot_lru(struct ad7173_state *st)
>
> > +static int ad7173_load_config(struct ad7173_state *st,
> > + struct ad7173_channel_config *cfg)
>
> Have you checked, btw, list_lru.h? Maybe all this can be simply changed by
> using existing library?

Okay, it seems specific to MM, but maybe there something similar done which
can be split into generic LRU library? In any case it seems too much for this
nice series, so can you just add a comment on top of these functions to
mention that it may be switched to a generic LRU implementation if one exists?

--
With Best Regards,
Andy Shevchenko