summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-mxs.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-03pwm: mxs: Check the return value from stmp_reset_block()Fabio Estevam1-1/+7
2013-06-12pwm: Fill in missing .owner fieldsThierry Reding1-0/+1
2013-05-27pwm: mxs: Let device core handle pinctrlFabio Estevam1-6/+0
2013-04-23pwm: Constify OF match tablesThierry Reding1-1/+1
2013-04-02pwm: mxs: Remove unused *dev from struct mxs_pwm_chipAxel Lin1-2/+0
2013-01-22pwm: Convert to devm_ioremap_resource()Thierry Reding1-3/+3
2012-11-28pwm: remove use of __devexitBill Pemberton1-1/+1
2012-11-28pwm: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-23pwm: pwm-mxs: Return proper error if pwmchip_remove() failsAxel Lin1-3/+1
2012-07-23pwm: pwm-mxs: add pinctrl supportShawn Guo1-0/+6
2012-07-23pwm: pwm-mxs: use devm_* managed functionsShawn Guo1-16/+8
2012-07-23pwm: pwm-mxs: use global reset function stmp_reset_blockShawn Guo1-2/+2
2012-07-23pwm: pwm-mxs: encode soc name in compatible stringShawn Guo1-1/+1
2012-07-02pwm: add pwm-mxs supportShawn Guo1-0/+207