summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-stm32-lp.c
AgeCommit message (Expand)Author
2021-09-02pwm: stm32-lp: Simplify using devm_pwmchip_add()Uwe Kleine-König
2021-09-02pwm: stm32-lp: Don't modify HW state in .remove() callbackUwe Kleine-König
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König
2020-06-17pwm: Convert period and duty cycle to u64Guru Das Srinagesh
2019-09-21pwm: stm32-lp: Add check in case requested period cannot be achievedFabrice Gasnier
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König
2019-06-25pwm: stm32-lp: Add power management supportFabrice Gasnier
2018-08-20pwm: stm32-lp: Remove useless loop in stm32_pwm_lp_remove()Fabrice Gasnier
2018-03-28pwm: stm32: LPTimer: Use 3 cells ->of_xlate()Gerald Baeza
2018-03-27pwm: stm32: Adopt SPDX identifierBenjamin Gaignard
2017-11-15pwm: stm32-lp: Remove pwm_is_enabled() check before calling pwm_disable()Axel Lin
2017-09-04pwm: Add STM32 LPTimer PWM driverFabrice Gasnier