Re: [PATCH 02/10] iio: dac: ad5686: remove redundant register definition
From: Jonathan Cameron
Date: Sun Apr 26 2026 - 09:38:40 EST
On Sun, 26 Apr 2026 14:32:11 +0100
Jonathan Cameron <jic23@xxxxxxxxxx> wrote:
> On Sun, 26 Apr 2026 09:38:03 +0100
> Rodrigo Alencar via B4 Relay <devnull+rodrigo.alencar.analog.com@xxxxxxxxxx> wrote:
>
> > From: Rodrigo Alencar <rodrigo.alencar@xxxxxxxxxx>
> >
> > AD5683_REGMAP and AD5693_REGMAP behave the same way in the common code,
> > and that is because they target single channel devices from the same
> > sub-family. There is no reason to separate them and it will make things
> > simpler when refactoring the chip info table.
> >
> > Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
> > Signed-off-by: Rodrigo Alencar <rodrigo.alencar@xxxxxxxxxx>
> This one stands well on it's own, so applied to the testing branch of iio.git.
>
> IIO is very busy at the moment, so I'm trying to pick up anything
> that is ready, including individual patches from larger series.
>
Dropped again. I didn't read on far enough. The fixes in this series
need to come before all this stuff so they are easier to backport.
So dropped 2-4 from my tree pending that reorganization.
> Thanks,
>
> Jonathan