]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
pwm: meson: Don't disable PWM when setting duty repeatedly
authorBichao Zheng <bichao.zheng@amlogic.com>
Mon, 1 Apr 2019 18:18:17 +0000 (20:18 +0200)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 14 Feb 2020 05:29:37 +0000 (00:29 -0500)
commit4efb4e51c90b8a4d822c940acba5706f399b6a6a
tree373664144670788f13c029974fffcb384b3f5b00
parent40157a5e96954ea6766b9509d0afb91e05393eaf
pwm: meson: Don't disable PWM when setting duty repeatedly

BugLink: https://bugs.launchpad.net/bugs/1863019
[ Upstream commit a279345807e1e0ae79567a52cfdd9d30c9174a3c ]

There is an abnormally low about 20ms,when setting duty repeatedly.
Because setting the duty will disable PWM and then enable. Delete
this operation now.

Fixes: 211ed630753d2f ("pwm: Add support for Meson PWM Controller")
Signed-off-by: Bichao Zheng <bichao.zheng@amlogic.com>
[ Dropped code instead of hiding it behind a comment ]
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/pwm/pwm-meson.c