commit | 4b58896f72176b781816a9e14dcea5f755b19b5c | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu Apr 14 21:17:22 2016 +0200 |
committer | Thierry Reding <thierry.reding@gmail.com> | Tue May 17 14:44:59 2016 +0200 |
tree | a66f0e8680513767108c2905e7ff46f7e8562fb0 | |
parent | 459a25afe97cb3d7f978b90c881f4d7aac8fb755 [diff] |
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>