Re: [PATCH] rust: make `clk::Hertz` methods const
From: Stephen Boyd
Date: Thu Jun 19 2025 - 15:42:47 EST
Quoting Onur Özkan (2025-06-18 02:14:42)
> Marks `Hertz` methods as `const` to make them available
> for `const` contexts. This can be useful when defining
> static/compile-time frequency parameters in drivers/subsystems.
>
> Signed-off-by: Onur Özkan <work@xxxxxxxxxxxxx>
> ---
Applied to clk-next