summaryrefslogtreecommitdiff
path: root/rust/kernel/pwm.rs
AgeCommit message (Expand)Author
2026-01-20rust: pwm: Simplify to_result call sites and unsafe blocksKari Argillander
2026-01-20rust: pwm: Fix potential memory leak on init errorKari Argillander
2026-01-20rust: pwm: Add UnregisteredChip wrapper around ChipMarkus Probst
2026-01-20rust: pwm: Update ARef and AlwaysRefCounted imports to use sync::arefShankari Anand
2025-11-13pwm: Fix Rust formattingMiguel Ojeda
2025-11-13rust: pwm: Fix broken intra-doc linkMiguel Ojeda
2025-11-07rust: pwm: Drop wrapping of PWM polarity and stateUwe Kleine-König
2025-11-07rust: pwm: Add module_pwm_platform_driver! macroMichal Wilczynski
2025-11-07rust: pwm: Add complete abstraction layerMichal Wilczynski
2025-11-07rust: pwm: Add Kconfig and basic data structuresMichal Wilczynski