summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-stm32.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: stm32: Remove automatic output enableFabrice Gasnier2020-01-201-3/+1
* pwm: stm32: Pass breakinput instead of its valuesThierry Reding2019-10-211-11/+8
* pwm: stm32: Remove clutter from ternary operatorThierry Reding2019-10-211-12/+9
* pwm: stm32: Validate breakinput data from DTThierry Reding2019-10-211-0/+8
* pwm: stm32: Add power management supportFabrice Gasnier2019-10-211-0/+38
* pwm: stm32: Split breakinput apply routine to ease PM supportFabrice Gasnier2019-10-211-19/+31
* pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-2/+2
* pwm: stm32: Use 3 cells ->of_xlate()Fabrice Gasnier2019-06-251-0/+2
* Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-141-3/+1
|\
| * pwm: stm32: Fix build warning with CONFIG_DMA_ENGINE disabledArnd Bergmann2018-06-061-3/+1
* | pwm: stm32: Initialize raw local variablesFabrice Gasnier2018-06-041-1/+1
|/
* pwm: stm32: Use input prescaler to improve period captureFabrice Gasnier2018-05-161-2/+61
* pwm: stm32: Improve capture by tuning counter prescalerFabrice Gasnier2018-05-161-1/+23
* pwm: stm32: Add capture supportFabrice Gasnier2018-05-161-0/+176
* pwm: stm32: Protect common prescaler for all channelsFabrice Gasnier2018-03-281-1/+17
* pwm: stm32: Remove unused struct deviceFabrice Gasnier2018-03-281-1/+0
* pwm: stm32: Adopt SPDX identifierBenjamin Gaignard2018-03-271-2/+1
* pwm: Add driver for STM32 plaftormBenjamin Gaignard2017-01-251-0/+397