index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: Implement tracing for .get_state() and .apply_state()
Uwe Kleine-König
2020-01-20
1
-1
/
+8
*
pwm: Read initial hardware state at request time
Thierry Reding
2019-12-09
1
-3
/
+3
*
Revert "pwm: Let pwm_get_state() return the last implemented state"
Thierry Reding
2019-10-21
1
-8
/
+1
*
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
2019-09-21
1
-4
/
+2
*
pwm: Let pwm_get_state() return the last implemented state
Uwe Kleine-König
2019-09-21
1
-1
/
+8
*
pwm: Introduce local struct pwm_chip in pwm_apply_state()
Uwe Kleine-König
2019-09-21
1
-11
/
+14
*
pwm: Fallback to the static lookup-list when acpi_pwm_get fails
Hans de Goede
2019-08-08
1
-2
/
+5
*
Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-07-09
1
-3
/
+169
|
\
|
*
pwm: Add support referencing PWMs from ACPI
Nikolaus Voss
2019-06-26
1
-0
/
+122
|
*
pwm: Add consumer device link
Fabrice Gasnier
2019-06-25
1
-3
/
+47
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18
Thomas Gleixner
2019-05-21
1
-14
/
+1
|
/
*
pwm: Clear chip_data in pwm_put()
Uwe Kleine-König
2019-05-09
1
-0
/
+1
*
pwm: Fix deadlock warning when removing PWM device
Phong Hoang
2019-03-20
1
-5
/
+5
*
pwm: Drop per-chip dbg_show callback
Uwe Kleine-König
2019-01-10
1
-4
/
+1
*
pwm: Don't use memcmp() to compare state variables
Uwe Kleine-König
2019-01-10
1
-1
/
+4
*
pwm: Silently error out on EPROBE_DEFER
Jerome Brunet
2017-07-06
1
-1
/
+3
*
pwm: Try to load modules during pwm_get()
Hans de Goede
2017-01-30
1
-0
/
+14
*
pwm: Don't hold pwm_lookup_lock longer than necessary
Hans de Goede
2017-01-30
1
-10
/
+8
*
pwm: Make the PWM_POLARITY flag in DTB optional
Lothar Wassmann
2017-01-30
1
-10
/
+12
*
pwm: Print error messages with pr_err() instead of pr_debug()
Lothar Wassmann
2017-01-30
1
-2
/
+2
*
pwm: Remove pwm_can_sleep()
Thierry Reding
2017-01-04
1
-12
/
+0
*
pwm: Unexport children before chip removal
David Hsu
2016-09-05
1
-0
/
+2
*
Merge branch 'for-4.8/capture' into for-next
Thierry Reding
2016-07-25
1
-0
/
+27
|
\
|
*
pwm: Add PWM capture support
Lee Jones
2016-06-10
1
-0
/
+27
*
|
pwm: Improve args checking in pwm_apply_state()
Brian Norris
2016-06-10
1
-1
/
+2
|
/
*
Merge branch 'for-4.7/pwm-atomic' into for-next
Thierry Reding
2016-05-17
1
-90
/
+132
|
\
|
*
pwm: Add information about polarity, duty cycle and period to debugfs
Heiko Stübner
2016-05-17
1
-0
/
+5
|
*
pwm: Switch to the atomic API
Boris Brezillon
2016-05-17
1
-1
/
+4
|
*
pwm: Add core infrastructure to allow atomic updates
Boris Brezillon
2016-05-17
1
-68
/
+119
|
*
pwm: Add hardware readout infrastructure
Boris Brezillon
2016-05-17
1
-0
/
+3
|
*
pwm: Move the enabled/disabled info into pwm_state
Boris Brezillon
2016-05-17
1
-4
/
+9
|
*
pwm: Introduce the pwm_state concept
Boris Brezillon
2016-05-17
1
-4
/
+4
|
*
pwm: Keep PWM state in sync with hardware state
Boris Brezillon
2016-05-17
1
-14
/
+0
|
*
pwm: Get rid of pwm->lock
Boris BREZILLON
2016-05-17
1
-15
/
+4
*
|
Merge branch 'for-4.7/pwm-args' into for-next
Thierry Reding
2016-05-17
1
-6
/
+20
|
\
|
|
*
pwm: Fix pwm_apply_args() call sites
Boris Brezillon
2016-05-17
1
-10
/
+17
|
*
pwm: Introduce the pwm_args concept
Boris Brezillon
2016-05-03
1
-7
/
+14
*
|
pwm: Use kcalloc() instead of kzalloc()
Thierry Reding
2016-05-03
1
-1
/
+1
*
|
pwm: Add missing newline
Thierry Reding
2016-05-03
1
-0
/
+1
|
/
*
pwm: Mark all devices as "might sleep"
Thierry Reding
2016-01-21
1
-1
/
+1
*
pwm: Return -ENODEV if no PWM lookup match is found
Thierry Reding
2015-11-10
1
-1
/
+3
*
pwm: Set enable state properly on failed call to enable
Jonathan Richardson
2015-11-10
1
-7
/
+26
*
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
[next]