aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-fsl-ftm.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19pwm: fsl-ftm: Make use of devm_pwmchip_alloc() functionUwe Kleine-König1-9/+5
2024-02-19pwm: fsl-ftm: Prepare removing pwm_chip from driver dataUwe Kleine-König1-14/+18
2024-02-19pwm: fsl-ftm: Make use of pwmchip_parent() accessorUwe Kleine-König1-2/+2
2024-02-19pwm: fsl-ftm: Change prototype of a helper to prepare further changesUwe Kleine-König1-4/+5
2023-10-13pwm: Manage owner assignment implicitly for driversUwe Kleine-König1-1/+0
2023-07-24pwm: Explicitly include correct DT includesRob Herring1-2/+1
2022-12-06pwm: fsl-ftm: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König1-11/+7
2021-09-02pwm: fsl-ftm: Simplify using devm_pwmchip_add()Uwe Kleine-König1-9/+1
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König1-2/+0
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König1-1/+0
2020-12-17pwm: fsl-ftm: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König1-2/+2
2019-09-21pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König1-4/+0
2019-07-09Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-178/+205
2019-06-26pwm: fsl-ftm: Make sure to unlock mutex on failureThierry Reding1-2/+2
2019-06-26pwm: fsl-ftm: Use write protection for prescaler & polarityPatrick Havelange1-0/+21
2019-06-26pwm: fsl-ftm: More relaxed permissions for updating periodPatrick Havelange1-180/+186
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-25drivers/pwm: pwm-fsl-ftm: use common header for FlexTimer #definesPatrick Havelange1-43/+1
2018-07-09pwm: fsl-ftm: Enable support for the new SoC i.MX8QMshenwei.wang@nxp.com1-0/+5
2018-07-09pwm: fsl-ftm: Added the support of per-compatible datashenwei.wang@nxp.com1-2/+30
2018-07-09pwm: fsl-ftm: Added a dedicated IP interface clockshenwei.wang@nxp.com1-6/+16
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding1-1/+0
2016-04-14pwm: fsl-ftm: Use flat regmap cacheStefan Agner1-1/+1
2015-12-16pwm: fsl-ftm: Fix clock enable/disable when using PMStefan Agner1-33/+25
2014-12-01pwm: ftm: Add Power Management support for FTM PWMXiubo Li1-1/+48
2014-12-01pwm: ftm: Add regmap rbtree type cache supportXiubo Li1-0/+11
2014-12-01pwm: ftm: Correctly track usage countXiubo Li1-3/+1
2014-08-20pwm: fsl-ftm: Convert to direct regmap API usageXiubo Li1-39/+44
2014-08-20pwm: fsl-ftm: Clean up the codeXiubo Li1-7/+6
2014-05-23pwm: fsl-ftm: set pwm_chip can_sleep flagAxel Lin1-0/+1
2014-03-18pwm: Add Freescale FTM PWM driver supportXiubo Li1-0/+495