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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-05
58
-349
/
+466
|
\
|
*
pwm: atmel: Improve duty cycle calculation in .apply()
Uwe Kleine-König
2021-04-23
1
-7
/
+16
|
*
pwm: atmel: Fix duty cycle calculation in .get_state()
Uwe Kleine-König
2021-04-23
1
-1
/
+1
|
*
pwm: visconti: Add Toshiba Visconti SoC PWM support
Nobuhiro Iwamatsu
2021-04-23
3
-0
/
+200
|
*
pwm: mediatek: Remove unused function
Jiapeng Chong
2021-04-23
1
-6
/
+0
|
*
pwm: pca9685: Improve runtime PM behavior
Clemens Gruber
2021-04-23
1
-6
/
+19
|
*
pwm: pca9685: Support hardware readout
Clemens Gruber
2021-04-23
1
-0
/
+36
|
*
pwm: pca9685: Switch to atomic API
Clemens Gruber
2021-04-23
1
-170
/
+91
|
*
pwm: lpss: Don't modify HW state in .remove callback
Uwe Kleine-König
2021-04-09
1
-6
/
+0
|
*
pwm: sti: Free resources only after pwmchip_remove()
Uwe Kleine-König
2021-04-09
1
-1
/
+2
|
*
pwm: sti: Don't modify HW state in .remove callback
Uwe Kleine-König
2021-04-09
1
-3
/
+0
|
*
pwm: lpc3200: Don't modify HW state in .remove callback
Uwe Kleine-König
2021-04-09
1
-4
/
+0
|
*
pwm: lpc18xx-sct: Free resources only after pwmchip_remove()
Uwe Kleine-König
2021-04-09
1
-1
/
+3
|
*
pwm: bcm-kona: Don't modify HW state in .remove callback
Uwe Kleine-König
2021-04-09
1
-5
/
+0
|
*
pwm: bcm2835: Free resources only after pwmchip_remove()
Uwe Kleine-König
2021-04-09
1
-1
/
+3
|
*
pwm: bcm-iproc: Free resources only after pwmchip_remove()
Uwe Kleine-König
2021-04-09
1
-1
/
+3
|
*
pwm: atmel: Free resources only after pwmchip_remove()
Uwe Kleine-König
2021-04-09
1
-1
/
+3
|
*
pwm: Drop function pwmchip_add_with_polarity()
Uwe Kleine-König
2021-03-22
1
-22
/
+3
|
*
pwm: atmel-hlcdc: Use pwmchip_add() instead of pwmchip_add_with_polarity()
Uwe Kleine-König
2021-03-22
1
-1
/
+1
|
*
pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity()
Uwe Kleine-König
2021-03-22
1
-1
/
+1
|
*
pwm: cros-ec: Refuse requests with unsupported polarity
Uwe Kleine-König
2021-03-22
1
-0
/
+3
|
*
pwm: sprd: Refuse requests with unsupported polarity
Uwe Kleine-König
2021-03-22
1
-0
/
+3
|
*
pwm: atmel-tcb: Only free resources after pwm_chip_remove() returned
Uwe Kleine-König
2021-03-22
1
-4
/
+4
|
*
pwm: atmel-tcb: Implement .apply callback
Uwe Kleine-König
2021-03-22
1
-8
/
+25
|
*
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
55
-72
/
+7
|
*
pwm: imx-tpm: Use a single line for error message
Fabio Estevam
2021-03-22
1
-3
/
+1
|
*
pwm: ab8500: Implement .apply instead of .config, .enable and .disable
Uwe Kleine-König
2021-03-22
1
-28
/
+25
|
*
pwm: bcm2835: Improve period and duty cycle calculation
Uwe Kleine-König
2021-03-22
1
-8
/
+27
*
|
Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2021-04-28
3
-0
/
+193
|
\
\
|
*
|
pwm: ntxec: Add driver for PWM function in Netronix EC
Jonathan Neuschäfer
2021-03-10
3
-0
/
+193
|
|
/
*
/
pwm: Add Raspberry Pi Firmware based PWM bus
Nicolas Saenz Julienne
2021-03-22
3
-0
/
+216
|
/
*
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
[next]