commit | 5c31252c4a86dc591c23f1a951edd52ad791ef0e | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Wed Jul 01 10:21:47 2015 +0200 |
committer | Thierry Reding <thierry.reding@gmail.com> | Mon Jul 20 09:46:06 2015 +0200 |
tree | 4a955e92027bbf95cd5fc9222245c0e4c8810a43 | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 [diff] |
pwm: Add the pwm_is_enabled() helper Some PWM drivers are testing the PWMF_ENABLED flag. Create a helper function to hide the logic behind enabled test. This will allow us to smoothly move from the current approach to an atomic PWM update approach. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>