Age | Commit message (Expand) | Author | Files | Lines |
2018-06-14 | Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -12/+44 |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -1/+1 |
2018-06-06 | pwm: stm32: Fix build warning with CONFIG_DMA_ENGINE disabled | Arnd Bergmann | 1 | -3/+1 |
2018-06-06 | Merge tag 'ib-mfd-pwm-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Thierry Reding | 1 | -0/+257 |
2018-06-06 | pwm: stm32: Enforce dependency on CONFIG_MFD_STM32_TIMERS | Arnd Bergmann | 1 | -1/+1 |
2018-06-06 | pwm: lpss: platform: Save/restore the ctrl register over a suspend/resume | Hans de Goede | 3 | -0/+37 |
2018-06-04 | pwm: stm32: Initialize raw local variables | Fabrice Gasnier | 1 | -1/+1 |
2018-05-16 | pwm: stm32: Use input prescaler to improve period capture | Fabrice Gasnier | 1 | -2/+61 |
2018-05-16 | pwm: stm32: Improve capture by tuning counter prescaler | Fabrice Gasnier | 1 | -1/+23 |
2018-05-16 | pwm: stm32: Add capture support | Fabrice Gasnier | 1 | -0/+176 |
2018-04-30 | pwm: simplify getting .drvdata | Wolfram Sang | 2 | -6/+3 |
2018-04-30 | pwm: meson: Fix allocation of PWM channel array | Martin Blumenstingl | 1 | -2/+2 |
2018-04-13 | Merge tag 'pwm/for-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 11 | -56/+161 |
2018-04-05 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 1 | -26/+42 |
2018-03-28 | pwm: rcar: Add suspend/resume support | Yoshihiro Shimoda | 1 | -0/+42 |
2018-03-28 | pwm: rcar: Use PM Runtime to control module clock | Hien Dang | 1 | -6/+2 |
2018-03-28 | pwm: rcar: Fix a condition to prevent mismatch value setting to duty | Ryo Kodama | 1 | -2/+6 |
2018-03-28 | pwm: sysfs: Use put_device() instead of kfree() | Arvind Yadav | 1 | -1/+2 |
2018-03-28 | pwm: sun4i: Simplify controller mapping | Andre Przywara | 1 | -18/+8 |
2018-03-28 | pwm: sun4i: Drop unused .has_rdy member | Andre Przywara | 1 | -6/+0 |
2018-03-28 | pwm: sun4i: Properly check current state | Alexandre Belloni | 1 | -2/+4 |
2018-03-28 | pwm: Remove depends on AVR32 | Corentin Labbe | 1 | -1/+1 |
2018-03-28 | pwm: stm32: LPTimer: Use 3 cells ->of_xlate() | Gerald Baeza | 1 | -0/+2 |
2018-03-28 | pwm: stm32: Protect common prescaler for all channels | Fabrice Gasnier | 1 | -1/+17 |
2018-03-28 | pwm: stm32: Remove unused struct device | Fabrice Gasnier | 1 | -1/+0 |
2018-03-28 | pwm: mediatek: Improve precision in rate calculation | Sean Wang | 1 | -5/+12 |
2018-03-28 | pwm: mediatek: Remove redundant MODULE_ALIAS entries | Sean Wang | 1 | -1/+0 |
2018-03-28 | pwm: mediatek: Fix up PWM4 and PWM5 malfunction on MT7623 | Sean Wang | 1 | -3/+21 |
2018-03-28 | pwm: jz4740: Enable for all Ingenic SoCs | Paul Cercueil | 1 | -3/+3 |
2018-03-28 | pwm: jz4740: Add support for devicetree | Paul Cercueil | 1 | -0/+14 |
2018-03-28 | pwm: jz4740: Implement ->set_polarity() | Paul Cercueil | 1 | -0/+19 |
2018-03-28 | pwm: jz4740: Make disable operation compatible with TCU2 mode | Maarten ter Huurne | 1 | -1/+7 |
2018-03-28 | pwm: imx: Let PWM be active during suspend | Fabio Estevam | 1 | -1/+2 |
2018-03-27 | pwm: atmel-tcb: Delete an error message for a failed memory allocation | Markus Elfring | 1 | -1/+0 |
2018-03-27 | pwm: puv3: Delete an error message for a failed memory allocation | Markus Elfring | 1 | -3/+1 |
2018-03-27 | pwm: stm32: Adopt SPDX identifier | Benjamin Gaignard | 2 | -4/+2 |
2018-03-26 | pwm: remove pwm-bfin driver | Arnd Bergmann | 3 | -167/+0 |
2018-03-26 | treewide: simplify Kconfig dependencies for removed archs | Arnd Bergmann | 1 | -1/+1 |
2018-02-22 | pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops | Keerthy | 1 | -26/+42 |
2017-12-05 | pwm: meson: Add clock source configuration for Meson-AXG | Jian Hu | 1 | -0/+26 |
2017-12-05 | pwm: stmpe: Fix wrong register offset for hwpwm=2 case | Axel Lin | 1 | -1/+1 |
2017-12-05 | pwm: Set class for exported channels in sysfs | Gottfried Haider | 1 | -0/+1 |
2017-11-22 | Merge tag 'pwm/for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -36/+251 |
2017-11-15 | pwm: stm32-lp: Remove pwm_is_enabled() check before calling pwm_disable() | Axel Lin | 1 | -2/+1 |
2017-11-15 | pwm: mediatek: Add MT2712/MT7622 support | Zhi Mao | 1 | -9/+44 |
2017-11-15 | pwm: sunxi: Use of_device_get_match_data() | Corentin Labbe | 1 | -4/+4 |
2017-11-15 | pwm: atmel-tcb: Support backup mode | Romain Izard | 1 | -2/+61 |
2017-11-15 | pwm: img: Add runtime PM | Ed Blake | 1 | -37/+95 |
2017-11-15 | pwm: img: Add suspend / resume handling | Ed Blake | 1 | -1/+65 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |