[PATCH 0/3] ad7380: add adaq4381-4 support

Julien Stephan posted 3 patches 9 months, 3 weeks ago
.../devicetree/bindings/iio/adc/adi,ad7380.yaml         |  4 ++++
Documentation/iio/ad7380.rst                            |  5 +++--
drivers/iio/adc/ad7380.c                                | 17 +++++++++++++++++
3 files changed, 24 insertions(+), 2 deletions(-)
[PATCH 0/3] ad7380: add adaq4381-4 support
Posted by Julien Stephan 9 months, 3 weeks ago
ADAQ4381-4 is the 14 bits version of the ADAQ4380-4. It is compatible
with the ad7380 driver, so add its support and documentation, in driver,
doc, and bindings.

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
---
Julien Stephan (3):
      iio: adc: ad7380: add adaq4381-4 support
      dt-bindings: iio: adc: ad7380: add adaq4381-4 compatible parts
      docs: iio: ad7380: add adaq4381-4

 .../devicetree/bindings/iio/adc/adi,ad7380.yaml         |  4 ++++
 Documentation/iio/ad7380.rst                            |  5 +++--
 drivers/iio/adc/ad7380.c                                | 17 +++++++++++++++++
 3 files changed, 24 insertions(+), 2 deletions(-)
---
base-commit: faeaa1ec6c63b6676679f321601471772f2a0c9b
change-id: 20250226-ad7380-add-adaq4381-4-support-8127fc7abbc6

Best regards,
-- 
Julien Stephan <jstephan@baylibre.com>
Re: [PATCH 0/3] ad7380: add adaq4381-4 support
Posted by David Lechner 9 months, 3 weeks ago
On 2/26/25 8:50 AM, Julien Stephan wrote:
> ADAQ4381-4 is the 14 bits version of the ADAQ4380-4. It is compatible
> with the ad7380 driver, so add its support and documentation, in driver,
> doc, and bindings.
> 
> Signed-off-by: Julien Stephan <jstephan@baylibre.com>
> ---
Reviewed-by: David Lechner <dlechner@baylibre.com>
Re: [PATCH 0/3] ad7380: add adaq4381-4 support
Posted by Jonathan Cameron 9 months, 2 weeks ago
On Wed, 26 Feb 2025 10:14:40 -0600
David Lechner <dlechner@baylibre.com> wrote:

> On 2/26/25 8:50 AM, Julien Stephan wrote:
> > ADAQ4381-4 is the 14 bits version of the ADAQ4380-4. It is compatible
> > with the ad7380 driver, so add its support and documentation, in driver,
> > doc, and bindings.
> > 
> > Signed-off-by: Julien Stephan <jstephan@baylibre.com>
> > ---  
> Reviewed-by: David Lechner <dlechner@baylibre.com>
> 
> 

Applied,

Thanks,

Jonathan