commit | 15da7b5001e498fa7dc619d4d7951f9665b071e4 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Wed Jul 01 10:21:50 2015 +0200 |
committer | Thierry Reding <thierry.reding@gmail.com> | Mon Jul 20 09:53:22 2015 +0200 |
tree | b6326e565d42eed52a157f84440475f84760e958 | |
parent | 011e76314818b6a24d5347b2d83b8a577e6aaae6 [diff] |
pwm: Make use of pwm_get_xxx() helpers where appropriate Use the pwm_get_xxx() helpers instead of directly accessing the fields in struct pwm_device. This will allow us to smoothly move to the atomic update approach. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>