index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-imx27.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-25
pwm: imx27: Use clk_bulk_*() API to simplify clock handling
Frank Li
1
-41
/
+22
2024-10-25
pwm: imx27: Workaround of the pwm output bug when decrease the duty cycle
Clark Wang
1
-2
/
+96
2024-07-10
pwm: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-02-19
pwm: imx27: Make use of devm_pwmchip_alloc() function
Uwe Kleine-König
1
-9
/
+11
2024-02-19
pwm: imx27: Make use of pwmchip_parent() accessor
Uwe Kleine-König
1
-3
/
+3
2024-02-15
pwm: imx27: Don't use pwm consumer API
Uwe Kleine-König
1
-6
/
+3
2023-10-13
pwm: Manage owner assignment implicitly for drivers
Uwe Kleine-König
1
-1
/
+0
2022-12-06
pwm: imx27: Propagate errors in .get_state() to the caller
Uwe Kleine-König
1
-1
/
+1
2022-12-06
pwm: Make .get_state() callback return an error code
Uwe Kleine-König
1
-3
/
+5
2021-09-02
pwm: imx27: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-13
/
+1
2021-05-25
pwm: Simplify all drivers with explicit of_pwm_n_cells = 3
Uwe Kleine-König
1
-3
/
+0
2021-03-22
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
1
-1
/
+0
2020-12-17
pwm: imx27: Fix overflow for bigger periods
Uwe Kleine-König
1
-1
/
+2
2020-12-17
pwm: imx27: Use dev_err_probe() to simplify error handling
Anson Huang
1
-19
/
+6
2020-06-16
pwm: imx27: Use 64-bit division macro
Guru Das Srinagesh
1
-1
/
+1
2020-06-02
pwm: imx27: Fix rounding behavior
Uwe Kleine-König
1
-10
/
+10
2020-03-30
pwm: imx27: Remove unused include of of_device.h
Anson Huang
1
-1
/
+0
2020-03-30
pwm: imx27: Ensure clocks being on iff the PWM is on
Uwe Kleine-König
1
-2
/
+12
2020-03-30
pwm: imx27: Don't disable clocks at device remove time
Uwe Kleine-König
1
-2
/
+0
2020-03-30
pwm: imx27: Simplify helper function to enable and disable clocks
Uwe Kleine-König
1
-10
/
+7
2020-03-30
pwm: imx27: Fix clock handling in pwm_imx27_apply()
Uwe Kleine-König
1
-1
/
+1
2020-01-20
pwm: imx27: Eliminate error message for defer probe
Anson Huang
1
-3
/
+7
2019-12-09
pwm: imx27: Unconditionally write state to hardware
Thierry Reding
1
-61
/
+59
2019-12-09
pwm: imx27: Cache duty cycle register value
Thierry Reding
1
-7
/
+24
2019-09-21
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
1
-1
/
+1
2019-09-21
pwm: imx: Document known limitations
Uwe Kleine-König
1
-0
/
+4
2019-05-09
pwm: imx27: Use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-03-04
pwm: imx27: Only enable the clocks once in .get_state()
Uwe Kleine-König
1
-7
/
+4
2019-01-16
pwm: imx: Signedness bug in imx_pwm_get_state()
Dan Carpenter
1
-1
/
+2
2019-01-16
pwm: imx: Split into two drivers
Uwe Kleine-König
1
-0
/
+361