]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rust: opp: Add initial abstractions for OPP framework
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 18 Dec 2023 05:45:13 +0000 (11:15 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 20 May 2025 04:34:06 +0000 (10:04 +0530)
commit8f835497b32b59c0ba8b5e1805b7e89dd38cd9f9
tree28ce99d01da3601f148a0d7bad67d04412e270d9
parent3accb57d56a9bcf1cab1e908e88a235e899a2e82
rust: opp: Add initial abstractions for OPP framework

Introduce initial Rust abstractions for the Operating Performance Points
(OPP) framework. This includes bindings for `struct dev_pm_opp` and
`struct dev_pm_opp_data`, laying the groundwork for further OPP
integration.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
MAINTAINERS
rust/bindings/bindings_helper.h
rust/kernel/lib.rs
rust/kernel/opp.rs [new file with mode: 0644]