index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-04
pwm: atmel: Remove useless symbolic definitions
Thierry Reding
1
-14
/
+6
2019-03-04
pwm: bcm-kona: Update macros to remove braces around numbers
Sheetal Tigadoli
1
-8
/
+8
2019-03-04
pwm: imx27: Only enable the clocks once in .get_state()
Uwe Kleine-König
1
-7
/
+4
2019-03-04
pwm: rcar: Improve calculation of divider
Yoshihiro Shimoda
1
-9
/
+7
2019-03-04
pwm: rcar: Remove legacy APIs
Yoshihiro Shimoda
1
-40
/
+4
2019-03-04
pwm: rcar: Use "atomic" API on rcar_pwm_resume()
Yoshihiro Shimoda
1
-5
/
+3
2019-03-04
pwm: rcar: Add support "atomic" API
Yoshihiro Shimoda
1
-0
/
+37
2019-03-04
pwm: atmel: Add support for SAM9X60's PWM controller
Claudiu Beznea
1
-0
/
+19
2019-03-04
pwm: atmel: Rename objects of type atmel_pwm_data
Claudiu Beznea
1
-7
/
+7
2019-03-04
pwm: atmel: Add support for controllers with 32 bit counters
Claudiu Beznea
1
-11
/
+23
2019-03-04
pwm: atmel: Add struct atmel_pwm_data
Claudiu Beznea
1
-28
/
+36
2019-03-04
pwm: Add MediaTek MT8183 display PWM driver support
Jitao Shi
1
-0
/
+11
2019-03-04
pwm: hibvt: Add hi3559v100 support
Mathieu Othacehe
1
-1
/
+26
2019-03-04
pwm: hibvt: Use individual struct per of-data
Mathieu Othacehe
1
-5
/
+12
2019-01-16
pwm: imx: Signedness bug in imx_pwm_get_state()
Dan Carpenter
1
-1
/
+2
2019-01-16
pwm: imx: Split into two drivers
Uwe Kleine-König
4
-153
/
+257
2019-01-10
pwm: imx: Don't print an error on -EPROBE_DEFER
Uwe Kleine-König
1
-3
/
+8
2019-01-10
pwm: imx: Set driver data earlier simplifying the end of ->probe()
Uwe Kleine-König
1
-7
/
+3
2019-01-10
pwm: imx: Remove if block where the condition is always wrong
Uwe Kleine-König
1
-2
/
+0
2019-01-10
pwm: Drop per-chip dbg_show callback
Uwe Kleine-König
1
-4
/
+1
2019-01-10
pwm: Don't use memcmp() to compare state variables
Uwe Kleine-König
1
-1
/
+4
2018-12-24
pwm: imx: Add ipg clock operation
Anson Huang
1
-5
/
+48
2018-12-24
pwm: clps711x: Switch to SPDX identifier
Alexander Shiyan
1
-7
/
+2
2018-12-24
pwm: clps711x: Fix period calculation
Alexander Shiyan
1
-2
/
+2
2018-12-24
pwm: bcm2835: Switch to SPDX identifier
Stefan Wahren
1
-4
/
+1
2018-12-24
pwm: Enable Kona PWM to be built for the Cygnus architecture
Clément Péron
1
-1
/
+3
2018-12-12
pwm: imx: Implement get_state() function for hardware readout
Michal Vokáč
1
-0
/
+53
2018-12-12
pwm: imx: Use bitops and bitfield macros to define register values
Michal Vokáč
1
-20
/
+58
2018-12-12
pwm: imx: Sort include files
Michal Vokáč
1
-6
/
+6
2018-11-16
pwm: lpc18xx-sct: Don't reconfigure PWM in .request and .free
Uwe Kleine-König
1
-3
/
+0
2018-10-16
pwm: lpss: Only set update bit if we are actually changing the settings
Hans de Goede
1
-5
/
+7
2018-10-16
pwm: lpss: Force runtime-resume on suspend on Cherry Trail
Hans de Goede
2
-15
/
+16
2018-10-16
pwm: Enable TI ECAP driver for ARCH_K3
Vignesh R
1
-3
/
+2
2018-10-12
pwm: Send a uevent on the pwmchip device upon channel sysfs (un)export
Fabrice Gasnier
1
-0
/
+11
2018-10-12
Revert "pwm: Set class for exported channels in sysfs"
Fabrice Gasnier
1
-1
/
+0
2018-10-12
pwm: Use SPDX identifier for Renesas drivers
Wolfram Sang
2
-13
/
+2
2018-10-12
pwm: lpss: Add get_state callback
Hans de Goede
1
-0
/
+34
2018-10-12
pwm: lpss: Release runtime-pm reference from the driver's remove callback
Hans de Goede
1
-0
/
+6
2018-10-12
pwm: lpss: Check PWM powerstate after resume on Cherry Trail devices
Hans de Goede
2
-3
/
+24
2018-10-12
pwm: lpss: Move struct pwm_lpss_chip definition to the header file
Hans de Goede
2
-10
/
+8
2018-10-12
pwm: lpss: Add ACPI HID for second PWM controller on Cherry Trail devices
Hans de Goede
1
-0
/
+1
2018-09-26
pwm: tegra: Remove gratuituous blank line
Thierry Reding
1
-1
/
+0
2018-08-20
pwm: mediatek: Add MT7628 support
John Crispin
2
-2
/
+19
2018-08-20
pwm: meson: Fix mux clock names
Jerome Brunet
1
-2
/
+1
2018-08-20
pwm: stm32-lp: Remove useless loop in stm32_pwm_lp_remove()
Fabrice Gasnier
1
-3
/
+1
2018-08-20
pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data
David Rivshin
1
-2
/
+3
2018-07-12
pwm: mxs: Switch to SPDX identifier
Fabio Estevam
1
-7
/
+1
2018-07-09
pwm: fsl-ftm: Enable support for the new SoC i.MX8QM
shenwei.wang@nxp.com
1
-0
/
+5
2018-07-09
pwm: fsl-ftm: Added the support of per-compatible data
shenwei.wang@nxp.com
1
-2
/
+30
2018-07-09
pwm: fsl-ftm: Added a dedicated IP interface clock
shenwei.wang@nxp.com
1
-6
/
+16
[next]