index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pwm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-14
pwm: tegra: Fix 32 bit build
Steven Price
1
-1
/
+1
2023-01-14
pwm: sifive: Call pwm_sifive_update_clock() while mutex is held
Uwe Kleine-König
1
-1
/
+4
2023-01-14
pwm: tegra: Improve required rate calculation
Jon Hunter
1
-2
/
+2
2022-08-21
pwm: lpc18xx-sct: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-3
/
+1
2022-08-21
pwm: sifive: Shut down hardware only after pwmchip_remove() completed
Uwe Kleine-König
1
-2
/
+3
2022-08-21
pwm: sifive: Ensure the clk is enabled exactly once per running PWM
Uwe Kleine-König
1
-9
/
+37
2022-08-21
pwm: sifive: Simplify offset calculation for PWMCMP registers
Uwe Kleine-König
1
-7
/
+3
2022-08-21
pwm: sifive: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-3
/
+3
2022-06-14
pwm: lp3943: Fix duty calculation in case period was clamped
Uwe Kleine-König
1
-0
/
+1
2022-04-08
pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add()
Uwe Kleine-König
1
-11
/
+9
2021-09-26
pwm: stm32-lp: Don't modify HW state in .remove() callback
Uwe Kleine-König
1
-2
/
+0
2021-09-26
pwm: rockchip: Don't modify HW state in .remove() callback
Uwe Kleine-König
1
-14
/
+0
2021-09-26
pwm: img: Don't modify HW state in .remove() callback
Uwe Kleine-König
1
-16
/
+0
2021-09-26
pwm: mxs: Don't modify HW state in .probe() after the PWM chip was registered
Uwe Kleine-König
1
-8
/
+5
2021-09-26
pwm: lpc32xx: Don't modify HW state in .probe() after the PWM chip was regist...
Uwe Kleine-König
1
-5
/
+5
2021-07-28
pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skipped
Uwe Kleine-König
1
-7
/
+4
2021-07-20
pwm: imx1: Don't disable clocks at device remove time
Uwe Kleine-König
1
-2
/
+0
2021-07-20
pwm: tegra: Don't modify HW state in .remove callback
Uwe Kleine-König
1
-13
/
+0
2021-07-20
pwm: img: Fix PM reference leak in img_pwm_enable()
Zou Wei
1
-1
/
+1
2021-07-20
pwm: spear: Don't modify HW state in .remove callback
Uwe Kleine-König
1
-4
/
+0
2021-05-19
pwm: atmel: Fix duty cycle calculation in .get_state()
Uwe Kleine-König
1
-1
/
+1
2021-03-04
pwm: iqs620a: Fix overflow and optimize calculations
Uwe Kleine-König
1
-3
/
+5
2021-03-04
pwm: rockchip: Eliminate potential race condition when probing
Simon South
1
-3
/
+6
2021-03-04
pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()
Simon South
1
-1
/
+0
2021-03-04
pwm: rockchip: Enable APB clock during register access while probing
Simon South
1
-3
/
+5
2020-12-30
pwm: sun4i: Remove erroneous else branch
Thierry Reding
1
-5
/
+1
2020-12-30
pwm: imx27: Fix overflow for bigger periods
Uwe Kleine-König
1
-1
/
+2
2020-12-30
pwm: lp3943: Dynamically allocate PWM chip base
Lokesh Vutla
1
-0
/
+1
2020-12-30
pwm: zx: Add missing cleanup in error path
Uwe Kleine-König
1
-0
/
+1
2020-12-03
pwm: sl28cpld: fix getting driver data in pwm callbacks
Uwe Kleine-König
1
-2
/
+4
2020-10-24
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-1
/
+1
2020-10-23
Merge tag 'tag-chrome-platform-for-v5.10' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-20
/
+17
2020-10-22
Merge tag 'pwm/for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-90
/
+64
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
4
-89
/
+128
2020-09-24
pwm: Allow store 64-bit duty cycle from sysfs interface
Jarkko Nikula
1
-2
/
+2
2020-09-24
pwm: img: Fix null pointer access in probe
Hauke Mehrtens
1
-1
/
+2
2020-09-24
pwm: pca9685: Disable unused alternative addresses
David Jander
1
-7
/
+16
2020-09-24
pwm: pca9685: Use BIT() macro instead of shift
David Jander
1
-4
/
+4
2020-09-24
pwm: pca9685: Make comments more consistent
David Jander
1
-7
/
+7
2020-09-24
pwm: sun4i: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-24
/
+12
2020-09-24
pwm: sprd: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+2
2020-09-24
pwm: sifive: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+3
2020-09-24
pwm: rockchip: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+3
2020-09-24
pwm: jz4740: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+3
2020-09-24
pwm: bcm2835: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+3
2020-09-24
pwm: Convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
1
-14
/
+3
2020-09-24
pwm: rockchip: Keep enabled PWMs running while probing
Simon South
1
-1
/
+4
2020-09-17
pwm: Add support for sl28cpld PWM controller
Michael Walle
3
-0
/
+281
2020-09-12
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
18
-193
/
+39
2020-09-06
pwm: crc: Implement get_state() method
Hans de Goede
1
-0
/
+31
[next]