Message ID | 20240704-dev-iio-ad9467-new-devs-v1-0-f1adfee921f7@analog.com (mailing list archive) |
---|---|
Headers | show |
Series | iio: adc: ad9467: support new devices | expand |
On Thu, 4 Jul 2024 11:25:20 +0200 Nuno Sa <nuno.sa@analog.com> wrote: > This series adds support for more devices: > * Analog Devices AD9652 16-bit 310 MSPS ADC; > * Analog Devices AD9643 14-Bit, 170/210/250 MSPS ADC; > * Analog Devices AD9649 14-bit 20/40/65/80 MSPS ADC. > > The first pacthes are just in preparation to make adding the new devices patches.. > straightforward. Applied with the minor tweak mentioned in thread to patch 3. Applied for now to the testing branch of iio.git which I'll rebase and push out as togreg after 6.11-rc1 is available. Thanks, Jonathan > > --- > Nuno Sa (5): > iio: adc: ad9467: support multiple channels calibration > iio: adc: ad9467: add new chip_info variables > iio: adc: ad9467: don't allow reading vref if not available > dt-bindings: adc: ad9467: support new parts > iio: adc: ad9467: support new parts > > .../devicetree/bindings/iio/adc/adi,ad9467.yaml | 3 + > drivers/iio/adc/ad9467.c | 277 ++++++++++++++++----- > 2 files changed, 224 insertions(+), 56 deletions(-) > --- > base-commit: 7db8a847f98caae68c70bdab9ba92d1af38e5656 > change-id: 20240620-dev-iio-ad9467-new-devs-f30e5536220f > -- > > Thanks! > - Nuno Sá >