summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2021-07-20pwm: tegra: Don't modify HW state in .remove callbackUwe Kleine-König1-13/+0
2021-07-20pwm: spear: Don't modify HW state in .remove callbackUwe Kleine-König1-4/+0
2021-03-04pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South1-1/+0
2020-12-30pwm: lp3943: Dynamically allocate PWM chip baseLokesh Vutla1-0/+1
2020-12-30pwm: zx: Add missing cleanup in error pathUwe Kleine-König1-0/+1
2020-10-30pwm: img: Fix null pointer access in probeHauke Mehrtens1-1/+2
2020-10-29pwm: lpss: Add range limit check for the base_unit register valueHans de Goede1-1/+2
2020-10-29pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()Hans de Goede1-3/+3
2020-08-21pwm: bcm-iproc: handle clk_get_rate() returnRayagonda Kokatanur1-2/+7
2020-06-25pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed caseNavid Emamdoost1-2/+6
2020-04-29pwm: bcm2835: Dynamically allocate baseFlorian Fainelli1-0/+1
2020-04-29pwm: renesas-tpu: Fix late Runtime PM enablementGeert Uytterhoeven1-5/+4
2020-04-29pwm: rcar: Fix late Runtime PM enablementGeert Uytterhoeven1-3/+7
2020-04-21pwm: pca9685: Fix PWM/GPIO inter-operationSven Van Asbroeck1-37/+48
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