summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-fsl-ftm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-091-178/+205
|\
| * pwm: fsl-ftm: Make sure to unlock mutex on failureThierry Reding2019-06-261-2/+2
| * pwm: fsl-ftm: Use write protection for prescaler & polarityPatrick Havelange2019-06-261-0/+21
| * pwm: fsl-ftm: More relaxed permissions for updating periodPatrick Havelange2019-06-261-180/+186
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* drivers/pwm: pwm-fsl-ftm: use common header for FlexTimer #definesPatrick Havelange2019-04-251-43/+1Star
* pwm: fsl-ftm: Enable support for the new SoC i.MX8QMshenwei.wang@nxp.com2018-07-091-0/+5
* pwm: fsl-ftm: Added the support of per-compatible datashenwei.wang@nxp.com2018-07-091-2/+30
* pwm: fsl-ftm: Added a dedicated IP interface clockshenwei.wang@nxp.com2018-07-091-6/+16
* pwm: Remove .can_sleep from struct pwm_chipThierry Reding2017-01-041-1/+0Star
* pwm: fsl-ftm: Use flat regmap cacheStefan Agner2016-04-141-1/+1
* pwm: fsl-ftm: Fix clock enable/disable when using PMStefan Agner2015-12-161-33/+25Star
* pwm: ftm: Add Power Management support for FTM PWMXiubo Li2014-12-011-1/+48
* pwm: ftm: Add regmap rbtree type cache supportXiubo Li2014-12-011-0/+11
* pwm: ftm: Correctly track usage countXiubo Li2014-12-011-3/+1Star
* pwm: fsl-ftm: Convert to direct regmap API usageXiubo Li2014-08-201-39/+44
* pwm: fsl-ftm: Clean up the codeXiubo Li2014-08-201-7/+6Star
* pwm: fsl-ftm: set pwm_chip can_sleep flagAxel Lin2014-05-231-0/+1
* pwm: Add Freescale FTM PWM driver supportXiubo Li2014-03-181-0/+495