summaryrefslogtreecommitdiffstats
path: root/rust/kernel/opp.rs
AgeCommit message (Expand)AuthorLines
2025-05-27rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc testViresh Kumar-1/+1
2025-05-26rust: opp: Make the doctest example depend on CONFIG_OFViresh Kumar-0/+1
2025-05-20rust: opp: Extend OPP abstractions with cpufreq supportViresh Kumar-0/+70
2025-05-20rust: opp: Add abstractions for the configuration optionsViresh Kumar-2/+293
2025-05-20rust: opp: Add abstractions for the OPP tableViresh Kumar-1/+486
2025-05-20rust: opp: Add initial abstractions for OPP frameworkViresh Kumar-0/+299