summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-stm32.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2021-06-17 12:51:41 +0300
committerThierry Reding <thierry.reding@gmail.com>2021-06-30 20:12:20 +0300
commit86f7fa71cd830d18d7ebcaf719dffd5ddfe1acdd (patch)
treee6f1ae64129adf06177493268f9b4f20d99e4f8e /drivers/pwm/pwm-stm32.c
parentc1b8ac969febc8f413c4d71f0eefe2e107610449 (diff)
downloadlinux-86f7fa71cd830d18d7ebcaf719dffd5ddfe1acdd.tar.xz
pwm: tegra: 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>
Diffstat (limited to 'drivers/pwm/pwm-stm32.c')
0 files changed, 0 insertions, 0 deletions