]> asedeno.scripts.mit.edu Git - linux.git/commit
pwm: rcar: Use "atomic" API on rcar_pwm_resume()
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Wed, 9 Jan 2019 08:19:06 +0000 (17:19 +0900)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 4 Mar 2019 11:14:06 +0000 (12:14 +0100)
commit87f50ce981b8ac33734e3b5847f7f0bbfcad856b
treee48ae9d37bafe8c1e1152955e481341d4f077fb2
parent7f68ce8287d3b25a70455aec18ff678a908d49ee
pwm: rcar: Use "atomic" API on rcar_pwm_resume()

To remove legacy API related functions in the future, this patch
uses "atomic" related function instead. No change in behavior.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-rcar.c