]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rust: clk: Add initial abstractions
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 20 Feb 2025 11:15:47 +0000 (16:45 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 19 May 2025 07:25:40 +0000 (12:55 +0530)
commitd01d7020560116876c6e39e056737b8f81f153e0
tree8c34919356a134256b91dbcccaaefafc4107f343
parentb7b7b981cb037d250ad06c3a6558d69e04ed77c7
rust: clk: Add initial abstractions

Add initial abstractions for the clk APIs. These provide the minimal
functionality needed for common use cases, making them straightforward
to introduce in the first iteration.

These will be used by Rust based cpufreq / OPP layers to begin with.

Tested-by: Daniel Almeida <daniel.almeida@collabora.com>
Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
MAINTAINERS
rust/kernel/clk.rs [new file with mode: 0644]
rust/kernel/lib.rs