23 Jul, 2012
2 commits
-
If the pwmchip_remove() call fails, propagate the error to the driver's
remove callback. This is required to prevent the module from being
unloaded if a PWM provided by the driver is still in use.Signed-off-by: Thierry Reding
-
Signed-off-by: Axel Lin
Signed-off-by: Thierry Reding
03 Jul, 2012
1 commit
-
This commit moves the PXA PWM driver to the drivers/pwm subdirectory and
converts it to use the new PWM framework.Signed-off-by: Thierry Reding