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: Drop support for legacy drivers
Uwe Kleine-König
2022-06-22
1
-81
/
+1
*
Merge tag 'pwm/for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-01-20
1
-60
/
+79
|
\
|
*
pwm: Restore initial state if a legacy callback fails
Uwe Kleine-König
2021-11-17
1
-6
/
+8
|
*
pwm: Prevent a glitch for legacy drivers
Uwe Kleine-König
2021-11-17
1
-17
/
+24
|
*
pwm: Move legacy driver handling into a dedicated function
Uwe Kleine-König
2021-11-17
1
-60
/
+70
*
|
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2021-11-18
1
-0
/
+9
|
\
|
|
*
pwm: Make it explicit that pwm_apply_state() might sleep
Uwe Kleine-König
2021-11-05
1
-0
/
+9
*
|
pwm: Introduce single-PWM of_xlate function
Bjorn Andersson
2021-10-27
1
-0
/
+26
|
/
*
pwm: Make pwmchip_remove() return void
Uwe Kleine-König
2021-09-02
1
-3
/
+1
*
pwm: Remove redundant assignment to pointer pwm
Colin Ian King
2021-07-07
1
-1
/
+1
*
pwm: core: Simplify some devm_*pwm*() functions
Andy Shevchenko
2021-06-30
1
-35
/
+25
*
pwm: core: Remove unused devm_pwm_put()
Andy Shevchenko
2021-06-30
1
-25
/
+0
*
pwm: core: Unify fwnode checks in the module
Andy Shevchenko
2021-06-30
1
-6
/
+7
*
pwm: core: Reuse fwnode_to_pwmchip() in ACPI case
Andy Shevchenko
2021-06-30
1
-30
/
+1
*
pwm: core: Convert to use fwnode for matching
Andy Shevchenko
2021-06-30
1
-3
/
+3
*
pwm: Drop irrelevant error path from pwmchip_remove()
Uwe Kleine-König
2021-06-28
1
-14
/
+2
*
pwm: Add a device-managed function to add PWM chips
Uwe Kleine-König
2021-06-28
1
-0
/
+19
*
pwm: core: Support new usage_power setting in PWM state
Clemens Gruber
2021-06-04
1
-1
/
+5
*
pwm: Autodetect default value for of_pwm_n_cells from device tree
Uwe Kleine-König
2021-05-25
1
-1
/
+7
*
pwm: Drop of_pwm_simple_xlate() in favour of of_pwm_xlate_with_flags()
Uwe Kleine-König
2021-05-25
1
-26
/
+1
*
pwm: Make of_pwm_xlate_with_flags() work with #pwm-cells = <2>
Uwe Kleine-König
2021-05-25
1
-4
/
+5
*
pwm: Drop function pwmchip_add_with_polarity()
Uwe Kleine-König
2021-03-22
1
-22
/
+3
*
pwm: Return -EINVAL for old-style drivers without .set_polarity callback
Uwe Kleine-König
2021-03-22
1
-1
/
+1
*
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
2021-03-22
1
-18
/
+7
*
pwm: core: Use octal permission
Soham Biswas
2020-12-17
1
-1
/
+1
*
pwm: Convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
2020-09-24
1
-14
/
+3
*
pwm: Convert period and duty cycle to u64
Guru Das Srinagesh
2020-06-17
1
-7
/
+7
*
pwm: Add missing "CONFIG_" prefix
Kees Cook
2020-06-04
1
-1
/
+1
*
pwm: Add missing '\n' in log messages
Christophe JAILLET
2020-04-14
1
-1
/
+1
*
pwm: Make pwm_apply_state_debug() static
Jason Yan
2020-04-03
1
-2
/
+2
*
pwm: Implement some checks for lowlevel drivers
Uwe Kleine-König
2020-03-30
1
-7
/
+128
*
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
[next]