aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-pca9685.c
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2021-04-07 10:01:53 +0200
committerThierry Reding <[email protected]>2021-04-09 15:21:18 +0200
commit64d7d074acd52e1bdff621f2cb86c0aae9bcef80 (patch)
treecfa2994803adc62ea28541475e0d8f04039d0df4 /drivers/pwm/pwm-pca9685.c
parent0e719e8ca3946bac0034152309fe7565616bde50 (diff)
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 <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'drivers/pwm/pwm-pca9685.c')
0 files changed, 0 insertions, 0 deletions