summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-stm32-lp.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Convert period and duty cycle to u64Guru Das Srinagesh2020-06-171-1/+1
* pwm: stm32-lp: Add check in case requested period cannot be achievedFabrice Gasnier2019-09-211-0/+6
* pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-1/+1
* pwm: stm32-lp: Add power management supportFabrice Gasnier2019-06-251-0/+25
* pwm: stm32-lp: Remove useless loop in stm32_pwm_lp_remove()Fabrice Gasnier2018-08-201-3/+1
* pwm: stm32: LPTimer: Use 3 cells ->of_xlate()Gerald Baeza2018-03-281-0/+2
* pwm: stm32: Adopt SPDX identifierBenjamin Gaignard2018-03-271-2/+1
* pwm: stm32-lp: Remove pwm_is_enabled() check before calling pwm_disable()Axel Lin2017-11-151-2/+1
* pwm: Add STM32 LPTimer PWM driverFabrice Gasnier2017-09-041-0/+246