mbox series

[v6,0/3] ADF4371 refin mode and doubler support

Message ID 20250127101026.5320-1-antoniu.miclaus@analog.com (mailing list archive)
Headers show
Series ADF4371 refin mode and doubler support | expand

Message

Miclaus, Antoniu Jan. 27, 2025, 10:10 a.m. UTC
Add support for selecting between single-ended and differential
reference input. By default the single-ended input is enabled.

Input frequency boundaries are change based on the mode selected
(single-ended/differential).

Add support for the reference doubler. This feature is enabled
automatically to improve noise performance if the input frequency
is within the accepted range.

Antoniu Miclaus (3):
  dt-bindings: iio: adf4371: add refin mode
  iio: frequency: adf4371: add refin mode
  iio: frequency: adf4371: add ref doubler

 .../bindings/iio/frequency/adf4371.yaml       |  5 +-
 drivers/iio/frequency/adf4371.c               | 47 ++++++++++++++++---
 2 files changed, 44 insertions(+), 8 deletions(-)

Comments

Jonathan Cameron Feb. 1, 2025, 12:33 p.m. UTC | #1
On Mon, 27 Jan 2025 12:10:20 +0200
Antoniu Miclaus <antoniu.miclaus@analog.com> wrote:

> Add support for selecting between single-ended and differential
> reference input. By default the single-ended input is enabled.
> 
> Input frequency boundaries are change based on the mode selected
> (single-ended/differential).
> 
> Add support for the reference doubler. This feature is enabled
> automatically to improve noise performance if the input frequency
> is within the accepted range.
Applied to the togreg branch of iio.git with fix to patch 2.
I'll be rebasing that tree on rc1 when available so until then only
pushed out as testing.

Thanks,

Jonathan

> 
> Antoniu Miclaus (3):
>   dt-bindings: iio: adf4371: add refin mode
>   iio: frequency: adf4371: add refin mode
>   iio: frequency: adf4371: add ref doubler
> 
>  .../bindings/iio/frequency/adf4371.yaml       |  5 +-
>  drivers/iio/frequency/adf4371.c               | 47 ++++++++++++++++---
>  2 files changed, 44 insertions(+), 8 deletions(-)
>