commit | 09a7e4a3d9fcb95ade2cb02167e85fbeb8315ce0 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu Apr 14 21:17:39 2016 +0200 |
committer | Thierry Reding <thierry.reding@gmail.com> | Tue May 17 14:48:02 2016 +0200 |
tree | ae68e6ab54506c65b510d83aeda3c94906a7faca | |
parent | 43a276b003ed2e03de9d94b02a1ba49c1849b931 [diff] |
pwm: Move the enabled/disabled info into pwm_state Prepare the transition to PWM atomic update by moving the enabled and disabled state into the pwm_state struct. This way we can easily update the whole PWM state by copying the new state in the ->state field. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>