From: Jonathan Cameron <jic23@kernel.org>
To: Antoniu Miclaus <antoniu.miclaus@analog.com>
Cc: <robh@kernel.org>, <conor+dt@kernel.org>,
<linux-iio@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v5 00/10] Add support for AD4080 ADC
Date: Sun, 11 May 2025 15:40:41 +0100 [thread overview]
Message-ID: <20250511154041.3635c7b4@jic23-huawei> (raw)
In-Reply-To: <20250509105019.8887-1-antoniu.miclaus@analog.com>
On Fri, 9 May 2025 13:50:09 +0300
Antoniu Miclaus <antoniu.miclaus@analog.com> wrote:
> The AD4080 is a high-speed, low noise, low distortion, 20-bit, Easy
> Drive, successive approximation register (SAR) analog-to-digital
> converter (ADC). Maintaining high performance (signal-to-noise and
> distortion (SINAD) ratio > 90 dBFS) at signal frequencies in excess
> of 1 MHz enables the AD4080 to service a wide variety of precision,
> wide bandwidth data acquisition applications.
>
> This driver aims to be extended in the future to support multiple parts that are
> not released yet:
> AD4081
> AD4082
> AD4083
> AD4084
> AD4085
> AD4086
> AD4087
> AD4088
Hi.
I took another look through and think this is now ready to apply.
However it came in on a Friday and Nuno has not yet had time to review
so I'll leave it a few days before applying if no other comments come up.
Thanks,
Jonathan
>
> Antoniu Miclaus (10):
> iio: backend: add support for filter config
> iio: backend: add support for data alignment
> iio: backend: add support for number of lanes
> dt-bindings: iio: adc: add ad408x axi variant
> iio: adc: adi-axi-adc: add filter type config
> iio: adc: adi-axi-adc: add data align process
> iio: adc: adi-axi-adc: add num lanes support
> dt-bindings: iio: adc: add ad4080
> iio: adc: ad4080: add driver support
> Documetation: ABI: add sinc1 and sinc5+pf1 filter
>
> Documentation/ABI/testing/sysfs-bus-iio | 3 +
> .../bindings/iio/adc/adi,ad4080.yaml | 96 +++
> .../bindings/iio/adc/adi,axi-adc.yaml | 2 +
> MAINTAINERS | 8 +
> drivers/iio/adc/Kconfig | 14 +
> drivers/iio/adc/Makefile | 1 +
> drivers/iio/adc/ad4080.c | 575 ++++++++++++++++++
> drivers/iio/adc/adi-axi-adc.c | 77 +++
> drivers/iio/industrialio-backend.c | 58 ++
> include/linux/iio/backend.h | 19 +
> 10 files changed, 853 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml
> create mode 100644 drivers/iio/adc/ad4080.c
>
prev parent reply other threads:[~2025-05-11 14:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-09 10:50 [PATCH v5 00/10] Add support for AD4080 ADC Antoniu Miclaus
2025-05-09 10:50 ` [PATCH v5 01/10] iio: backend: add support for filter config Antoniu Miclaus
2025-05-09 10:50 ` [PATCH v5 02/10] iio: backend: add support for data alignment Antoniu Miclaus
2025-05-12 6:53 ` Nuno Sá
2025-05-09 10:50 ` [PATCH v5 03/10] iio: backend: add support for number of lanes Antoniu Miclaus
2025-05-09 10:50 ` [PATCH v5 04/10] dt-bindings: iio: adc: add ad408x axi variant Antoniu Miclaus
2025-05-09 10:50 ` [PATCH v5 05/10] iio: adc: adi-axi-adc: add filter type config Antoniu Miclaus
2025-05-09 10:50 ` [PATCH v5 06/10] iio: adc: adi-axi-adc: add data align process Antoniu Miclaus
2025-05-12 6:54 ` Nuno Sá
2025-05-09 10:50 ` [PATCH v5 07/10] iio: adc: adi-axi-adc: add num lanes support Antoniu Miclaus
2025-05-09 10:50 ` [PATCH v5 08/10] dt-bindings: iio: adc: add ad4080 Antoniu Miclaus
2025-05-09 10:50 ` [PATCH v5 09/10] iio: adc: ad4080: add driver support Antoniu Miclaus
2025-05-12 6:59 ` Nuno Sá
2025-05-12 15:09 ` David Lechner
2025-05-09 10:50 ` [PATCH v5 10/10] Documetation: ABI: add sinc1 and sinc5+pf1 filter Antoniu Miclaus
2025-05-12 14:15 ` David Lechner
2025-05-11 14:40 ` Jonathan Cameron [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250511154041.3635c7b4@jic23-huawei \
--to=jic23@kernel.org \
--cc=antoniu.miclaus@analog.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox