aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-21pwm: tiehrpwm: Set driver data before runtime PM enableThierry Reding1-1/+1
2017-08-21pwm: tiehrpwm: Miscellaneous coding style fixupsThierry Reding1-50/+62
2017-08-21pwm: tiecap: Set driver data before runtime PM enableThierry Reding1-1/+1
2017-08-21pwm: tiecap: Miscellaneous coding style fixupsThierry Reding1-41/+47
2017-08-21pwm: tiehrpwm: fix clock imbalance in probe error pathJohan Hovold1-1/+6
2017-08-21pwm: tiehrpwm: Fix runtime PM imbalance at unbindJohan Hovold1-1/+0
2017-08-21pwm: Kconfig: Enable pwm-tiecap to be built for KeystoneVignesh R1-1/+1
2017-08-21pwm: Add ZTE ZX PWM device driverShawn Guo3-0/+292
2017-08-21pwm: bcm2835: Support for polarity setting via DTStefan Wahren1-0/+2
2017-08-18pwm: rockchip: Add rk3328 supportDavid Wu1-2/+41
2017-08-18pwm: rockchip: Use same PWM ops for each IPDavid Wu1-111/+38
2017-08-18pwm: rockchip: Move the configuration of polarityDavid Wu1-24/+24
2017-08-18pwm: rockchip: Use pwm_apply() instead of pwm_enable()David Wu1-63/+78
2017-08-18pwm: rockchip: Remove the judge from return value of pwm_config()David Wu1-10/+2
2017-08-18pwm: rockchip: Add APB and function both clocks supportDavid Wu1-9/+49
2017-08-18pwm: renesas-tpu: Remove support for SH7372Simon Horman1-1/+0
2017-07-25pwm: vt8500: Undo preparation of a clock source.Arvind Yadav1-0/+1
2017-07-25pwm: pca9685: clarify pca9685_set_sleep_mode() interface.Sven Van Asbroeck1-7/+7
2017-07-25pwm: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2017-07-13Merge tag 'pwm/for-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds7-132/+211
2017-07-06Merge branch 'for-4.13/drivers' into for-nextThierry Reding6-131/+208
2017-07-06pwm: cros-ec: Fix transposed param settingsNick Vaccaro1-2/+2
2017-07-06pwm: meson: Improve PWM calculation precisionJerome Brunet1-6/+10
2017-07-06pwm: meson: Add compatible for the gxbb ao PWMsJerome Brunet1-3/+29
2017-07-06pwm: sun4i: Drop legacy callbacksAlexandre Belloni1-160/+0
2017-07-06pwm: sun4i: Switch to atomic PWMAlexandre Belloni1-0/+166
2017-07-06pwm: sun4i: Improve hardware read outAlexandre Belloni1-19/+46
2017-07-06pwm: hibvt: Constify hibvt_pwm_opsArvind Yadav1-1/+1
2017-07-06pwm: Silently error out on EPROBE_DEFERJerome Brunet1-1/+3
2017-07-06pwm: bfin: Remove unneeded error messageMarkus Elfring1-3/+1
2017-06-13pwm: tegra: Set maximum pwm clock source per SoC tapeoutLaxman Dewangan1-1/+17
2017-05-22pwm: jz4740: Let the pinctrl driver configure the pinsPaul Cercueil1-29/+0
2017-04-13Merge branch 'for-4.12/drivers' into for-nextThierry Reding7-309/+605
2017-04-13pwm: tegra: Read PWM clock source rate in driver initLaxman Dewangan1-1/+6
2017-04-13pwm: pca9685: Fix GPIO-only operationSven Van Asbroeck1-33/+79
2017-04-13pwm: mediatek: Don't explicitly set .ownerkbuild test robot1-1/+0
2017-04-13pwm: tegra: Avoid potential overflow for short periodsThierry Reding1-6/+4
2017-04-12pwm: tegra: Add support to configure pin state in suspends/resumeLaxman Dewangan1-0/+18
2017-04-12pwm: tegra: Increase precision in PWM rate calculationLaxman Dewangan1-2/+5
2017-04-12pwm: tegra: Use DIV_ROUND_CLOSEST_ULL() instead of local implementationLaxman Dewangan1-2/+1
2017-04-06pwm: Add MediaTek PWM supportJohn Crispin3-0/+230
2017-04-06pwm: atmel: Enable PWM on sama5d2Claudiu Beznea1-0/+3
2017-04-06pwm: atmel: Switch to atomic PWMClaudiu Beznea1-144/+129
2017-04-06pwm: atmel-hlcdc: Implement the suspend/resume hooksBoris Brezillon1-0/+35
2017-04-06pwm: atmel-hlcdc: Convert to the atomic PWM APIBoris Brezillon1-126/+101
2017-04-06pwm: rockchip: State of PWM clock should synchronize with PWM enabled stateDavid Wu1-7/+33
2017-04-06pwm: lpss: Set enable-bit before waiting for update-bit to go lowHans de Goede4-6/+16
2017-04-06pwm: lpss: Split Tangier configurationAndy Shevchenko1-1/+8
2017-03-01Merge tag 'pwm/for-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds23-275/+445
2017-02-10Merge branch 'for-4.11/drivers' into for-nextThierry Reding10-227/+408