summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* pwm: imx: Add ipg clock operationAnson Huang2018-12-241-5/+48
* pwm: clps711x: Switch to SPDX identifierAlexander Shiyan2018-12-241-7/+2
* pwm: clps711x: Fix period calculationAlexander Shiyan2018-12-241-2/+2
* pwm: bcm2835: Switch to SPDX identifierStefan Wahren2018-12-241-4/+1
* pwm: Enable Kona PWM to be built for the Cygnus architectureClément Péron2018-12-241-1/+3
* pwm: imx: Implement get_state() function for hardware readoutMichal Vokáč2018-12-121-0/+53
* pwm: imx: Use bitops and bitfield macros to define register valuesMichal Vokáč2018-12-121-20/+58
* pwm: imx: Sort include filesMichal Vokáč2018-12-121-6/+6
* pwm: lpc18xx-sct: Don't reconfigure PWM in .request and .freeUwe Kleine-König2018-11-161-3/+0
* pwm: lpss: Only set update bit if we are actually changing the settingsHans de Goede2018-10-161-5/+7
* pwm: lpss: Force runtime-resume on suspend on Cherry TrailHans de Goede2018-10-162-15/+16
* pwm: Enable TI ECAP driver for ARCH_K3Vignesh R2018-10-161-3/+2
* pwm: Send a uevent on the pwmchip device upon channel sysfs (un)exportFabrice Gasnier2018-10-121-0/+11
* Revert "pwm: Set class for exported channels in sysfs"Fabrice Gasnier2018-10-121-1/+0
* pwm: Use SPDX identifier for Renesas driversWolfram Sang2018-10-122-13/+2
* pwm: lpss: Add get_state callbackHans de Goede2018-10-121-0/+34
* pwm: lpss: Release runtime-pm reference from the driver's remove callbackHans de Goede2018-10-121-0/+6
* pwm: lpss: Check PWM powerstate after resume on Cherry Trail devicesHans de Goede2018-10-122-3/+24
* pwm: lpss: Move struct pwm_lpss_chip definition to the header fileHans de Goede2018-10-122-10/+8
* pwm: lpss: Add ACPI HID for second PWM controller on Cherry Trail devicesHans de Goede2018-10-121-0/+1
* pwm: tegra: Remove gratuituous blank lineThierry Reding2018-09-261-1/+0
* 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