summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-mxs.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Add the pwm_is_enabled() helperBoris Brezillon2015-07-201-2/+2
* pwm: mxs: Fix period divider computationGaetan Hug2015-03-111-2/+6
* pwm: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* pwm: mxs: set pwm_chip can_sleep flagShawn Guo2014-05-211-0/+1
* pwm: mxs: Remove redundant of_match_ptrSachin Kamat2013-10-081-1/+1
* pwm: mxs: Check the return value from stmp_reset_block()Fabio Estevam2013-09-031-1/+7
* pwm: Fill in missing .owner fieldsThierry Reding2013-06-121-0/+1
* pwm: mxs: Let device core handle pinctrlFabio Estevam2013-05-271-6/+0
* pwm: Constify OF match tablesThierry Reding2013-04-231-1/+1
* pwm: mxs: Remove unused *dev from struct mxs_pwm_chipAxel Lin2013-04-021-2/+0
* pwm: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-3/+3
* pwm: remove use of __devexitBill Pemberton2012-11-281-1/+1
* pwm: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* pwm: pwm-mxs: Return proper error if pwmchip_remove() failsAxel Lin2012-07-231-3/+1
* pwm: pwm-mxs: add pinctrl supportShawn Guo2012-07-231-0/+6
* pwm: pwm-mxs: use devm_* managed functionsShawn Guo2012-07-231-16/+8
* pwm: pwm-mxs: use global reset function stmp_reset_blockShawn Guo2012-07-231-2/+2
* pwm: pwm-mxs: encode soc name in compatible stringShawn Guo2012-07-231-1/+1
* pwm: add pwm-mxs supportShawn Guo2012-07-021-0/+207