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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-02-25
6
-352
/
+65
|
\
|
*
pwm: lpc18xx-sct: remove unneeded semicolon
Yang Li
2021-02-22
1
-1
/
+1
|
*
pwm: iqs620a: Correct a stale state variable
Jeff LaBundy
2021-02-22
1
-51
/
+37
|
*
pwm: iqs620a: Fix overflow and optimize calculations
Uwe Kleine-König
2021-02-22
1
-3
/
+5
|
*
pwm: rockchip: Enable clock before calling clk_get_rate()
Simon South
2021-01-20
1
-0
/
+10
|
*
pwm: rockchip: Eliminate potential race condition when probing
Simon South
2021-01-20
1
-3
/
+6
|
*
pwm: rockchip: Replace "bus clk" with "PWM clk"
Simon South
2021-01-20
1
-2
/
+2
|
*
pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()
Simon South
2021-01-20
1
-1
/
+0
|
*
pwm: rockchip: Enable APB clock during register access while probing
Simon South
2021-01-20
1
-3
/
+5
|
*
pwm: Remove ZTE ZX driver
Arnd Bergmann
2021-01-20
3
-289
/
+0
*
|
Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-12-19
47
-371
/
+1181
|
\
|
|
*
pwm: sun4i: Remove erroneous else branch
Thierry Reding
2020-12-17
1
-5
/
+1
|
*
pwm: sl28cpld: Set driver data before registering the PWM chip
Thierry Reding
2020-12-17
1
-2
/
+2
|
*
pwm: imx27: Fix overflow for bigger periods
Uwe Kleine-König
2020-12-17
1
-1
/
+2
|
*
pwm: bcm2835: Support apply function for atomic configuration
Lino Sanfilippo
2020-12-17
1
-45
/
+24
|
*
pwm: keembay: Fix build failure with -Os
Uwe Kleine-König
2020-12-17
1
-1
/
+6
|
*
pwm: core: Use octal permission
Soham Biswas
2020-12-17
1
-1
/
+1
|
*
pwm: lpss: Make compilable with COMPILE_TEST
Uwe Kleine-König
2020-12-17
1
-3
/
+3
|
*
pwm: Fix dependencies on HAS_IOMEM
Uwe Kleine-König
2020-12-17
1
-7
/
+28
|
*
pwm: Use -EINVAL for unsupported polarity
Thierry Reding
2020-12-17
3
-3
/
+3
|
*
pwm: sti: Remove unnecessary blank line
Thierry Reding
2020-12-17
1
-1
/
+0
|
*
pwm: sti: Avoid conditional gotos
Thierry Reding
2020-12-17
1
-26
/
+22
|
*
pwm: Add PWM fan controller driver for LGM SoC
Rahul Tanwar
2020-12-17
3
-0
/
+256
|
*
pwm: Add DesignWare PWM Controller Driver
Jarkko Nikula
2020-12-17
3
-0
/
+329
|
*
pwm: mediatek: Add MT8183 SoC support
Fabien Parent
2020-12-17
1
-0
/
+7
|
*
pwm: mediatek: Always use bus clock
Fabien Parent
2020-12-17
1
-0
/
+12
|
*
pwm: Add PWM driver for Intel Keem Bay
Vijayakannan Ayyathurai
2020-12-17
3
-0
/
+250
|
*
pwm: lp3943: Dynamically allocate PWM chip base
Lokesh Vutla
2020-12-17
1
-0
/
+1
|
*
pwm: atmel-tcb: Add sama5d2 support
Alexandre Belloni
2020-12-17
1
-3
/
+20
|
*
pwm: atmel-tcb: Switch to new binding
Alexandre Belloni
2020-12-17
2
-107
/
+137
|
*
pwm: tiehrpwm: Handle deferred probe with dev_err_probe()
Grygorii Strashko
2020-12-17
1
-8
/
+4
|
*
pwm: lpss: Set DPM_FLAG_SMART_SUSPEND on Cherry Trail devices
Hans de Goede
2020-12-17
1
-1
/
+5
|
*
pwm: lpss: Use DPM_FLAG_NO_DIRECT_COMPLETE instead of declaring a prepare han...
Hans de Goede
2020-12-17
1
-20
/
+15
|
*
pwm: lpss: Log error from pwm_lpss_is_updating() if the update bit is still set
Hans de Goede
2020-12-17
1
-1
/
+6
|
*
pwm: ab8500: Explicitly allocate pwm chip base dynamically
Uwe Kleine-König
2020-12-17
1
-1
/
+1
|
*
pwm: zx: Add missing cleanup in error path
Uwe Kleine-König
2020-12-17
1
-0
/
+1
|
*
pwm: ab8500: Add error message if pwmchip_add() fails
Uwe Kleine-König
2020-12-17
1
-1
/
+1
|
*
pwm: imx1: Use dev_err_probe() to simplify error handling
Anson Huang
2020-12-17
1
-15
/
+6
|
*
pwm: imx27: Use dev_err_probe() to simplify error handling
Anson Huang
2020-12-17
1
-19
/
+6
|
*
pwm: imx-tpm: Use dev_err_probe() to simplify error handling
Anson Huang
2020-12-17
1
-7
/
+3
|
*
pwm: atmel: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
|
*
pwm: sifive: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
|
*
pwm: hibvt: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-5
/
+2
|
*
pwm: lpc18xx-sct: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
|
*
pwm: img: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
|
*
pwm: clps711x: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
|
*
pwm: mtk-disp: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
|
*
pwm: brcmstb: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
|
*
pwm: vt8500: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
|
*
pwm: berlin: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
[next]