aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/stm32-lptimer.h
AgeCommit message (Collapse)AuthorFilesLines
2020-06-18mfd: stm32: Add defines to be used for clkevent purposeBenjamin Gaignard1-0/+5
Add defines to be able to enable/clear irq and configure one shot mode. Signed-off-by: Benjamin Gaignard <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2018-01-08mfd: stm32: Adopt SPDX identifierBenjamin Gaignard1-5/+1
Add SPDX identifier Signed-off-by: Benjamin Gaignard <[email protected]> Acked-by: Philippe Ombredanne <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2017-09-04mfd: Add STM32 LPTimer driverFabrice Gasnier1-0/+62
STM32 Low-Power Timer hardware block can be used for: - PWM generation - IIO trigger (in sync with PWM) - IIO quadrature encoder counter PWM and IIO timer configuration are mixed in the same registers so we need a multi fonction driver to be able to share those registers. Signed-off-by: Fabrice Gasnier <[email protected]> Signed-off-by: Lee Jones <[email protected]>