Re: [PATCH v4 2/2] iio: frequency: adf4377: add clk provider support
From: Andy Shevchenko
Date: Fri Dec 05 2025 - 10:07:51 EST
On Fri, Dec 05, 2025 at 04:38:46PM +0200, Antoniu Miclaus wrote:
> Add clk provider feature for the adf4377.
>
> Even though the driver was sent as an IIO driver in most cases the
> device is actually seen as a clock provider.
>
> This patch aims to cover actual usecases requested by users in order to
> completely control the output frequencies from userspace.
Now LGTM, thanks
Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
...
> #include <linux/bitfield.h>
> #include <linux/bits.h>
> #include <linux/clk.h>
> +#include <linux/clk-provider.h>
> #include <linux/clkdev.h>
+ container_of.h
> #include <linux/delay.h>
> #include <linux/device.h>
--
With Best Regards,
Andy Shevchenko