pwm: stm32: Remove automatic output enable
authorFabrice Gasnier <fabrice.gasnier@st.com>
Thu, 21 Nov 2019 10:58:00 +0000 (11:58 +0100)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 20 Jan 2020 12:47:36 +0000 (13:47 +0100)
commit0c73201c5c094256236b129799ab6761b491d8cd
tree9ed22b0d81ceaa5097a3b4bedfc5619594e36a3c
parentf6003f948226c87b6ce0e5130a43f7b705fe0fd8
pwm: stm32: Remove automatic output enable

Don't use AOE (automatic output enable) by default. In case of break
events, PWM is automatically re-enabled on next PWM cycle otherwise.

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-stm32.c