On Fri, 12 Dec 2025 16:47:30 +0200
Antoniu Miclaus <antoniu.miclaus@analog.com> wrote:
> This series adds clock provider functionality to the ADF4377 frequency
> synthesizer driver to address user requests for controlling output
> frequencies from userspace.
>
> While implemented as an IIO driver, the ADF4377 is commonly used as a
> clock source. This patch series enables it to function as either:
> - A traditional IIO device (when #clock-cells is not specified)
> - A clock provider (when #clock-cells is present in device tree)
>
> The implementation provides standard clock framework integration with
> rate control, enable/disable support, and maintains backward
> compatibility with existing IIO configurations.
Applied to the testing branch of iio.git. I'll rebase on rc1 once available
and then push that out as togreg for linux-next to pick up.
Thanks,
Jonathan
>
> Antoniu Miclaus (2):
> dt-bindings: iio: frequency: adf4377: add clk provider
> iio: frequency: adf4377: add clk provider support
>
> .../bindings/iio/frequency/adi,adf4377.yaml | 8 ++
> drivers/iio/frequency/adf4377.c | 122 +++++++++++++++++-
> 2 files changed, 128 insertions(+), 2 deletions(-)
>