| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-13 | pwm: stm32-lp: Add support for stm32mp25 | Fabrice Gasnier | 1 | -26/+193 |
| 2024-12-18 | pwm: stm32-lp: Add check for clk_enable() | Mingwei Zheng | 1 | -2/+6 |
| 2024-02-22 | pwm: stm32-lp: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -8/+5 |
| 2024-02-22 | pwm: stm32-lp: Make use of pwmchip_parent() accessor | Uwe Kleine-König | 1 | -3/+3 |
| 2024-02-22 | pwm: stm32-lp: Prepare removing pwm_chip from driver data | Uwe Kleine-König | 1 | -8/+10 |
| 2024-02-22 | pwm: stm32-lp: Simplify code to determine the pwmchip's parent device | Uwe Kleine-König | 1 | -3/+3 |
| 2023-12-20 | pwm: stm32-lp: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions | Uwe Kleine-König | 1 | -5/+5 |
| 2023-10-13 | pwm: Manage owner assignment implicitly for drivers | Uwe Kleine-König | 1 | -1/+0 |
| 2023-04-06 | pwm: stm32-lp: Drop of_match_ptr for ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-01-30 | pwm: stm32-lp: fix the check on arr and cmp registers update | Fabrice Gasnier | 1 | -1/+1 |
| 2022-12-06 | pwm: Make .get_state() callback return an error code | Uwe Kleine-König | 1 | -3/+5 |
| 2022-12-06 | pwm: stm32-lp: Use regmap_clear_bits and regmap_set_bits where applicable | Uwe Kleine-König | 1 | -3/+2 |
| 2021-09-02 | pwm: stm32-lp: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -9/+1 |
| 2021-09-02 | pwm: stm32-lp: Don't modify HW state in .remove() callback | Uwe Kleine-König | 1 | -2/+0 |
| 2021-05-25 | pwm: Simplify all drivers with explicit of_pwm_n_cells = 3 | Uwe Kleine-König | 1 | -2/+0 |
| 2021-03-22 | pwm: Always allocate PWM chip base ID dynamically | Uwe Kleine-König | 1 | -1/+0 |
| 2020-06-17 | pwm: Convert period and duty cycle to u64 | Guru Das Srinagesh | 1 | -1/+1 |
| 2019-09-21 | pwm: stm32-lp: Add check in case requested period cannot be achieved | Fabrice Gasnier | 1 | -0/+6 |
| 2019-09-21 | pwm: Ensure pwm_apply_state() doesn't modify the state argument | Uwe Kleine-König | 1 | -1/+1 |
| 2019-06-25 | pwm: stm32-lp: Add power management support | Fabrice Gasnier | 1 | -0/+25 |
| 2018-08-20 | pwm: stm32-lp: Remove useless loop in stm32_pwm_lp_remove() | Fabrice Gasnier | 1 | -3/+1 |
| 2018-03-28 | pwm: stm32: LPTimer: Use 3 cells ->of_xlate() | Gerald Baeza | 1 | -0/+2 |
| 2018-03-27 | pwm: stm32: Adopt SPDX identifier | Benjamin Gaignard | 1 | -2/+1 |
| 2017-11-15 | pwm: stm32-lp: Remove pwm_is_enabled() check before calling pwm_disable() | Axel Lin | 1 | -2/+1 |
| 2017-09-04 | pwm: Add STM32 LPTimer PWM driver | Fabrice Gasnier | 1 | -0/+246 |