index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-twl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pwm: twl: Make use of devm_pwmchip_alloc() function
Uwe Kleine-König
2024-02-22
1
-11
/
+9
*
pwm: twl: Make use of pwmchip_parent() accessor
Uwe Kleine-König
2024-02-22
1
-15
/
+15
*
pwm: Stop referencing pwm->chip
Thierry Reding
2023-12-20
1
-2
/
+2
*
pwm: Manage owner assignment implicitly for drivers
Uwe Kleine-König
2023-10-13
1
-2
/
+0
*
pwm: twl: Implement .apply() callback
Uwe Kleine-König
2021-11-17
1
-8
/
+54
*
pwm: twl: Simplify using devm_pwmchip_add()
Uwe Kleine-König
2021-09-02
1
-16
/
+1
*
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
2021-03-22
1
-1
/
+0
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
mfd: twl: Move header file out of I2C realm
Wolfram Sang
2017-09-04
1
-1
/
+1
*
pwm: Remove .can_sleep from struct pwm_chip
Thierry Reding
2017-01-04
1
-1
/
+0
*
pwm: twl: Reliably disable TWL6030 PWMs
Paul Kocialkowski
2016-09-05
1
-0
/
+16
*
pwm: twl: Really disable twl6030 PWMs
Axel Lin
2014-05-08
1
-8
/
+0
*
pwm: twl: Include linux/of.h header
Sachin Kamat
2013-10-08
1
-0
/
+1
*
pwm: Constify OF match tables
Thierry Reding
2013-04-23
1
-1
/
+1
*
pwm: twl: Return proper error if twl6030_pwm_enable() fails
Axel Lin
2013-04-02
1
-1
/
+1
*
pwm: twl: Add .owner to struct pwm_ops
Axel Lin
2013-04-02
1
-0
/
+2
*
pwm: twl: Use to_twl() instead of container_of()
Johannes Thumshirn
2013-02-17
1
-6
/
+3
*
pwm: Add can_sleep property to drivers
Florian Vaussard
2013-01-30
1
-0
/
+1
*
pwm: New driver to support PWMs on TWL4030/6030 series of PMICs
Peter Ujfalusi
2012-11-28
1
-0
/
+359