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.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
2017-01-30
pwm: lpss: Switch to new atomic API
Andy Shevchenko
1
-35
/
+29
2017-01-30
pwm: lpss: Allow duty cycle to be 0
Andy Shevchenko
1
-2
/
+0
2017-01-30
pwm: lpss: Avoid potential overflow of base_unit
Andy Shevchenko
1
-3
/
+3
2017-01-20
pwm: pca9685: Fix period change with same duty cycle
Clemens Gruber
1
-11
/
+0
2017-01-19
pwm: constify pwm_ops structures
Bhumika Goyal
4
-4
/
+4
2017-01-19
pwm: bcm-iproc: Update dependencies for compile-test
Scott Branden
1
-1
/
+3
2017-01-19
pwm: pca9685: Allow any of the 16 PWMs to be used as a GPIO
Mika Westerberg
1
-1
/
+163
2016-12-15
Merge tag 'pwm/for-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-1
/
+281
2016-11-29
pwm: Add PWM driver for HiSilicon BVT SOCs
yuanjian
3
-0
/
+281
2016-11-29
pwm: Fix device reference leak
Johan Hovold
1
-0
/
+2
2016-10-21
pwm: meson: Remove unneeded platform MODULE_ALIAS
Javier Martinez Canillas
1
-1
/
+0
2016-10-21
pwm: meson: Add missing spin_lock_init()
Axel Lin
1
-0
/
+1
2016-09-08
Merge branch 'for-4.9/drivers' into for-next
Thierry Reding
12
-141
/
+1127
2016-09-08
pwm: meson: Handle unknown ID values
Arnd Bergmann
1
-0
/
+9
2016-09-08
pwm: sti: Take the opportunity to conduct a little house keeping
Lee Jones
1
-72
/
+81
2016-09-08
pwm: sti: It's now valid for number of PWM channels to be zero
Lee Jones
1
-1
/
+14
2016-09-08
pwm: sti: Add PWM capture callback
Lee Jones
1
-0
/
+88
2016-09-08
pwm: sti: Add support for PWM capture interrupts
Lee Jones
1
-1
/
+91
2016-09-08
pwm: sti: Initialise PWM capture device data
Lee Jones
1
-7
/
+38
2016-09-08
pwm: sti: Supply PWM Capture clock handling
Lee Jones
1
-0
/
+25
2016-09-08
pwm: sti: Supply PWM capture register addresses and bit locations
Lee Jones
1
-0
/
+25
2016-09-08
pwm: sti: Only request clock rate when needed
Lee Jones
1
-8
/
+8
2016-09-08
pwm: sti: Reorganise register names in preparation for new functionality
Lee Jones
1
-35
/
+41
2016-09-08
pwm: sti: Rename channel => device
Lee Jones
1
-16
/
+16
2016-09-08
pwm: lpc-18xx: use pwm_set_chip_data
oliver@schinagl.nl
1
-4
/
+8
2016-09-08
pwm: sunxi: Add H3 support
Milo Kim
1
-0
/
+9
2016-09-08
pwm: Add support for Meson PWM Controller
Neil Armstrong
3
-0
/
+530
2016-09-06
pwm: samsung: Fix to use lowest div for large enough modulation bits
Seung-Woo Kim
1
-3
/
+12
2016-09-06
pwm: pwm-tipwmss: Remove all runtime PM gets/puts
Jyri Sarha
1
-19
/
+0
2016-09-06
pwm: cros-ec: Add __packed to prevent padding
Brian Norris
1
-2
/
+2
2016-09-06
pwm: Add MediaTek MT2701 display PWM driver support
Weiqing Kong
1
-15
/
+72
2016-09-06
pwm: berlin: Add suspend/resume support
Jisheng Zhang
1
-0
/
+84
2016-09-05
pwm: Unexport children before chip removal
David Hsu
2
-0
/
+20
2016-09-05
pwm: twl: Reliably disable TWL6030 PWMs
Paul Kocialkowski
1
-0
/
+16
2016-08-06
Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
17
-234
/
+1169
2016-08-02
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-6
/
+8
2016-07-25
Merge branch 'for-4.8/drivers' into for-next
Thierry Reding
15
-234
/
+1125
2016-07-25
Merge branch 'for-4.8/capture' into for-next
Thierry Reding
2
-0
/
+44
2016-07-25
pwm: Add ChromeOS EC PWM driver
Brian Norris
3
-0
/
+268
2016-07-11
pwm: atmel: Use of_device_get_match_data()
Thierry Reding
1
-9
/
+2
2016-07-11
pwm: atmel: Fix checkpatch warnings
Thierry Reding
1
-6
/
+7
2016-07-11
pwm: atmel: Fix disabling of PWM channels
Guillermo Rodriguez
1
-0
/
+10
2016-07-11
pwm: rcar: Use ARCH_RENESAS
Ryo Kodama
1
-1
/
+1
2016-07-11
pwm: tegra: Add support for Tegra186
Laxman Dewangan
1
-3
/
+19
2016-07-11
pwm: tegra: Avoid overflow when calculating duty cycle
Hyong Bin Kim
1
-2
/
+3
2016-07-11
pwm: tegra: Allow 100 % duty cycle
Victor(Weiguo) Pan
1
-1
/
+1
2016-07-11
pwm: tegra: Add support for reset control
Rohith Seelaboyina
1
-0
/
+20
2016-07-11
pwm: tegra: Rename mmio_base to regs
Thierry Reding
1
-6
/
+6
2016-07-11
pwm: tegra: Remove useless padding
Thierry Reding
1
-4
/
+4
2016-07-11
pwm: tegra: Drop NUM_PWM macro
Thierry Reding
1
-5
/
+3
[next]