summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2020-03-05pwm: omap-dmtimer: put_device() after of_find_device_by_node()Uwe Kleine-König1-6/+15
2020-02-24pwm: Remove set but not set variable 'pwm'yu kuai1-4/+0
2020-02-24pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctionalUwe Kleine-König1-1/+6
2020-02-24pwm: omap-dmtimer: Simplify error handlingUwe Kleine-König1-9/+19
2020-01-27pwm: meson: Don't disable PWM when setting duty repeatedlyBichao Zheng1-5/+0
2020-01-27pwm: meson: Consider 128 a valid pre-dividerMartin Blumenstingl1-2/+2
2020-01-27pwm: lpss: Release runtime-pm reference from the driver's remove callbackHans de Goede1-0/+6
2019-12-05pwm: Clear chip_data in pwm_put()Uwe Kleine-König4-3/+1
2019-12-05pwm: clps711x: Fix period calculationAlexander Shiyan1-2/+2
2019-12-05pwm: bcm-iproc: Prevent unloading the driver module while in useUwe Kleine-König1-0/+1
2019-12-01pwm: lpss: Only set update bit if we are actually changing the settingsHans de Goede1-5/+7
2019-10-11pwm: stm32-lp: Add check in case requested period cannot be achievedFabrice Gasnier1-0/+6
2019-08-25Revert "pwm: Set class for exported channels in sysfs"Fabrice Gasnier1-1/+0
2019-06-15pwm: Fix deadlock warning when removing PWM devicePhong Hoang2-18/+6
2019-06-15pwm: tiehrpwm: Update shadow register for disabling PWMsChristoph Vogtländer1-0/+2
2019-06-15pwm: meson: Use the spin-lock only to protect register modificationsMartin Blumenstingl1-8/+17
2018-08-20pwm: mediatek: Add MT7628 supportJohn Crispin2-2/+19
2018-08-20pwm: meson: Fix mux clock namesJerome Brunet1-2/+1
2018-08-20pwm: stm32-lp: Remove useless loop in stm32_pwm_lp_remove()Fabrice Gasnier1-3/+1
2018-08-20pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform dataDavid Rivshin1-2/+3
2018-07-12pwm: mxs: Switch to SPDX identifierFabio Estevam1-7/+1
2018-07-09pwm: fsl-ftm: Enable support for the new SoC i.MX8QMshenwei.wang@nxp.com1-0/+5
2018-07-09pwm: fsl-ftm: Added the support of per-compatible datashenwei.wang@nxp.com1-2/+30
2018-07-09pwm: fsl-ftm: Added a dedicated IP interface clockshenwei.wang@nxp.com1-6/+16
2018-07-09pwm: cros-ec: Switch to SPDX identifierEnric Balletbo i Serra1-6/+3
2018-07-09pwm: imx: Switch to SPDX identifierFabio Estevam1-4/+1
2018-07-09pwm: tiehrpwm: Fix disabling of output of PWMsVignesh R1-0/+2
2018-07-09pwm: tiehrpwm: Don't use emulation mode bits to control PWM outputVignesh R1-11/+1
2018-07-09pwm: berlin: Don't use broken prescaler valuesThomas Hebb1-20/+25
2018-06-14Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-12/+44
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-06-06pwm: stm32: Fix build warning with CONFIG_DMA_ENGINE disabledArnd Bergmann1-3/+1
2018-06-06Merge tag 'ib-mfd-pwm-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Thierry Reding1-0/+257
2018-06-06pwm: stm32: Enforce dependency on CONFIG_MFD_STM32_TIMERSArnd Bergmann1-1/+1
2018-06-06pwm: lpss: platform: Save/restore the ctrl register over a suspend/resumeHans de Goede3-0/+37
2018-06-04pwm: stm32: Initialize raw local variablesFabrice Gasnier1-1/+1
2018-05-16pwm: stm32: Use input prescaler to improve period captureFabrice Gasnier1-2/+61
2018-05-16pwm: stm32: Improve capture by tuning counter prescalerFabrice Gasnier1-1/+23
2018-05-16pwm: stm32: Add capture supportFabrice Gasnier1-0/+176
2018-04-30pwm: simplify getting .drvdataWolfram Sang2-6/+3
2018-04-30pwm: meson: Fix allocation of PWM channel arrayMartin Blumenstingl1-2/+2
2018-04-14Merge tag 'pwm/for-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-56/+161
2018-04-06Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-26/+42
2018-03-28pwm: rcar: Add suspend/resume supportYoshihiro Shimoda1-0/+42
2018-03-28pwm: rcar: Use PM Runtime to control module clockHien Dang1-6/+2
2018-03-28pwm: rcar: Fix a condition to prevent mismatch value setting to dutyRyo Kodama1-2/+6
2018-03-28pwm: sysfs: Use put_device() instead of kfree()Arvind Yadav1-1/+2
2018-03-28pwm: sun4i: Simplify controller mappingAndre Przywara1-18/+8
2018-03-28pwm: sun4i: Drop unused .has_rdy memberAndre Przywara1-6/+0
2018-03-28pwm: sun4i: Properly check current stateAlexandre Belloni1-2/+4