summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-stm32.c
AgeCommit message (Expand)Author
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-01-20pwm: stm32: Remove automatic output enableFabrice Gasnier
2019-10-21pwm: stm32: Pass breakinput instead of its valuesThierry Reding
2019-10-21pwm: stm32: Remove clutter from ternary operatorThierry Reding
2019-10-21pwm: stm32: Validate breakinput data from DTThierry Reding
2019-10-21pwm: stm32: Add power management supportFabrice Gasnier
2019-10-21pwm: stm32: Split breakinput apply routine to ease PM supportFabrice Gasnier
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König
2019-06-25pwm: stm32: Use 3 cells ->of_xlate()Fabrice Gasnier
2018-06-14Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-06pwm: stm32: Fix build warning with CONFIG_DMA_ENGINE disabledArnd Bergmann
2018-06-04pwm: stm32: Initialize raw local variablesFabrice Gasnier
2018-05-16pwm: stm32: Use input prescaler to improve period captureFabrice Gasnier
2018-05-16pwm: stm32: Improve capture by tuning counter prescalerFabrice Gasnier
2018-05-16pwm: stm32: Add capture supportFabrice Gasnier
2018-03-28pwm: stm32: Protect common prescaler for all channelsFabrice Gasnier
2018-03-28pwm: stm32: Remove unused struct deviceFabrice Gasnier
2018-03-27pwm: stm32: Adopt SPDX identifierBenjamin Gaignard
2017-01-25pwm: Add driver for STM32 plaftormBenjamin Gaignard