index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-fsl-ftm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pwm: fsl-ftm: Use regmap_clear_bits and regmap_set_bits where applicable
Uwe Kleine-König
2022-12-06
1
-11
/
+7
*
pwm: fsl-ftm: Simplify using devm_pwmchip_add()
Uwe Kleine-König
2021-09-02
1
-9
/
+1
*
pwm: Simplify all drivers with explicit of_pwm_n_cells = 3
Uwe Kleine-König
2021-05-25
1
-2
/
+0
*
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
2021-03-22
1
-1
/
+0
*
pwm: fsl-ftm: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
*
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
2019-09-21
1
-2
/
+2
*
pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state()
Uwe Kleine-König
2019-09-21
1
-4
/
+0
*
Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-07-09
1
-178
/
+205
|
\
|
*
pwm: fsl-ftm: Make sure to unlock mutex on failure
Thierry Reding
2019-06-26
1
-2
/
+2
|
*
pwm: fsl-ftm: Use write protection for prescaler & polarity
Patrick Havelange
2019-06-26
1
-0
/
+21
|
*
pwm: fsl-ftm: More relaxed permissions for updating period
Patrick Havelange
2019-06-26
1
-180
/
+186
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
drivers/pwm: pwm-fsl-ftm: use common header for FlexTimer #defines
Patrick Havelange
2019-04-25
1
-43
/
+1
*
pwm: fsl-ftm: Enable support for the new SoC i.MX8QM
shenwei.wang@nxp.com
2018-07-09
1
-0
/
+5
*
pwm: fsl-ftm: Added the support of per-compatible data
shenwei.wang@nxp.com
2018-07-09
1
-2
/
+30
*
pwm: fsl-ftm: Added a dedicated IP interface clock
shenwei.wang@nxp.com
2018-07-09
1
-6
/
+16
*
pwm: Remove .can_sleep from struct pwm_chip
Thierry Reding
2017-01-04
1
-1
/
+0
*
pwm: fsl-ftm: Use flat regmap cache
Stefan Agner
2016-04-14
1
-1
/
+1
*
pwm: fsl-ftm: Fix clock enable/disable when using PM
Stefan Agner
2015-12-16
1
-33
/
+25
*
pwm: ftm: Add Power Management support for FTM PWM
Xiubo Li
2014-12-01
1
-1
/
+48
*
pwm: ftm: Add regmap rbtree type cache support
Xiubo Li
2014-12-01
1
-0
/
+11
*
pwm: ftm: Correctly track usage count
Xiubo Li
2014-12-01
1
-3
/
+1
*
pwm: fsl-ftm: Convert to direct regmap API usage
Xiubo Li
2014-08-20
1
-39
/
+44
*
pwm: fsl-ftm: Clean up the code
Xiubo Li
2014-08-20
1
-7
/
+6
*
pwm: fsl-ftm: set pwm_chip can_sleep flag
Axel Lin
2014-05-23
1
-0
/
+1
*
pwm: Add Freescale FTM PWM driver support
Xiubo Li
2014-03-18
1
-0
/
+495