aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-mxs.c
AgeCommit message (Expand)Author
2018-07-12pwm: mxs: Switch to SPDX identifierFabio Estevam
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding
2015-07-20pwm: Add the pwm_is_enabled() helperBoris Brezillon
2015-03-11pwm: mxs: Fix period divider computationGaetan Hug
2014-10-20pwm: drop owner assignment from platform_driversWolfram Sang
2014-05-21pwm: mxs: set pwm_chip can_sleep flagShawn Guo
2013-10-08pwm: mxs: Remove redundant of_match_ptrSachin Kamat
2013-09-03pwm: mxs: Check the return value from stmp_reset_block()Fabio Estevam
2013-06-12pwm: Fill in missing .owner fieldsThierry Reding
2013-05-27pwm: mxs: Let device core handle pinctrlFabio Estevam
2013-04-23pwm: Constify OF match tablesThierry Reding
2013-04-02pwm: mxs: Remove unused *dev from struct mxs_pwm_chipAxel Lin
2013-01-22pwm: Convert to devm_ioremap_resource()Thierry Reding
2012-11-28pwm: remove use of __devexitBill Pemberton
2012-11-28pwm: remove use of __devexit_pBill Pemberton
2012-07-23pwm: pwm-mxs: Return proper error if pwmchip_remove() failsAxel Lin
2012-07-23pwm: pwm-mxs: add pinctrl supportShawn Guo
2012-07-23pwm: pwm-mxs: use devm_* managed functionsShawn Guo
2012-07-23pwm: pwm-mxs: use global reset function stmp_reset_blockShawn Guo
2012-07-23pwm: pwm-mxs: encode soc name in compatible stringShawn Guo
2012-07-02pwm: add pwm-mxs supportShawn Guo