summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* 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-291-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: jz4740: Fix build failureUwe Kleine-König2020-07-161-2/+3
* pwm: jz4740: Enhance precision in calculation of duty cyclePaul Cercueil2020-06-241-2/+2
* pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed caseNavid Emamdoost2020-06-241-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: sun4i: Fix incorrect calculation of duty_cycle/periodOndrej Jirman2020-01-261-2/+2
* pwm: bcm-iproc: Prevent unloading the driver module while in useUwe Kleine-König2019-11-081-0/+1
* Revert "pwm: Let pwm_get_state() return the last implemented state"Thierry Reding2019-10-211-8/+1
* Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-2726-233/+528
|\
| * pwm: mediatek: Add MT7629 compatible stringSam Shih2019-09-261-0/+6
| * pwm: mediatek: Update license and switch to SPDX tagSam Shih2019-09-251-5/+3
| * pwm: mediatek: Use pwm_mediatek as common prefixSam Shih2019-09-251-57/+60
| * pwm: mediatek: Allocate the clks array dynamicallySam Shih2019-09-251-35/+44
| * pwm: mediatek: Remove the has_clks fieldSam Shih2019-09-251-13/+1
| * pwm: mediatek: Drop the check for of_device_get_match_data()Sam Shih2019-09-211-7/+3
| * pwm: atmel: Consolidate driver data initializationThierry Reding2019-09-211-4/+2
| * pwm: atmel: Remove unneeded check for match dataThierry Reding2019-09-211-6/+2
| * pwm: atmel: Remove platform_device_id and use only dt bindingsKamel Bouhara2019-09-212-33/+4
| * pwm: stm32-lp: Add check in case requested period cannot be achievedFabrice Gasnier2019-09-211-0/+6
| * pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-2120-29/+27
| * pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König2019-09-211-4/+0
| * pwm: sun4i: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König2019-09-211-6/+0
| * pwm: rockchip: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König2019-09-211-6/+0
| * pwm: Let pwm_get_state() return the last implemented stateUwe Kleine-König2019-09-211-1/+8
| * pwm: Introduce local struct pwm_chip in pwm_apply_state()Uwe Kleine-König2019-09-211-11/+14
| * pwm: rockchip: Set polarity unconditionally in .get_state()Uwe Kleine-König2019-09-211-4/+4
| * pwm: bcm2835: Suppress error message during deferred probeStefan Wahren2019-09-211-2/+5
| * pwm: bcm2835: Fix period_ns range checkStefan Wahren2019-09-211-4/+5
| * pwm: bcm2835: Suppress error message for invalid period_nsStefan Wahren2019-09-211-4/+1
| * pwm: rcar: Remove a redundant condition in rcar_pwm_apply()Yoshihiro Shimoda2019-09-211-1/+1
| * pwm: sprd: Add Spreadtrum PWM supportBaolin Wang2019-09-213-0/+321
| * pwm: mediatek: Add MT8516 SoC supportFabien Parent2019-09-211-0/+7
| * pwm: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-211-3/+1
| * pwm: imx: Document known limitationsUwe Kleine-König2019-09-211-0/+4
| * pwm: jz4740: Document known limitationsUwe Kleine-König2019-09-211-0/+5
| * pwm: sifive: Remove redundant error messageDing Xiang2019-09-211-3/+1