Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
25d01dc67894de03de463727633e72e1727b4f6d
/
drivers
/
pwm
ecc5fbd
Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
by Linus Torvalds
· 8 years ago
18c5887
Merge branch 'for-4.7/pwm-atomic' into for-next
by Thierry Reding
· 8 years ago
bf5dd9a
Merge branch 'for-4.7/pwm-args' into for-next
by Thierry Reding
· 8 years ago
23e3523
pwm: Add information about polarity, duty cycle and period to debugfs
by Heiko Stübner
· 9 years ago
39100ce
pwm: Switch to the atomic API
by Boris Brezillon
· 9 years ago
5ec803e
pwm: Add core infrastructure to allow atomic updates
by Boris Brezillon
· 9 years ago
15fa8a43
pwm: Add hardware readout infrastructure
by Boris Brezillon
· 9 years ago
09a7e4a
pwm: Move the enabled/disabled info into pwm_state
by Boris Brezillon
· 9 years ago
43a276b
pwm: Introduce the pwm_state concept
by Boris Brezillon
· 9 years ago
a8c3862
pwm: Keep PWM state in sync with hardware state
by Boris Brezillon
· 9 years ago
4b58896
pwm: Use pwm_get/set_xxx() helpers where appropriate
by Boris Brezillon
· 9 years ago
459a25a
pwm: Get rid of pwm->lock
by Boris BREZILLON
· 9 years ago
3587c26
pwm: rcar: Make use of pwm_is_enabled()
by Boris BREZILLON
· 9 years ago
fbd45a1
pwm: Fix pwm_apply_args() call sites
by Boris Brezillon
· 8 years ago
39d652e
Merge remote-tracking branches 'regulator/topic/pwm', 'regulator/topic/qcom-spmi', 'regulator/topic/rk808' and 'regulator/topic/s2mps11' into regulator-next
by Mark Brown
· 9 years ago
2907f8a
pwm: Use kcalloc() instead of kzalloc()
by Thierry Reding
· 9 years ago
83a9886
pwm: Add missing newline
by Thierry Reding
· 9 years ago
e39c0df
pwm: Introduce the pwm_args concept
by Boris Brezillon
· 9 years ago
ad06fde
pwm: fsl-ftm: Use flat regmap cache
by Stefan Agner
· 9 years ago
922201d
pwm: omap-dmtimer: Add debug message for effective period and duty cycle
by David Rivshin
· 9 years ago
7b0883f
pwm: omap-dmtimer: Round load and match values rather than truncate
by David Rivshin
· 9 years ago
cd37888
pwm: omap-dmtimer: Add sanity checking for load and match values
by David Rivshin
· 9 years ago
f8caa79
pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculations
by David Rivshin
· 9 years ago
c5857e3
pwm: brcmstb: Fix check of devm_ioremap_resource() return code
by Vladimir Zapolskiy
· 9 years ago
03d9953
pwm: rcar: Depend on ARCH_RENESAS instead of ARCH_SHMOBILE
by Simon Horman
· 9 years ago
0e47b59
pwm: lpc18xx-sct: Test clock rate to avoid division by 0
by Wolfram Sang
· 9 years ago
bea307c
pwm: img: Test clock rate to avoid division by 0
by Wolfram Sang
· 9 years ago
ff01c94
pwm: Mark all devices as "might sleep"
by Thierry Reding
· 9 years ago
0747264
pwm: omap-dmtimer: Potential NULL dereference on error
by Dan Carpenter
· 9 years ago
36d5be4
pwm: add HAS_IOMEM dependency to PWM_FSL_FTM
by Vegard Nossum
· 9 years ago
6604c65
pwm: Add PWM driver for OMAP using dual-mode timers
by Neil Armstrong
· 9 years ago
72c16a9
pwm: rcar: Improve accuracy of frequency division setting
by Ryo Kodama
· 9 years ago
d6dbdf0
pwm: lpc32xx: return ERANGE, if requested period is not supported
by Vladimir Zapolskiy
· 9 years ago
5a9fc9c
pwm: lpc32xx: fix and simplify duty cycle and period calculations
by Vladimir Zapolskiy
· 9 years ago
82aff04
pwm: lpc32xx: make device usable with common clock framework
by Vladimir Zapolskiy
· 9 years ago
ebe1fca
pwm: lpc32xx: correct number of PWM channels from 2 to 1
by Vladimir Zapolskiy
· 9 years ago
816aec2
pwm: fsl-ftm: Fix clock enable/disable when using PM
by Stefan Agner
· 9 years ago
3767067
pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
by Mika Westerberg
· 9 years ago
6f90a00
pwm: lpss: Select core part automatically
by Andy Shevchenko
· 9 years ago
883e4d0
pwm: lpss: Update PWM setting for Broxton
by qipeng.zha
· 9 years ago
6ef7d1c
pwm: bcm2835: Fix email address specification
by Stefan Wahren
· 9 years ago
fd13c14
pwm: bcm2835: Prevent division by zero
by Stefan Wahren
· 9 years ago
ebe88b6
pwm: bcm2835: Calculate scaler in ->config()
by Stefan Wahren
· 9 years ago
c7b91b3
pwm: lpss: Remove ->free() callback
by Mika Westerberg
· 9 years ago
c8fff3e
Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
by Linus Torvalds
· 9 years ago
5dcd7b4
pwm: sunxi: Fix whitespace issue
by Olliver Schinagl
· 9 years ago
65cdc69
pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro's
by Olliver Schinagl
· 9 years ago
0344d0d
pwm: sysfs: Remove unnecessary temporary variable
by Olliver Schinagl
· 9 years ago
655a035
pwm: Return -ENODEV if no PWM lookup match is found
by Thierry Reding
· 9 years ago
f6649f7
pwm: sun4i: Add support for PWM controller on sun5i SoCs
by Hans de Goede
· 9 years ago
d1cd214
pwm: Set enable state properly on failed call to enable
by Jonathan Richardson
· 9 years ago
f080be2
pwm: lpss: Add support for runtime PM
by Qipeng Zha
· 9 years ago
03f00e5
pwm: lpss: Add more Intel Broxton IDs
by Mika Westerberg
· 9 years ago
87219cb
pwm: lpss: Support all four PWMs on Intel Broxton
by Mika Westerberg
· 9 years ago
4e11f5a
pwm: lpss: Add support for multiple PWMs
by Mika Westerberg
· 9 years ago
912b843
pwm-pca9685: enable ACPI device found on Galileo Gen2
by Andy Shevchenko
· 9 years ago
7e3b7dc
pwm: Add MediaTek display PWM driver support
by YH Huang
· 9 years ago
25ebc9e
pwm: tipwmss: Enable on TI DRA7x and AM437x
by Vignesh R
· 9 years ago
2b8b0ef
pwm: atmel-hlcdc: add sama5d2 SoC support.
by Nicolas Ferre
· 9 years ago
3a9f595
pwm: Add Broadcom BCM7038 PWM controller support
by Florian Fainelli
· 9 years ago
7d8d05d
misc: atmel_tclib: get and use slow clock
by Boris Brezillon
· 9 years ago
ed6c147
pwm: Add support for R-Car PWM Timer
by Yoshihiro Shimoda
· 9 years ago
59d5c8b
pwm: Add support for the Berlin PWM controller
by Antoine Ténart
· 9 years ago
a83a6a8
pwm: atmel-hlcdc: Fix module autoload for OF platform driver
by Luis de Bethencourt
· 9 years ago
82278fc
Merge tag 'pwm/for-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
by Linus Torvalds
· 9 years ago
7a59382
ARM: at91: pwm: atmel-hlcdc: Add at91sam9n12 errata
by Josh Wu
· 9 years ago
841e6f9
pwm: NXP LPC18xx PWM/SCT driver
by Ariel D'Alessandro
· 9 years ago
01ec847
pwm-pca9685: Support changing the output frequency
by Clemens Gruber
· 9 years ago
4a627b5
pwm-pca9685: Fix several driver bugs
by Clemens Gruber
· 9 years ago
fe0aea7
pwm: kona: Modify settings application sequence
by Jonathan Richardson
· 9 years ago
09c1445
pwm: pca9685: Drop owner assignment
by Krzysztof Kozlowski
· 9 years ago
0488380
pwm: Clean up kerneldoc
by Thierry Reding
· 9 years ago
6bc7064
pwm: Remove useless whitespace
by Thierry Reding
· 9 years ago
412820d
pwm: sysfs: Remove unnecessary padding
by Thierry Reding
· 9 years ago
5a063d8
pwm: sysfs: Properly convert from enum to string
by Thierry Reding
· 9 years ago
a3f37a1
pwm: crc: Add Crystalcove (CRC) PWM driver
by Shobhit Kumar
· 9 years ago
15da7b5
pwm: Make use of pwm_get_xxx() helpers where appropriate
by Boris Brezillon
· 9 years ago
5c31252
pwm: Add the pwm_is_enabled() helper
by Boris Brezillon
· 9 years ago
c70c5fb
Merge tag 'pwm/for-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
by Linus Torvalds
· 9 years ago
361c106
pwm: lpss: pci: Add support for Broxton platform
by Qipeng Zha
· 10 years ago
e23db65
pwm: bcm-kona: Don't set polarity in probe
by Arun Ramamurthy
· 9 years ago
b6a00fa
pwm: Add pwmchip_add_with_polarity() API
by Tim Kryger
· 9 years ago
472ac3d
pwm: atmel: Fix incorrect CDTY value after disabling
by Alexandre Belloni
· 9 years ago
4c027f7
pwm: atmel: Fix incorrect CDTY value after enabling
by Alexandre Belloni
· 9 years ago
cccb945
pwm: samsung: Use MODULE_DEVICE_TABLE() to include OF modalias
by Javier Martinez Canillas
· 10 years ago
1e70897
pwm: img: Impose upper and lower timebase steps value
by Naidu Tellapati
· 10 years ago
efb0de5
pwm: Add support to remove registered consumer lookup tables
by Shobhit Kumar
· 10 years ago
c264f11
pwm: Remove __init initializer for pwm_add_table()
by Shobhit Kumar
· 10 years ago
4a1c683
pwm: samsung: Fix output race on disabling
by Sjoerd Simons
· 10 years ago
24ccea1
pwm: mxs: Fix period divider computation
by Gaetan Hug
· 10 years ago
054d3e1
pwm: atmel-hlcdc: Add errata handling for sama5d4
by Nicolas Ferre
· 10 years ago
c456fbb
pwm: pca9685: Constify struct regmap_config
by Krzysztof Kozlowski
· 10 years ago
b65af27
pwm: tegra: Use NSEC_PER_SEC
by Thierry Reding
· 10 years ago
8d6cc07
pwm: Remove unnecessary check before of_node_put()
by Markus Elfring
· 10 years ago
277bb6a
pwm: Imagination Technologies PWM DAC driver
by Naidu Tellapati
· 10 years ago
cd264b6
pwm: sti: Maintain a bitmap of configured devices
by Ajit Pal Singh
· 10 years ago
09853ce
pwm: Add Allwinner SoC support
by Alexandre Belloni
· 10 years ago
df6922a
pwm: atmel-hlcdc: Prevent division by zero
by Boris BREZILLON
· 10 years ago
d2048c4
pwm: atmel-hlcdc: Depend on HAVE_CLK
by Thierry Reding
· 10 years ago
0b4954c
Merge tag 'pwm/for-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
by Linus Torvalds
· 10 years ago
Next »