aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/opp.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-29Merge branches 'pm-em', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki1-11/+5
2025-08-26rust: opp: use to_result for error handlingOnur Özkan1-11/+5
2025-08-20rust: opp: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-6/+7
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-10/+10
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein1-1/+1
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar1-8/+8
2025-06-23rust: opp: use c_* types via kernel preludeAbhinav Ananthu1-4/+4
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein1-1/+1
2025-05-27rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc testViresh Kumar1-1/+1
2025-05-26rust: opp: Make the doctest example depend on CONFIG_OFViresh Kumar1-0/+1
2025-05-20rust: opp: Extend OPP abstractions with cpufreq supportViresh Kumar1-0/+70
2025-05-20rust: opp: Add abstractions for the configuration optionsViresh Kumar1-2/+293
2025-05-20rust: opp: Add abstractions for the OPP tableViresh Kumar1-1/+486
2025-05-20rust: opp: Add initial abstractions for OPP frameworkViresh Kumar1-0/+299