]> git.baikalelectronics.ru Git - kernel.git/commit
pwm: lpss: Don't modify HW state in .remove callback
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 7 Apr 2021 08:01:53 +0000 (10:01 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 9 Apr 2021 13:21:18 +0000 (15:21 +0200)
commitda9ff3d6408c7489e41395777b3a3949fec8c241
treecfa2994803adc62ea28541475e0d8f04039d0df4
parent146792b668f813a51ac8f19fc006ebf77aa64bfb
pwm: lpss: Don't modify HW state in .remove callback

A consumer is expected to disable a PWM before calling pwm_put(). And if
they didn't there is hopefully a good reason (or the consumer needs
fixing). Also if disabling an enabled PWM was the right thing to do,
this should better be done in the framework instead of in each low level
driver.

So drop the hardware modification from the .remove() callback.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-lpss.c