pwm: ep93xx: Unfold legacy callbacks into ep93xx_pwm_apply()
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 23 Jun 2021 14:02:40 +0000 (16:02 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 30 Jun 2021 17:12:20 +0000 (19:12 +0200)
commit72cce47fe8f8dec55de8cd4574c574dec5195252
tree984e910f50508e2fe28e4df752463cb54dc886df
parent6d45374af539c84d17cfcf5a4e96bc4b2ca421e6
pwm: ep93xx: Unfold legacy callbacks into ep93xx_pwm_apply()

This just puts the implementation of ep93xx_pwm_disable(),
ep93xx_pwm_enable() and ep93xx_pwm_config() into their only caller.

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