Re: [PATCH 09/12] iio: adc: ad9467: use chip_info variables instead of array

From: Jonathan Cameron
Date: Mon Dec 04 2023 - 10:26:10 EST


On Tue, 21 Nov 2023 11:20:22 +0100
Nuno Sa via B4 Relay <devnull+nuno.sa.analog.com@xxxxxxxxxx> wrote:

> From: Nuno Sa <nuno.sa@xxxxxxxxxx>
>
> Instead of having an array and keeping IDs for each entry of the array,
> just have a chip_info struct per device.
>
> Signed-off-by: Nuno Sa <nuno.sa@xxxxxxxxxx>
Hi Nuno,

Probably makes sense to break out the various tidy up an fixes for ad9467 as a
precursor series and just refer to it from the main one (which will probably take
longer to settle). Hopefully we can get these out the way and remove the distraction
from the stuff you really care about!

Jonathan