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

Rodrigo Alencar via B4 Relay posted 2 patches 6 days, 22 hours ago
.../bindings/iio/amplifiers/adi,ad8366.yaml        |  4 ++++
drivers/iio/amplifiers/Kconfig                     |  2 ++
drivers/iio/amplifiers/ad8366.c                    | 22 ++++++++++++++++++++++
3 files changed, 28 insertions(+)
[PATCH v2 0/2] ADRF5702/ADRF5703 Digital Attenuator support
Posted by Rodrigo Alencar via B4 Relay 6 days, 22 hours 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>
---
Changes in v2:
- Add more context to the dt-bindings commit message.
- Link to v1: https://lore.kernel.org/r/20260325-adrf570x-iio-support-v1-0-9a2685eb2e55@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 v2 0/2] ADRF5702/ADRF5703 Digital Attenuator support
Posted by Jonathan Cameron 6 days, 21 hours ago
On Thu, 26 Mar 2026 18:32:15 +0000
Rodrigo Alencar via B4 Relay <devnull+rodrigo.alencar.analog.com@kernel.org> 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>
> ---
> Changes in v2:
> - Add more context to the dt-bindings commit message.
> - Link to v1: https://lore.kernel.org/r/20260325-adrf570x-iio-support-v1-0-9a2685eb2e55@analog.com

Given I want to get this a tiny bit of exposure in next (tomorrow hopefully)
prior to sending a pull request on the weekend I've applied this now.

Given how near the top of the tree this is and short window I may well
apply any tags from dt-maintainers etc after applying.

(as background I'm travelling next week so scooping stuff up now)

Thanks,

Jonathan

> 
> ---
> 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,