index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-imx-tpm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pwm: imx-tpm: Enable pinctrl setting for sleep state
Shenwei Wang
2024-07-10
1
-2
/
+14
*
pwm: imx-tpm: fix probe crash due to access registers without clock
Dong Aisheng
2024-03-04
1
-5
/
+7
*
pwm: imx-tpm: Make use of devm_pwmchip_alloc() function
Uwe Kleine-König
2024-02-19
1
-15
/
+19
*
pwm: imx-tpm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
2023-12-20
1
-5
/
+5
*
pwm: imx-tpm: Simplify using devm functions
Uwe Kleine-König
2023-10-13
1
-24
/
+5
*
pwm: Manage owner assignment implicitly for drivers
Uwe Kleine-König
2023-10-13
1
-1
/
+0
*
pwm: imx-tpm: force 'real_period' to be zero in suspend
Fancy Fang
2023-06-23
1
-0
/
+7
*
pwm: imx-tpm: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-30
1
-4
/
+2
*
pwm: Make .get_state() callback return an error code
Uwe Kleine-König
2022-12-06
1
-3
/
+5
*
pwm: imx-tpm: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
2021-09-02
1
-2
/
+3
*
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: imx-tpm: Use a single line for error message
Fabio Estevam
2021-03-22
1
-3
/
+1
*
pwm: imx-tpm: Use dev_err_probe() to simplify error handling
Anson Huang
2020-12-17
1
-7
/
+3
*
pwm: imx-tpm: Use 64-bit division macro
Guru Das Srinagesh
2020-06-16
1
-1
/
+1
*
pwm: imx-tpm: Remove unused includes
Anson Huang
2020-03-30
1
-2
/
+0
*
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
2019-09-21
1
-2
/
+2
*
pwm: Add i.MX TPM PWM driver support
Anson Huang
2019-05-09
1
-0
/
+449