Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pwm: stm32-lp: Remove pwm_is_enabled() check before calling pwm_disable() | Axel Lin | 2017-11-15 |
| | | | | | | | | The same checking is done by the implementation of pwm_disable(). Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Fabrice Gasnier <fabrice.gasnier@st.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com> | ||
* | pwm: Add STM32 LPTimer PWM driver | Fabrice Gasnier | 2017-09-04 |
Add support for single PWM channel on Low-Power Timer, that can be found on some STM32 platforms. Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> Acked-by: Thierry Reding <thierry.reding@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> |