]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cpufreq: Add Rust-based cpufreq-dt driver
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 1 Feb 2024 05:06:24 +0000 (10:36 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 20 May 2025 05:51:11 +0000 (11:21 +0530)
commit06149d8f2216894cee86106c701d13141948f159
tree1ea445d3389e61c504c32883d330c5e9c89f3543
parent14f47156cf390606eb719da9ad1058f87af0a291
cpufreq: Add Rust-based cpufreq-dt driver

Introduce a Rust-based implementation of the cpufreq-dt driver, covering
most of the functionality provided by the existing C version. Some
features, such as retrieving platform data from `cpufreq-dt-platdev.c`,
are still pending.

The driver has been tested with QEMU, and frequency scaling works as
expected.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/Kconfig
drivers/cpufreq/Makefile
drivers/cpufreq/rcpufreq_dt.rs [new file with mode: 0644]