pwm: Use pwm_get/set_xxx() helpers where appropriate
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Thu, 14 Apr 2016 19:17:22 +0000 (21:17 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 17 May 2016 12:44:59 +0000 (14:44 +0200)
commit4b58896f72176b781816a9e14dcea5f755b19b5c
treea66f0e8680513767108c2905e7ff46f7e8562fb0
parent459a25afe97cb3d7f978b90c881f4d7aac8fb755
pwm: Use pwm_get/set_xxx() helpers where appropriate

Use pwm_get/set_xxx() helpers instead of directly accessing the pwm->xxx
field. Doing that will ease adaptation of the PWM framework to support
atomic update.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-crc.c
drivers/pwm/pwm-lpc18xx-sct.c
drivers/pwm/pwm-omap-dmtimer.c
drivers/pwm/pwm-sun4i.c
This page took 0.029528 seconds and 5 git commands to generate.