Age | Commit message (Expand) | Author | Files | Lines |
3 days | pwm: fsl-ftm: Drop driver local locking | Uwe Kleine-König | 1 | -21/+7 |
2025-04-04 | pwm: fsl-ftm: Handle clk_get_rate() returning 0 | Uwe Kleine-König | 1 | -0/+6 |
2024-02-19 | pwm: fsl-ftm: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -9/+5 |
2024-02-19 | pwm: fsl-ftm: Prepare removing pwm_chip from driver data | Uwe Kleine-König | 1 | -14/+18 |
2024-02-19 | pwm: fsl-ftm: Make use of pwmchip_parent() accessor | Uwe Kleine-König | 1 | -2/+2 |
2024-02-19 | pwm: fsl-ftm: Change prototype of a helper to prepare further changes | Uwe Kleine-König | 1 | -4/+5 |
2023-10-13 | pwm: Manage owner assignment implicitly for drivers | Uwe Kleine-König | 1 | -1/+0 |
2023-07-24 | pwm: Explicitly include correct DT includes | Rob Herring | 1 | -2/+1 |
2022-12-06 | pwm: fsl-ftm: Use regmap_clear_bits and regmap_set_bits where applicable | Uwe Kleine-König | 1 | -11/+7 |
2021-09-02 | pwm: fsl-ftm: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -9/+1 |
2021-05-25 | pwm: Simplify all drivers with explicit of_pwm_n_cells = 3 | Uwe Kleine-König | 1 | -2/+0 |
2021-03-22 | pwm: Always allocate PWM chip base ID dynamically | Uwe Kleine-König | 1 | -1/+0 |
2020-12-17 | pwm: fsl-ftm: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
2019-09-21 | pwm: Ensure pwm_apply_state() doesn't modify the state argument | Uwe Kleine-König | 1 | -2/+2 |
2019-09-21 | pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state() | Uwe Kleine-König | 1 | -4/+0 |
2019-07-09 | Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -178/+205 |
2019-06-26 | pwm: fsl-ftm: Make sure to unlock mutex on failure | Thierry Reding | 1 | -2/+2 |
2019-06-26 | pwm: fsl-ftm: Use write protection for prescaler & polarity | Patrick Havelange | 1 | -0/+21 |
2019-06-26 | pwm: fsl-ftm: More relaxed permissions for updating period | Patrick Havelange | 1 | -180/+186 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-04-25 | drivers/pwm: pwm-fsl-ftm: use common header for FlexTimer #defines | Patrick Havelange | 1 | -43/+1 |
2018-07-09 | pwm: fsl-ftm: Enable support for the new SoC i.MX8QM | shenwei.wang@nxp.com | 1 | -0/+5 |
2018-07-09 | pwm: fsl-ftm: Added the support of per-compatible data | shenwei.wang@nxp.com | 1 | -2/+30 |
2018-07-09 | pwm: fsl-ftm: Added a dedicated IP interface clock | shenwei.wang@nxp.com | 1 | -6/+16 |
2017-01-04 | pwm: Remove .can_sleep from struct pwm_chip | Thierry Reding | 1 | -1/+0 |
2016-04-14 | pwm: fsl-ftm: Use flat regmap cache | Stefan Agner | 1 | -1/+1 |
2015-12-16 | pwm: fsl-ftm: Fix clock enable/disable when using PM | Stefan Agner | 1 | -33/+25 |
2014-12-01 | pwm: ftm: Add Power Management support for FTM PWM | Xiubo Li | 1 | -1/+48 |
2014-12-01 | pwm: ftm: Add regmap rbtree type cache support | Xiubo Li | 1 | -0/+11 |
2014-12-01 | pwm: ftm: Correctly track usage count | Xiubo Li | 1 | -3/+1 |
2014-08-20 | pwm: fsl-ftm: Convert to direct regmap API usage | Xiubo Li | 1 | -39/+44 |
2014-08-20 | pwm: fsl-ftm: Clean up the code | Xiubo Li | 1 | -7/+6 |
2014-05-23 | pwm: fsl-ftm: set pwm_chip can_sleep flag | Axel Lin | 1 | -0/+1 |
2014-03-18 | pwm: Add Freescale FTM PWM driver support | Xiubo Li | 1 | -0/+495 |