index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-stm32.c
Age
Commit message (
Expand
)
Author
2021-05-25
pwm: Simplify all drivers with explicit of_pwm_n_cells = 3
Uwe Kleine-König
2021-03-22
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
2020-01-20
pwm: stm32: Remove automatic output enable
Fabrice Gasnier
2019-10-21
pwm: stm32: Pass breakinput instead of its values
Thierry Reding
2019-10-21
pwm: stm32: Remove clutter from ternary operator
Thierry Reding
2019-10-21
pwm: stm32: Validate breakinput data from DT
Thierry Reding
2019-10-21
pwm: stm32: Add power management support
Fabrice Gasnier
2019-10-21
pwm: stm32: Split breakinput apply routine to ease PM support
Fabrice Gasnier
2019-09-21
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
2019-06-25
pwm: stm32: Use 3 cells ->of_xlate()
Fabrice Gasnier
2018-06-14
Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-06-06
pwm: stm32: Fix build warning with CONFIG_DMA_ENGINE disabled
Arnd Bergmann
2018-06-04
pwm: stm32: Initialize raw local variables
Fabrice Gasnier
2018-05-16
pwm: stm32: Use input prescaler to improve period capture
Fabrice Gasnier
2018-05-16
pwm: stm32: Improve capture by tuning counter prescaler
Fabrice Gasnier
2018-05-16
pwm: stm32: Add capture support
Fabrice Gasnier
2018-03-28
pwm: stm32: Protect common prescaler for all channels
Fabrice Gasnier
2018-03-28
pwm: stm32: Remove unused struct device
Fabrice Gasnier
2018-03-27
pwm: stm32: Adopt SPDX identifier
Benjamin Gaignard
2017-01-25
pwm: Add driver for STM32 plaftorm
Benjamin Gaignard