Re: [PATCH] rust: make `clk::Hertz` methods const
From: Alexandre Courbot
Date: Thu Jun 19 2025 - 09:42:28 EST
On Wed Jun 18, 2025 at 6:14 PM JST, Onur Özkan wrote:
> 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>
FWIW,
Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>