Message ID | 20250210-wip-bl-ad7606_add_backend_sw_mode-v4-0-160df18b1da7@baylibre.com (mailing list archive) |
---|---|
Headers | show |
Series | add support for Software mode on AD7606's iio backend driver | expand |
On Mon, 10 Feb 2025 17:10:50 +0100 Angelo Dureghello <adureghello@baylibre.com> 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@baylibre.com> > Co-developed-by: Angelo Dureghello <adureghello@baylibre.com> > Signed-off-by: Angelo Dureghello <adureghello@baylibre.com> Applied to the togreg branch of iio.git. Briefly pushed that out as testing to let 0-day take a first look. Thanks, Jonathan