Message ID | bb57e4452cb6bf9f644c0ea2c248d4b72ecc65b8.1742992305.git.marcelo.schmitt@analog.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | iio: adc: ad4000: Add SPI offload support | expand |
On 3/26/25 8:25 AM, Marcelo Schmitt wrote: > Commit <c3948d090080> ("iio: adc: ad4000: Add support for PulSAR devices"), > extended the ad4000 driver supports many single-channel PulSAR devices. > > Update IIO ad4000 documentation with the extra list of supported devices. > > Signed-off-by: Marcelo Schmitt <marcelo.schmitt@analog.com> > --- Don't forget to pick up tags. I already gave my: Reviewed-by: David Lechner <dlechner@baylibre.com>
On 03/27, David Lechner wrote: > On 3/26/25 8:25 AM, Marcelo Schmitt wrote: > > Commit <c3948d090080> ("iio: adc: ad4000: Add support for PulSAR devices"), > > extended the ad4000 driver supports many single-channel PulSAR devices. > > > > Update IIO ad4000 documentation with the extra list of supported devices. > > > > Signed-off-by: Marcelo Schmitt <marcelo.schmitt@analog.com> > > --- > Don't forget to pick up tags. I already gave my: Oops, sorry. My bad. I've picked them now. > > > Reviewed-by: David Lechner <dlechner@baylibre.com> > > Thanks, Marcelo
diff --git a/Documentation/iio/ad4000.rst b/Documentation/iio/ad4000.rst index de8fd3ae6e62..5578a9cfd9d5 100644 --- a/Documentation/iio/ad4000.rst +++ b/Documentation/iio/ad4000.rst @@ -4,7 +4,7 @@ AD4000 driver ============= -Device driver for Analog Devices Inc. AD4000 series of ADCs. +Device driver for Analog Devices Inc. AD4000 series of ADCs and similar devices. Supported devices ================= @@ -25,6 +25,21 @@ Supported devices * `AD4022 <https://www.analog.com/AD4022>`_ * `ADAQ4001 <https://www.analog.com/ADAQ4001>`_ * `ADAQ4003 <https://www.analog.com/ADAQ4003>`_ +* `AD7685 <https://www.analog.com/AD7685>`_ +* `AD7686 <https://www.analog.com/AD7686>`_ +* `AD7687 <https://www.analog.com/AD7687>`_ +* `AD7688 <https://www.analog.com/AD7688>`_ +* `AD7690 <https://www.analog.com/AD7690>`_ +* `AD7691 <https://www.analog.com/AD7691>`_ +* `AD7693 <https://www.analog.com/AD7693>`_ +* `AD7942 <https://www.analog.com/AD7942>`_ +* `AD7946 <https://www.analog.com/AD7946>`_ +* `AD7980 <https://www.analog.com/AD7980>`_ +* `AD7982 <https://www.analog.com/AD7982>`_ +* `AD7983 <https://www.analog.com/AD7983>`_ +* `AD7984 <https://www.analog.com/AD7984>`_ +* `AD7988-1 <https://www.analog.com/AD7988-1>`_ +* `AD7988-5 <https://www.analog.com/AD7988-5>`_ Wiring connections ------------------
Commit <c3948d090080> ("iio: adc: ad4000: Add support for PulSAR devices"), extended the ad4000 driver supports many single-channel PulSAR devices. Update IIO ad4000 documentation with the extra list of supported devices. Signed-off-by: Marcelo Schmitt <marcelo.schmitt@analog.com> --- Documentation/iio/ad4000.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-)