[PATCH v5 0/3] iio: adc: ad9467: add support for ad9211

Tomas Melin posted 3 patches 1 week, 2 days ago
.../devicetree/bindings/iio/adc/adi,ad9467.yaml    |  2 +
drivers/iio/adc/ad9467.c                           | 61 ++++++++++++++++++----
2 files changed, 53 insertions(+), 10 deletions(-)
[PATCH v5 0/3] iio: adc: ad9467: add support for ad9211
Posted by Tomas Melin 1 week, 2 days ago
This series adds support for the ad9211, a variant of the already
supported devices.

Example usage:

$ cat name 
ad9211
$ cat in_voltage_scale_available 
0.957031 0.976562 0.996093 1.015625 1.035156 1.054687 1.074218
1.093750 1.113281 1.132812 1.152343 1.162109 1.171875 1.181640
1.191406 1.201171 1.220703 1.240234 1.259765 1.279296 1.298828
1.318359 1.337890 1.357421 1.376953 1.396484 1.416015 1.425781
1.435546 1.445312 1.455078 1.464843

Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/AD9211.pdf
Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>
---
Changes in v5:
- Sort header includes by group
- Link to v4: https://lore.kernel.org/r/20251209-add-ad9211-v4-0-02217f401292@vaisala.com

Changes in v4:
- Add commit which sorts headers includes
- Drop array_size.h patch
- Link to v3: https://lore.kernel.org/r/20251208-add-ad9211-v3-0-c49897fa91c4@vaisala.com

Changes in v3:
- Add Cleanup kernel.h in favor of array_size.h patch
- Drop redundant empty line
- Amend commit messages
- Link to v2: https://lore.kernel.org/r/20251204-add-ad9211-v2-0-a1561f977ee5@vaisala.com

Changes in v2:
- Use HZ_PER_MHZ
- Update commit message texts.
- Link to v1: https://lore.kernel.org/r/20251203-add-ad9211-v1-0-170e97e6df11@vaisala.com

---
Tomas Melin (3):
      dt-bindings: adc: ad9467: add support for ad9211
      iio: adc: ad9467: sort header includes
      iio: adc: ad9467: add support for ad9211

 .../devicetree/bindings/iio/adc/adi,ad9467.yaml    |  2 +
 drivers/iio/adc/ad9467.c                           | 61 ++++++++++++++++++----
 2 files changed, 53 insertions(+), 10 deletions(-)
---
base-commit: ac3fd01e4c1efce8f2c054cdeb2ddd2fc0fb150d
change-id: 20251203-add-ad9211-897dc9354185

Best regards,
-- 
Tomas Melin <tomas.melin@vaisala.com>
Re: [PATCH v5 0/3] iio: adc: ad9467: add support for ad9211
Posted by Jonathan Cameron 4 days, 15 hours ago
On Tue, 09 Dec 2025 15:38:09 +0000
Tomas Melin <tomas.melin@vaisala.com> wrote:

> This series adds support for the ad9211, a variant of the already
> supported devices.
> 
> Example usage:
> 
> $ cat name 
> ad9211
> $ cat in_voltage_scale_available 
> 0.957031 0.976562 0.996093 1.015625 1.035156 1.054687 1.074218
> 1.093750 1.113281 1.132812 1.152343 1.162109 1.171875 1.181640
> 1.191406 1.201171 1.220703 1.240234 1.259765 1.279296 1.298828
> 1.318359 1.337890 1.357421 1.376953 1.396484 1.416015 1.425781
> 1.435546 1.445312 1.455078 1.464843
> 
> Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/AD9211.pdf
> Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>

Hi Tomas,

Series applied.  There was a bit of fuzz, but I guess that's down to
the fix I have queued up in a different branch. So should be fine.

Applied to the testing branch of iio.git for now as I will be rebasing
on rc1 once available before pushing out as togreg for linux-next to
pick up.

Thanks,

Jonathan

> ---
> Changes in v5:
> - Sort header includes by group
> - Link to v4: https://lore.kernel.org/r/20251209-add-ad9211-v4-0-02217f401292@vaisala.com
> 
> Changes in v4:
> - Add commit which sorts headers includes
> - Drop array_size.h patch
> - Link to v3: https://lore.kernel.org/r/20251208-add-ad9211-v3-0-c49897fa91c4@vaisala.com
> 
> Changes in v3:
> - Add Cleanup kernel.h in favor of array_size.h patch
> - Drop redundant empty line
> - Amend commit messages
> - Link to v2: https://lore.kernel.org/r/20251204-add-ad9211-v2-0-a1561f977ee5@vaisala.com
> 
> Changes in v2:
> - Use HZ_PER_MHZ
> - Update commit message texts.
> - Link to v1: https://lore.kernel.org/r/20251203-add-ad9211-v1-0-170e97e6df11@vaisala.com
> 
> ---
> Tomas Melin (3):
>       dt-bindings: adc: ad9467: add support for ad9211
>       iio: adc: ad9467: sort header includes
>       iio: adc: ad9467: add support for ad9211
> 
>  .../devicetree/bindings/iio/adc/adi,ad9467.yaml    |  2 +
>  drivers/iio/adc/ad9467.c                           | 61 ++++++++++++++++++----
>  2 files changed, 53 insertions(+), 10 deletions(-)
> ---
> base-commit: ac3fd01e4c1efce8f2c054cdeb2ddd2fc0fb150d
> change-id: 20251203-add-ad9211-897dc9354185
> 
> Best regards,