index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-20
Merge tag 'pwm/for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-60
/
+79
2021-11-18
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-0
/
+9
2021-11-17
pwm: Restore initial state if a legacy callback fails
Uwe Kleine-König
1
-6
/
+8
2021-11-17
pwm: Prevent a glitch for legacy drivers
Uwe Kleine-König
1
-17
/
+24
2021-11-17
pwm: Move legacy driver handling into a dedicated function
Uwe Kleine-König
1
-60
/
+70
2021-11-05
pwm: Make it explicit that pwm_apply_state() might sleep
Uwe Kleine-König
1
-0
/
+9
2021-10-27
pwm: Introduce single-PWM of_xlate function
Bjorn Andersson
1
-0
/
+26
2021-09-02
pwm: Make pwmchip_remove() return void
Uwe Kleine-König
1
-3
/
+1
2021-07-07
pwm: Remove redundant assignment to pointer pwm
Colin Ian King
1
-1
/
+1
2021-06-30
pwm: core: Simplify some devm_*pwm*() functions
Andy Shevchenko
1
-35
/
+25
2021-06-30
pwm: core: Remove unused devm_pwm_put()
Andy Shevchenko
1
-25
/
+0
2021-06-30
pwm: core: Unify fwnode checks in the module
Andy Shevchenko
1
-6
/
+7
2021-06-30
pwm: core: Reuse fwnode_to_pwmchip() in ACPI case
Andy Shevchenko
1
-30
/
+1
2021-06-30
pwm: core: Convert to use fwnode for matching
Andy Shevchenko
1
-3
/
+3
2021-06-28
pwm: Drop irrelevant error path from pwmchip_remove()
Uwe Kleine-König
1
-14
/
+2
2021-06-28
pwm: Add a device-managed function to add PWM chips
Uwe Kleine-König
1
-0
/
+19
2021-06-04
pwm: core: Support new usage_power setting in PWM state
Clemens Gruber
1
-1
/
+5
2021-05-25
pwm: Autodetect default value for of_pwm_n_cells from device tree
Uwe Kleine-König
1
-1
/
+7
2021-05-25
pwm: Drop of_pwm_simple_xlate() in favour of of_pwm_xlate_with_flags()
Uwe Kleine-König
1
-26
/
+1
2021-05-25
pwm: Make of_pwm_xlate_with_flags() work with #pwm-cells = <2>
Uwe Kleine-König
1
-4
/
+5
2021-03-22
pwm: Drop function pwmchip_add_with_polarity()
Uwe Kleine-König
1
-22
/
+3
2021-03-22
pwm: Return -EINVAL for old-style drivers without .set_polarity callback
Uwe Kleine-König
1
-1
/
+1
2021-03-22
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
1
-18
/
+7
2020-12-17
pwm: core: Use octal permission
Soham Biswas
1
-1
/
+1
2020-09-24
pwm: Convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
1
-14
/
+3
2020-06-17
pwm: Convert period and duty cycle to u64
Guru Das Srinagesh
1
-7
/
+7
2020-06-04
pwm: Add missing "CONFIG_" prefix
Kees Cook
1
-1
/
+1
2020-04-14
pwm: Add missing '\n' in log messages
Christophe JAILLET
1
-1
/
+1
2020-04-03
pwm: Make pwm_apply_state_debug() static
Jason Yan
1
-2
/
+2
2020-03-30
pwm: Implement some checks for lowlevel drivers
Uwe Kleine-König
1
-7
/
+128
2020-01-20
pwm: Implement tracing for .get_state() and .apply_state()
Uwe Kleine-König
1
-1
/
+8
2019-12-09
pwm: Read initial hardware state at request time
Thierry Reding
1
-3
/
+3
2019-10-21
Revert "pwm: Let pwm_get_state() return the last implemented state"
Thierry Reding
1
-8
/
+1
2019-09-21
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
1
-4
/
+2
2019-09-21
pwm: Let pwm_get_state() return the last implemented state
Uwe Kleine-König
1
-1
/
+8
2019-09-21
pwm: Introduce local struct pwm_chip in pwm_apply_state()
Uwe Kleine-König
1
-11
/
+14
2019-08-08
pwm: Fallback to the static lookup-list when acpi_pwm_get fails
Hans de Goede
1
-2
/
+5
2019-07-09
Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+169
2019-06-26
pwm: Add support referencing PWMs from ACPI
Nikolaus Voss
1
-0
/
+122
2019-06-25
pwm: Add consumer device link
Fabrice Gasnier
1
-3
/
+47
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18
Thomas Gleixner
1
-14
/
+1
2019-05-09
pwm: Clear chip_data in pwm_put()
Uwe Kleine-König
1
-0
/
+1
2019-03-20
pwm: Fix deadlock warning when removing PWM device
Phong Hoang
1
-5
/
+5
2019-01-10
pwm: Drop per-chip dbg_show callback
Uwe Kleine-König
1
-4
/
+1
2019-01-10
pwm: Don't use memcmp() to compare state variables
Uwe Kleine-König
1
-1
/
+4
2017-07-06
pwm: Silently error out on EPROBE_DEFER
Jerome Brunet
1
-1
/
+3
2017-01-30
pwm: Try to load modules during pwm_get()
Hans de Goede
1
-0
/
+14
2017-01-30
pwm: Don't hold pwm_lookup_lock longer than necessary
Hans de Goede
1
-10
/
+8
2017-01-30
pwm: Make the PWM_POLARITY flag in DTB optional
Lothar Wassmann
1
-10
/
+12
2017-01-30
pwm: Print error messages with pr_err() instead of pr_debug()
Lothar Wassmann
1
-2
/
+2
[next]