On Mon, 20 Jan 2025 13:34:01 +0200 Antoniu Miclaus <antoniu.miclaus@xxxxxxxxxx> 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 Hi Antoniu This needs a rebase as there was some recent cleanup from Nuno of the driver so your set doesn't apply. Thanks, Jonathan > > .../bindings/iio/frequency/adf4371.yaml | 5 ++- > drivers/iio/frequency/adf4371.c | 44 +++++++++++++++++-- > 2 files changed, 43 insertions(+), 6 deletions(-) >