summaryrefslogtreecommitdiffstats
path: root/rust/kernel/opp.rs
AgeCommit message (Expand)AuthorLines
2025-09-29Merge branches 'pm-em', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki-11/+5
2025-08-26rust: opp: use to_result for error handlingOnur Özkan-11/+5
2025-08-20rust: opp: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand-6/+7
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-10/+10
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein-1/+1
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar-8/+8
2025-06-23rust: opp: use c_* types via kernel preludeAbhinav Ananthu-4/+4
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein-1/+1
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