On Mon, 10 Feb 2025 17:10:50 +0100 Angelo Dureghello <adureghello@xxxxxxxxxxxx> wrote: > The previous series added iio_backend mode, but the configuration for this > mode was only possible through GPIOs (Hardware mode). Here, we add support > for configuring the chip using its registers (Software mode). > > The bus access is based on Angelo's ad3552 implementation, that is we have > a particular compatible for the backend (here axi-adc) version supporting > the ad7606's register writing, and the ad7606 is defined as a child node > of the backend in the devicetree. Small changes are added to make the code > a bit more straightforward to understand, and more compact. > > Signed-off-by: Guillaume Stols <gstols@xxxxxxxxxxxx> > Co-developed-by: Angelo Dureghello <adureghello@xxxxxxxxxxxx> > Signed-off-by: Angelo Dureghello <adureghello@xxxxxxxxxxxx> Applied to the togreg branch of iio.git. Briefly pushed that out as testing to let 0-day take a first look. Thanks, Jonathan