Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-08 | pwm: mxs: Remove redundant of_match_ptr | Sachin Kamat | 1 | -1/+1 | |
The data structure of_match_ptr() protects is always compiled in. Hence of_match_ptr() is not needed. Signed-off-by: Sachin Kamat <[email protected]> Acked-by: Shawn Guo <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2013-09-03 | pwm: mxs: Check the return value from stmp_reset_block() | Fabio Estevam | 1 | -1/+7 | |
stmp_reset_block() may fail, so let's check its return value and propagate it in the case of error. Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2013-06-12 | pwm: Fill in missing .owner fields | Thierry Reding | 1 | -0/+1 | |
Some drivers don't set the .owner fields of the struct device_driver or struct pwm_ops, which causes the module usage count to become wrong. Signed-off-by: Thierry Reding <[email protected]> | |||||
2013-05-27 | pwm: mxs: Let device core handle pinctrl | Fabio Estevam | 1 | -6/+0 | |
Since commit ab78029 (drivers/pinctrl: grab default handles from device core), we can rely on device core for handling pinctrl. So remove devm_pinctrl_get_select_default() from the driver. Cc: Thierry Reding <[email protected]> Cc: <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Tested-by: Shawn Guo <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2013-04-23 | pwm: Constify OF match tables | Thierry Reding | 1 | -1/+1 | |
A few drivers already annotate this properly. Make the same change for all other OF supporting drivers. Signed-off-by: Thierry Reding <[email protected]> Acked-by: Shawn Guo <[email protected]> Acked-by: Alexandre Pereira da Silva <[email protected]> Acked-by: Viresh Kumar <[email protected]> | |||||
2013-04-02 | pwm: mxs: Remove unused *dev from struct mxs_pwm_chip | Axel Lin | 1 | -2/+0 | |
Signed-off-by: Axel Lin <[email protected]> Acked-by: Shawn Guo <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2013-01-22 | pwm: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -3/+3 | |
Convert all uses of devm_request_and_ioremap() to the newly introduced devm_ioremap_resource() which provides more consistent error handling. Signed-off-by: Thierry Reding <[email protected]> Acked-by: Viresh Kumar <[email protected]> Signed-off-by: Greg Kroah-Hartman <[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 __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-07-23 | pwm: pwm-mxs: Return proper error if pwmchip_remove() fails | Axel Lin | 1 | -3/+1 | |
Signed-off-by: Axel Lin <[email protected]> Acked-by: Shawn Guo <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2012-07-23 | pwm: pwm-mxs: add pinctrl support | Shawn Guo | 1 | -0/+6 | |
Call pinctrl subsystem to set up pwm pin. Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2012-07-23 | pwm: pwm-mxs: use devm_* managed functions | Shawn Guo | 1 | -16/+8 | |
Use devm_* managed functions to have a clean fail-out. Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2012-07-23 | pwm: pwm-mxs: use global reset function stmp_reset_block | Shawn Guo | 1 | -2/+2 | |
Use global reset function stmp_reset_block instead of mxs_reset_block to remove <mach/common.h> inclusion. Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2012-07-23 | pwm: pwm-mxs: encode soc name in compatible string | Shawn Guo | 1 | -1/+1 | |
Encode soc name in the compatible string to know the specific version hardware block. This is the general approach adopted for most bindings. Change mxs-pwm binding to use the approach. Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2012-07-02 | pwm: add pwm-mxs support | Shawn Guo | 1 | -0/+207 | |
Add generic PWM framework driver (DT only) for Freescale MXS. Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Thierry Reding <[email protected]> |