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