summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* pwm: mediatek: Add MT7628 supportJohn Crispin2018-08-202-2/+19
* pwm: meson: Fix mux clock namesJerome Brunet2018-08-201-2/+1
* pwm: stm32-lp: Remove useless loop in stm32_pwm_lp_remove()Fabrice Gasnier2018-08-201-3/+1
* pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform dataDavid Rivshin2018-08-201-2/+3
* pwm: mxs: Switch to SPDX identifierFabio Estevam2018-07-121-7/+1
* pwm: fsl-ftm: Enable support for the new SoC i.MX8QMshenwei.wang@nxp.com2018-07-091-0/+5
* pwm: fsl-ftm: Added the support of per-compatible datashenwei.wang@nxp.com2018-07-091-2/+30
* pwm: fsl-ftm: Added a dedicated IP interface clockshenwei.wang@nxp.com2018-07-091-6/+16
* pwm: cros-ec: Switch to SPDX identifierEnric Balletbo i Serra2018-07-091-6/+3
* pwm: imx: Switch to SPDX identifierFabio Estevam2018-07-091-4/+1
* pwm: tiehrpwm: Fix disabling of output of PWMsVignesh R2018-07-091-0/+2
* pwm: tiehrpwm: Don't use emulation mode bits to control PWM outputVignesh R2018-07-091-11/+1
* pwm: berlin: Don't use broken prescaler valuesThomas Hebb2018-07-091-20/+25
* Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-148-12/+44
|\
| * pwm: stm32: Fix build warning with CONFIG_DMA_ENGINE disabledArnd Bergmann2018-06-061-3/+1
| * Merge tag 'ib-mfd-pwm-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Thierry Reding2018-06-061-0/+257
| |\
| * | pwm: stm32: Enforce dependency on CONFIG_MFD_STM32_TIMERSArnd Bergmann2018-06-061-1/+1
| * | pwm: lpss: platform: Save/restore the ctrl register over a suspend/resumeHans de Goede2018-06-063-0/+37
| * | pwm: simplify getting .drvdataWolfram Sang2018-04-302-6/+3
| * | pwm: meson: Fix allocation of PWM channel arrayMartin Blumenstingl2018-04-301-2/+2
* | | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* | | pwm: stm32: Initialize raw local variablesFabrice Gasnier2018-06-041-1/+1
| |/ |/|
* | pwm: stm32: Use input prescaler to improve period captureFabrice Gasnier2018-05-161-2/+61
* | pwm: stm32: Improve capture by tuning counter prescalerFabrice Gasnier2018-05-161-1/+23
* | pwm: stm32: Add capture supportFabrice Gasnier2018-05-161-0/+176
|/
* Merge tag 'pwm/for-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-1311-56/+161
|\
| * pwm: rcar: Add suspend/resume supportYoshihiro Shimoda2018-03-281-0/+42
| * pwm: rcar: Use PM Runtime to control module clockHien Dang2018-03-281-6/+2
| * pwm: rcar: Fix a condition to prevent mismatch value setting to dutyRyo Kodama2018-03-281-2/+6
| * pwm: sysfs: Use put_device() instead of kfree()Arvind Yadav2018-03-281-1/+2
| * pwm: sun4i: Simplify controller mappingAndre Przywara2018-03-281-18/+8
| * pwm: sun4i: Drop unused .has_rdy memberAndre Przywara2018-03-281-6/+0
| * pwm: sun4i: Properly check current stateAlexandre Belloni2018-03-281-2/+4
| * pwm: Remove depends on AVR32Corentin Labbe2018-03-281-1/+1
| * pwm: stm32: LPTimer: Use 3 cells ->of_xlate()Gerald Baeza2018-03-281-0/+2
| * pwm: stm32: Protect common prescaler for all channelsFabrice Gasnier2018-03-281-1/+17
| * pwm: stm32: Remove unused struct deviceFabrice Gasnier2018-03-281-1/+0
| * pwm: mediatek: Improve precision in rate calculationSean Wang2018-03-281-5/+12
| * pwm: mediatek: Remove redundant MODULE_ALIAS entriesSean Wang2018-03-281-1/+0
| * pwm: mediatek: Fix up PWM4 and PWM5 malfunction on MT7623Sean Wang2018-03-281-3/+21
| * pwm: jz4740: Enable for all Ingenic SoCsPaul Cercueil2018-03-281-3/+3
| * pwm: jz4740: Add support for devicetreePaul Cercueil2018-03-281-0/+14
| * pwm: jz4740: Implement ->set_polarity()Paul Cercueil2018-03-281-0/+19
| * pwm: jz4740: Make disable operation compatible with TCU2 modeMaarten ter Huurne2018-03-281-1/+7
| * pwm: imx: Let PWM be active during suspendFabio Estevam2018-03-281-1/+2
| * pwm: atmel-tcb: Delete an error message for a failed memory allocationMarkus Elfring2018-03-271-1/+0
| * pwm: puv3: Delete an error message for a failed memory allocationMarkus Elfring2018-03-271-3/+1
| * pwm: stm32: Adopt SPDX identifierBenjamin Gaignard2018-03-272-4/+2
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-04-051-26/+42
|\ \
| * | pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata opsKeerthy2018-02-221-26/+42
| |/