mbox series

[0/3] pwm: imx27: fix clk handling

Message ID 20200210212240.25513-1-u.kleine-koenig@pengutronix.de
Headers show
Series pwm: imx27: fix clk handling | expand

Message

Uwe Kleine-König Feb. 10, 2020, 9:22 p.m. UTC
Hello,

while looking through the pwm-imx27 driver I found some more broken
clock handling additional to yesterday's patch (pwm: imx27: fix clk
handling in pwm_imx27_apply()). This series is to be applied on top of
this patch.

Uwe Kleine-König (3):
  pwm: imx27: Simplify helper function to enable and disable clocks
  pwm: imx27: Don't disable clks at device remove time
  pwm: imx27: Ensure clocks being on iff the PWM is on

 drivers/pwm/pwm-imx27.c | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)