[PATCH v4 0/3] ADF4371 refin mode and doubler support

Antoniu Miclaus posted 3 patches 11 months, 2 weeks ago
There is a newer version of this series
.../bindings/iio/frequency/adf4371.yaml       |  7 ++-
drivers/iio/frequency/adf4371.c               | 44 +++++++++++++++++--
2 files changed, 45 insertions(+), 6 deletions(-)
[PATCH v4 0/3] ADF4371 refin mode and doubler support
Posted by Antoniu Miclaus 11 months, 2 weeks ago
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       |  7 ++-
 drivers/iio/frequency/adf4371.c               | 44 +++++++++++++++++--
 2 files changed, 45 insertions(+), 6 deletions(-)

-- 
2.47.1
Re: [PATCH v4 0/3] ADF4371 refin mode and doubler support
Posted by Jonathan Cameron 11 months, 1 week ago
On Thu, 9 Jan 2025 15:37:04 +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.
> 
> Antoniu Miclaus (3):
>   dt-bindings: iio: adf4371: add refin mode
>   iio: frequency: adf4371: add refin mode
>   iio: frequency: adf4371: add ref doubler

Other than that little thing about defaults in the dt binding
this now looks good to me.

thanks,

Jonathan

> 
>  .../bindings/iio/frequency/adf4371.yaml       |  7 ++-
>  drivers/iio/frequency/adf4371.c               | 44 +++++++++++++++++--
>  2 files changed, 45 insertions(+), 6 deletions(-)
>