Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-21 | pwm: ab8500: Fix wrong value shift for disable/enable PWM | Axel Lin | 1 | -7/+2 | |
Current code only works when pdev->id is 1. Fix it by passing correct bit values to abx500_mask_and_set_register_interruptible(). Having DISABLE_PWM/ENABLE_PWM does not make the code more readable because the bit values depend on pdev->id. Thus drop the DISABLE_PWM and ENABLE_PWM defines. This patch also removes an unnecessary return in ab8500_pwm_disable(). Signed-off-by: Axel Lin <[email protected]> Acked-by: Linus Walleij <[email protected]> Acked-by: Alexandre BOURDIOL <[email protected]> Acked-by: Philippe Begnic <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2014-04-28 | pwm: ab8500: Remove unnecessary OOM messages | Jingoo Han | 1 | -3/+1 | |
The site-specific OOM messages are unnecessary, because they duplicate the MM subsystem generic OOM message. Signed-off-by: Jingoo Han <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2013-04-02 | pwm: ab8500: Add .owner to struct pwm_ops | Axel Lin | 1 | -0/+1 | |
Add missing .owner of struct pwm_ops. This prevents the module from being removed from underneath its users. Signed-off-by: Axel Lin <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2013-03-26 | pwm: ab8500: Fix trivial typo in dev_err message | Axel Lin | 1 | -1/+1 | |
Signed-off-by: Axel Lin <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2013-03-08 | pwm: ab8500: use devm_kzalloc() | Jingoo Han | 1 | -5/+2 | |
Use devm_kzalloc() to make cleanup paths more simple. Signed-off-by: Jingoo Han <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2012-11-28 | pwm: remove use of __devexit | Bill Pemberton | 1 | -1/+1 | |
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton <[email protected]> Acked-by: Thierry Reding <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2012-11-28 | pwm: remove use of __devinit | Bill Pemberton | 1 | -1/+1 | |
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <[email protected]> Acked-by: Thierry Reding <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2012-11-28 | pwm: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 | |
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton <[email protected]> Acked-by: Thierry Reding <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2012-09-20 | pwm: Move AB8500 PWM driver to PWM framework | Thierry Reding | 1 | -0/+153 | |
This commit moves the driver to drivers/pwm and converts it to the new PWM framework. Signed-off-by: Thierry Reding <[email protected]> Acked-by: Linus Walleij <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Arun Murthy <[email protected]> |