summaryrefslogtreecommitdiff
path: root/rust/kernel/pwm.rs
AgeCommit message (Expand)Author
2026-08-19Merge tag 'pwm/for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-11rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`Francis Laniel
2026-08-05rust: treewide: replace `__pinned_init` with `raw_[try_]init`Gary Guo
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