Re: [PATCH V8 06/14] rust: Add bare minimal bindings for clk framework
From: Daniel Almeida
Date: Mon Feb 17 2025 - 07:21:01 EST
Hi Viresh
> On 6 Feb 2025, at 06:28, Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
>
> This adds very basic bindings for the clk framework, implements only
> clk_get() and clk_put(). These are the bare minimum bindings required
> for many users and are simple enough to add in the first attempt.
I am missing clk_prepare_enable/clk_disable_unprepare.
Otherwise I see no way of enabling and disabling clks. IMHO I would also
consider these as “bare minimum”.
— Daniel