summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-fsl-ftm.c
AgeCommit message (Expand)Author
2021-09-02pwm: fsl-ftm: Simplify using devm_pwmchip_add()Uwe Kleine-König
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König
2020-12-17pwm: fsl-ftm: Convert to devm_platform_ioremap_resource()Yangtao Li
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König
2019-09-21pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König
2019-07-09Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-26pwm: fsl-ftm: Make sure to unlock mutex on failureThierry Reding
2019-06-26pwm: fsl-ftm: Use write protection for prescaler & polarityPatrick Havelange
2019-06-26pwm: fsl-ftm: More relaxed permissions for updating periodPatrick Havelange
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-25drivers/pwm: pwm-fsl-ftm: use common header for FlexTimer #definesPatrick Havelange
2018-07-09pwm: fsl-ftm: Enable support for the new SoC i.MX8QMshenwei.wang@nxp.com
2018-07-09pwm: fsl-ftm: Added the support of per-compatible datashenwei.wang@nxp.com
2018-07-09pwm: fsl-ftm: Added a dedicated IP interface clockshenwei.wang@nxp.com
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding
2016-04-14pwm: fsl-ftm: Use flat regmap cacheStefan Agner
2015-12-16pwm: fsl-ftm: Fix clock enable/disable when using PMStefan Agner
2014-12-01pwm: ftm: Add Power Management support for FTM PWMXiubo Li
2014-12-01pwm: ftm: Add regmap rbtree type cache supportXiubo Li
2014-12-01pwm: ftm: Correctly track usage countXiubo Li
2014-08-20pwm: fsl-ftm: Convert to direct regmap API usageXiubo Li
2014-08-20pwm: fsl-ftm: Clean up the codeXiubo Li
2014-05-23pwm: fsl-ftm: set pwm_chip can_sleep flagAxel Lin
2014-03-18pwm: Add Freescale FTM PWM driver supportXiubo Li