+14
−0
+1
−0
drivers/mfd/stm32-lptimer.c
0 → 100644
+107
−0
include/linux/mfd/stm32-lptimer.h
0 → 100644
+62
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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 <fabrice.gasnier@st.com> Signed-off-by:
Lee Jones <lee.jones@linaro.org>