summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)Author
2021-09-27Merge tag 'v5.4.149' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-09-26pwm: stm32-lp: Don't modify HW state in .remove() callbackUwe Kleine-König
2021-09-26pwm: rockchip: Don't modify HW state in .remove() callbackUwe Kleine-König
2021-09-26pwm: img: Don't modify HW state in .remove() callbackUwe Kleine-König
2021-09-26pwm: lpc32xx: Don't modify HW state in .probe() after the PWM chip was regist...Uwe Kleine-König
2021-08-04Merge tag 'v5.4.136' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-07-28pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König
2021-07-20Merge tag 'v5.4.134' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-07-20pwm: imx1: Don't disable clocks at device remove timeUwe Kleine-König
2021-07-20pwm: tegra: Don't modify HW state in .remove callbackUwe Kleine-König
2021-07-20pwm: img: Fix PM reference leak in img_pwm_enable()Zou Wei
2021-07-20pwm: spear: Don't modify HW state in .remove callbackUwe Kleine-König
2021-03-04Merge tag 'v5.4.102' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-03-04pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South
2021-01-11Merge tag 'v5.4.87' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-11Merge tag 'v5.4.73' into 5.4-2.3.x-imxAndrey Zhizhikin
2020-12-30pwm: lp3943: Dynamically allocate PWM chip baseLokesh Vutla
2020-12-30pwm: zx: Add missing cleanup in error pathUwe Kleine-König
2020-10-29pwm: img: Fix null pointer access in probeHauke Mehrtens
2020-10-29pwm: lpss: Add range limit check for the base_unit register valueHans de Goede
2020-10-29pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()Hans de Goede
2020-10-08Merge tag 'v5.4.70' into imx_5.4.yJason Liu
2020-08-21pwm: bcm-iproc: handle clk_get_rate() returnRayagonda Kokatanur
2020-07-16pwm: jz4740: Fix build failureUwe Kleine-König
2020-06-24pwm: jz4740: Enhance precision in calculation of duty cyclePaul Cercueil
2020-06-24pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed caseNavid Emamdoost
2020-06-19Merge tag 'v5.4.47' into imx_5.4.yJason Liu
2020-04-29pwm: bcm2835: Dynamically allocate baseFlorian Fainelli
2020-04-29pwm: renesas-tpu: Fix late Runtime PM enablementGeert Uytterhoeven
2020-04-29pwm: rcar: Fix late Runtime PM enablementGeert Uytterhoeven
2020-04-21pwm: pca9685: Fix PWM/GPIO inter-operationSven Van Asbroeck
2020-03-08Merge tag 'v5.4.24' into imx_5.4.yJason Liu
2020-03-05pwm: omap-dmtimer: put_device() after of_find_device_by_node()Uwe Kleine-König
2020-02-24pwm: Remove set but not set variable 'pwm'yu kuai
2020-02-24pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctionalUwe Kleine-König
2020-02-24pwm: omap-dmtimer: Simplify error handlingUwe Kleine-König
2020-01-26pwm: sun4i: Fix incorrect calculation of duty_cycle/periodOndrej Jirman
2019-12-30LF-637 pwm: imx27: Eliminate error message for defer probeAnson Huang
2019-11-25pwm: imx27: Use 32k clock if it is suppliedLiu Ying
2019-11-08pwm: bcm-iproc: Prevent unloading the driver module while in useUwe Kleine-König
2019-10-21Revert "pwm: Let pwm_get_state() return the last implemented state"Thierry Reding
2019-09-27Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-26pwm: mediatek: Add MT7629 compatible stringSam Shih
2019-09-25pwm: mediatek: Update license and switch to SPDX tagSam Shih
2019-09-25pwm: mediatek: Use pwm_mediatek as common prefixSam Shih
2019-09-25pwm: mediatek: Allocate the clks array dynamicallySam Shih
2019-09-25pwm: mediatek: Remove the has_clks fieldSam Shih
2019-09-21pwm: mediatek: Drop the check for of_device_get_match_data()Sam Shih
2019-09-21pwm: atmel: Consolidate driver data initializationThierry Reding
2019-09-21pwm: atmel: Remove unneeded check for match dataThierry Reding