On Thu, Aug 15, 2024 at 10:31 AM Pierre Gondois <pierre.gondois@xxxxxxx> wrote:
In an effort to add test/support the cpufreq framework in rust,
add a rust implementation of the cppc_cpufreq driver named:
`rcppc_cpufreq`.
Similar to what Greg said -- is this intended to be something like a
"Rust reference driver" [1] for the subsystem?
[1] https://rust-for-linux.com/rust-reference-drivers
+ depends on ACPI_PROCESSOR
+ depends on ARM || ARM64 || RISCV
`depends on RUST`?
Also, I imagine you skipped all safety comments etc. since it is an
RFC, but I thought I would mention it nevertheless.
Thanks for experimenting with Rust!
Cheers,
Miguel