summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* pwm: atmel: Remove useless symbolic definitionsThierry Reding2019-03-041-14/+6Star
* pwm: bcm-kona: Update macros to remove braces around numbersSheetal Tigadoli2019-03-041-8/+8
* pwm: imx27: Only enable the clocks once in .get_state()Uwe Kleine-König2019-03-041-7/+4Star
* pwm: rcar: Improve calculation of dividerYoshihiro Shimoda2019-03-041-9/+7Star
* pwm: rcar: Remove legacy APIsYoshihiro Shimoda2019-03-041-40/+4Star
* pwm: rcar: Use "atomic" API on rcar_pwm_resume()Yoshihiro Shimoda2019-03-041-5/+3Star
* pwm: rcar: Add support "atomic" APIYoshihiro Shimoda2019-03-041-0/+37
* pwm: atmel: Add support for SAM9X60's PWM controllerClaudiu Beznea2019-03-041-0/+19
* pwm: atmel: Rename objects of type atmel_pwm_dataClaudiu Beznea2019-03-041-7/+7
* pwm: atmel: Add support for controllers with 32 bit countersClaudiu Beznea2019-03-041-11/+23
* pwm: atmel: Add struct atmel_pwm_dataClaudiu Beznea2019-03-041-28/+36
* pwm: Add MediaTek MT8183 display PWM driver supportJitao Shi2019-03-041-0/+11
* pwm: hibvt: Add hi3559v100 supportMathieu Othacehe2019-03-041-1/+26
* pwm: hibvt: Use individual struct per of-dataMathieu Othacehe2019-03-041-5/+12
* pwm: imx: Signedness bug in imx_pwm_get_state()Dan Carpenter2019-01-161-1/+2
* pwm: imx: Split into two driversUwe Kleine-König2019-01-164-153/+257
* pwm: imx: Don't print an error on -EPROBE_DEFERUwe Kleine-König2019-01-101-3/+8
* pwm: imx: Set driver data earlier simplifying the end of ->probe()Uwe Kleine-König2019-01-101-7/+3Star
* pwm: imx: Remove if block where the condition is always wrongUwe Kleine-König2019-01-101-2/+0Star
* pwm: Drop per-chip dbg_show callbackUwe Kleine-König2019-01-101-4/+1Star
* pwm: Don't use memcmp() to compare state variablesUwe Kleine-König2019-01-101-1/+4
* pwm: imx: Add ipg clock operationAnson Huang2018-12-241-5/+48
* pwm: clps711x: Switch to SPDX identifierAlexander Shiyan2018-12-241-7/+2Star
* pwm: clps711x: Fix period calculationAlexander Shiyan2018-12-241-2/+2
* pwm: bcm2835: Switch to SPDX identifierStefan Wahren2018-12-241-4/+1Star
* 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/+0Star
* 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/+2Star
* 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/+0Star
* pwm: Use SPDX identifier for Renesas driversWolfram Sang2018-10-122-13/+2Star
* 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/+8Star
* 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/+0Star
* pwm: mediatek: Add MT7628 supportJohn Crispin2018-08-202-2/+19
* pwm: meson: Fix mux clock namesJerome Brunet2018-08-201-2/+1Star
* pwm: stm32-lp: Remove useless loop in stm32_pwm_lp_remove()Fabrice Gasnier2018-08-201-3/+1Star
* 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/+1Star
* 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