[PATCH 0/2] ADRF5702/ADRF5703 Digital Attenuator support

Rodrigo Alencar via B4 Relay posted 2 patches 1 week, 1 day ago
There is a newer version of this series
.../bindings/iio/amplifiers/adi,ad8366.yaml        |  4 ++++
drivers/iio/amplifiers/Kconfig                     |  2 ++
drivers/iio/amplifiers/ad8366.c                    | 22 ++++++++++++++++++++++
3 files changed, 28 insertions(+)
[PATCH 0/2] ADRF5702/ADRF5703 Digital Attenuator support
Posted by Rodrigo Alencar via B4 Relay 1 week, 1 day ago
This is a small patch series that adds support for two extra attenuators.
Basically, new chip info and device table entries are added into the
AD8366 IIO driver.

Signed-off-by: Rodrigo Alencar <rodrigo.alencar@analog.com>
---
Rodrigo Alencar (2):
      dt-bindings: iio: amplifiers: ad8366: add adrf5702/3 support
      iio: amplifiers: ad8366: add support for adrf5702/3

 .../bindings/iio/amplifiers/adi,ad8366.yaml        |  4 ++++
 drivers/iio/amplifiers/Kconfig                     |  2 ++
 drivers/iio/amplifiers/ad8366.c                    | 22 ++++++++++++++++++++++
 3 files changed, 28 insertions(+)
---
base-commit: af980a79bfed43c4a0be12cca786be46f1a0c5e8
change-id: 20260325-adrf570x-iio-support-e199418fba40

Best regards,
-- 
Rodrigo Alencar <rodrigo.alencar@analog.com>
Re: [PATCH 0/2] ADRF5702/ADRF5703 Digital Attenuator support
Posted by Nuno Sá 1 week, 1 day ago
On Wed, 2026-03-25 at 11:12 +0000, Rodrigo Alencar via B4 Relay wrote:
> This is a small patch series that adds support for two extra attenuators.
> Basically, new chip info and device table entries are added into the
> AD8366 IIO driver.
> 
> Signed-off-by: Rodrigo Alencar <rodrigo.alencar@analog.com>
> ---
> Rodrigo Alencar (2):
>       dt-bindings: iio: amplifiers: ad8366: add adrf5702/3 support
>       iio: amplifiers: ad8366: add support for adrf5702/3
> 
>  .../bindings/iio/amplifiers/adi,ad8366.yaml        |  4 ++++
>  drivers/iio/amplifiers/Kconfig                     |  2 ++
>  drivers/iio/amplifiers/ad8366.c                    | 22 ++++++++++++++++++++++
>  3 files changed, 28 insertions(+)
> ---
> base-commit: af980a79bfed43c4a0be12cca786be46f1a0c5e8
> change-id: 20260325-adrf570x-iio-support-e199418fba40
> 
> Best regards,

Reviewed-by: Nuno Sá <nuno.sa@analog.com>