Re: [PATCH v2 0/6] iio: dac: ad5686: extend device support
Jonathan Cameron <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260727021335.09c3287a@jic23-huawei> |
On Fri, 24 Jul 2026 13:03:10 +0100 Rodrigo Alencar via B4 Relay <[email protected]> wrote: > This is the third series of three on updating the AD5686 driver. > > Initially, a big patch series was sent: > https://lore.kernel.org/r/[email protected] > > Then, the first patch series added fixes and cleanups: > https://lore.kernel.org/all/[email protected]/ > > The second series introduced new features: > https://lore.kernel.org/all/[email protected]/ > > This series adds support for: > - SPI: AD5313R, AD5317R, AD5674, AD5679, AD5687, AD5687R, AD5689, AD5689R; > - I2C: AD5316R, AD5675, AD5697R > > Signed-off-by: Rodrigo Alencar <[email protected]> > --- Nice set. Applied to the testing branch of iio.git Thanks, Jonathan > Changes in v2: > - Missing devices in I2C drivers as cleanup patches. > - Refactor of Kconfig device list as a cleanup patch. > - Link to v1: https://lore.kernel.org/r/[email protected] > > --- > Rodrigo Alencar (6): > dt-bindings: iio: dac: ad5696: add AD5673R/AD5677R support > iio: dac: ad5696: add AD5673R/AD5677R entries to of_match table > iio: dac: ad5686: refactor device list and file header comments > dt-bindings: iio: dac: ad5696: extend device support > dt-bindings: iio: dac: ad5686: extend device support > iio: dac: ad5686: extend device support with new parts > > .../devicetree/bindings/iio/dac/adi,ad5686.yaml | 14 +++++- > .../devicetree/bindings/iio/dac/adi,ad5696.yaml | 6 +++ > drivers/iio/dac/Kconfig | 31 +++++++++--- > drivers/iio/dac/ad5686-spi.c | 21 ++++++-- > drivers/iio/dac/ad5686.c | 57 +++++++++++++++++++++- > drivers/iio/dac/ad5686.h | 7 +++ > drivers/iio/dac/ad5696-i2c.c | 12 +++-- > 7 files changed, 132 insertions(+), 16 deletions(-) > --- > base-commit: 1258e8ca13866b1a60895abf0ab8a4dd77bf4bfd > change-id: 20260719-ad5686-extend-dev-support-e0ddd119f19c > > Best regards,