summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* pwm: lp3943: Fix duty calculation in case period was clampedUwe Kleine-König2022-06-141-0/+1
* pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add()Uwe Kleine-König2022-04-151-11/+9
* pwm: stm32-lp: Don't modify HW state in .remove() callbackUwe Kleine-König2021-09-261-2/+0
* pwm: rockchip: Don't modify HW state in .remove() callbackUwe Kleine-König2021-09-261-14/+0
* pwm: img: Don't modify HW state in .remove() callbackUwe Kleine-König2021-09-261-16/+0
* pwm: lpc32xx: Don't modify HW state in .probe() after the PWM chip was regist...Uwe Kleine-König2021-09-261-5/+5
* pwm: tegra: Don't modify HW state in .remove callbackUwe Kleine-König2021-07-201-13/+0
* pwm: spear: Don't modify HW state in .remove callbackUwe Kleine-König2021-07-201-4/+0
* pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South2021-03-041-1/+0
* pwm: lp3943: Dynamically allocate PWM chip baseLokesh Vutla2020-12-301-0/+1
* pwm: zx: Add missing cleanup in error pathUwe Kleine-König2020-12-301-0/+1
* pwm: img: Fix null pointer access in probeHauke Mehrtens2020-10-301-1/+2
* pwm: lpss: Add range limit check for the base_unit register valueHans de Goede2020-10-291-1/+2
* pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()Hans de Goede2020-10-291-3/+3
* pwm: bcm-iproc: handle clk_get_rate() returnRayagonda Kokatanur2020-08-211-2/+7
* pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed caseNavid Emamdoost2020-06-251-2/+6
* pwm: bcm2835: Dynamically allocate baseFlorian Fainelli2020-04-291-0/+1
* pwm: renesas-tpu: Fix late Runtime PM enablementGeert Uytterhoeven2020-04-291-5/+4
* pwm: rcar: Fix late Runtime PM enablementGeert Uytterhoeven2020-04-291-3/+7
* pwm: pca9685: Fix PWM/GPIO inter-operationSven Van Asbroeck2020-04-211-37/+48
* pwm: omap-dmtimer: put_device() after of_find_device_by_node()Uwe Kleine-König2020-03-051-6/+15
* pwm: Remove set but not set variable 'pwm'yu kuai2020-02-241-4/+0
* pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctionalUwe Kleine-König2020-02-241-1/+6
* pwm: omap-dmtimer: Simplify error handlingUwe Kleine-König2020-02-241-9/+19
* pwm: meson: Don't disable PWM when setting duty repeatedlyBichao Zheng2020-01-271-5/+0
* pwm: meson: Consider 128 a valid pre-dividerMartin Blumenstingl2020-01-271-2/+2
* pwm: lpss: Release runtime-pm reference from the driver's remove callbackHans de Goede2020-01-271-0/+6
* pwm: Clear chip_data in pwm_put()Uwe Kleine-König2019-12-054-3/+1
* pwm: clps711x: Fix period calculationAlexander Shiyan2019-12-051-2/+2
* pwm: bcm-iproc: Prevent unloading the driver module while in useUwe Kleine-König2019-12-051-0/+1
* pwm: lpss: Only set update bit if we are actually changing the settingsHans de Goede2019-12-011-5/+7
* pwm: stm32-lp: Add check in case requested period cannot be achievedFabrice Gasnier2019-10-111-0/+6
* Revert "pwm: Set class for exported channels in sysfs"Fabrice Gasnier2019-08-251-1/+0
* pwm: Fix deadlock warning when removing PWM devicePhong Hoang2019-06-152-18/+6
* pwm: tiehrpwm: Update shadow register for disabling PWMsChristoph Vogtländer2019-06-151-0/+2
* pwm: meson: Use the spin-lock only to protect register modificationsMartin Blumenstingl2019-06-151-8/+17
* 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
|\