summaryrefslogtreecommitdiff
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * pwm: mxs: Use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-09-211-3/+1
* | Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-192-3/+3
|\ \ | |/ |/|
| * mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-021-2/+2
| * mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra2019-09-021-1/+1
* | pwm: Fallback to the static lookup-list when acpi_pwm_get failsHans de Goede2019-08-081-2/+5
|/
* Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-0913-455/+1063
|\
| * pwm: fsl-ftm: Make sure to unlock mutex on failureThierry Reding2019-06-261-2/+2