Re: [PATCH v2 0/2] ADRF5702/ADRF5703 Digital Attenuator support
From: Jonathan Cameron
Date: Thu Mar 26 2026 - 16:16:44 EST
On Thu, 26 Mar 2026 18:32:15 +0000
Rodrigo Alencar via B4 Relay <devnull+rodrigo.alencar.analog.com@xxxxxxxxxx> 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@xxxxxxxxxx>
> ---
> 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@xxxxxxxxxx
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,