index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pwm: Clean up kerneldoc
Thierry Reding
2015-08-17
1
-6
/
+38
*
pwm: Remove useless whitespace
Thierry Reding
2015-08-17
1
-1
/
+0
*
pwm: Add the pwm_is_enabled() helper
Boris Brezillon
2015-07-20
1
-2
/
+2
*
pwm: Add pwmchip_add_with_polarity() API
Tim Kryger
2015-06-12
1
-3
/
+20
*
pwm: Add support to remove registered consumer lookup tables
Shobhit Kumar
2015-05-06
1
-0
/
+17
*
pwm: Remove __init initializer for pwm_add_table()
Shobhit Kumar
2015-04-23
1
-1
/
+1
*
pwm: Remove unnecessary check before of_node_put()
Markus Elfring
2015-02-03
1
-1
/
+1
*
pwm: Fix uninitialized warnings in pwm_get()
Geert Uytterhoeven
2014-08-29
1
-15
/
+14
*
pwm: Fix possible ZERO_SIZE_PTR pointer dereferencing error.
Xiubo Li
2014-08-25
1
-1
/
+1
*
pwm: Fix period and polarity in pwm_get() for non-perfect matches
Geert Uytterhoeven
2014-08-18
1
-2
/
+6
*
pwm: add period and polarity to struct pwm_lookup
Alexandre Belloni
2014-05-21
1
-1
/
+7
*
pwm: use seq_puts() instead of seq_printf()
Jingoo Han
2013-12-20
1
-3
/
+3
*
pwm: Use the DT macro directly when parsing PWM DT flags
Laurent Pinchart
2013-09-03
1
-4
/
+3
*
pwm: Add sysfs interface
H Hartley Sweeten
2013-06-21
1
-2
/
+23
*
pwm: devm: alloc correct pointer size
Wolfram Sang
2013-06-10
1
-2
/
+2
*
Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwm
Linus Torvalds
2013-02-26
1
-0
/
+14
|
\
|
*
pwm: Export pwm_{set,get}_chip_data()
Thierry Reding
2013-01-30
1
-0
/
+2
|
*
pwm: Add pwm_can_sleep() as exported API to users
Florian Vaussard
2013-01-30
1
-0
/
+12
*
|
pwm: Add devm_of_pwm_get() as exported API for users
Peter Ujfalusi
2013-02-01
1
-0
/
+30
*
|
pwm: core: Rename of_pwm_request() to of_pwm_get() and export it
Peter Ujfalusi
2013-02-01
1
-4
/
+4
|
/
*
pwm: Export of_pwm_xlate_with_flags()
Thierry Reding
2012-12-06
1
-0
/
+1
*
pwm: Device tree support for PWM polarity
Philip, Avinash
2012-11-22
1
-0
/
+28
*
pwm: Check for negative duty-cycle and period
Thierry Reding
2012-10-05
1
-1
/
+1
*
pwm: add devm_pwm_get() and devm_pwm_put()
Alexandre Courbot
2012-09-10
1
-0
/
+58
*
pwm: Add support for configuring the PWM polarity
Philip, Avinash
2012-09-10
1
-0
/
+22
*
pwm: core: Fix coding style issues
Sachin Kamat
2012-08-17
1
-4
/
+4
*
pwm: Add missing static storage class specifiers in core.c file
Sachin Kamat
2012-08-17
1
-2
/
+2
*
pwm: fix used-uninitialized warning in pwm_get()
Thierry Reding
2012-07-23
1
-1
/
+1
*
pwm: Add device tree support
Thierry Reding
2012-06-15
1
-2
/
+146
*
pwm: Add table-based lookup for static mappings
Thierry Reding
2012-06-15
1
-15
/
+154
*
pwm: Add debugfs interface
Thierry Reding
2012-06-15
1
-0
/
+90
*
pwm: Allow chips to support multiple PWMs
Thierry Reding
2012-06-15
1
-77
/
+190
*
pwm: Add PWM framework support
Sascha Hauer
2012-06-15
1
-0
/
+227