pwm: Add STM32 LPTimer PWM driver
authorFabrice Gasnier <fabrice.gasnier@st.com>
Mon, 28 Aug 2017 10:04:09 +0000 (12:04 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 4 Sep 2017 13:49:09 +0000 (14:49 +0100)
commite70a540b4e023045a85529edbd04da73a0c72a12
treeb8da2feda9c833bbf41e5e18ae12d57bf107687c
parente8924005b4e7964313536547d4b73406330be26d
pwm: Add STM32 LPTimer PWM driver

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>
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-stm32-lp.c [new file with mode: 0644]