summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)Author
2019-12-05Merge tag 'pwm/for-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-11Merge 5.4-rc7 into staging-nextGreg Kroah-Hartman
2019-11-08pwm: bcm-iproc: Prevent unloading the driver module while in useUwe Kleine-König
2019-10-21pwm: stm32: Pass breakinput instead of its valuesThierry Reding
2019-10-21pwm: stm32: Remove clutter from ternary operatorThierry Reding
2019-10-21pwm: stm32: Validate breakinput data from DTThierry Reding
2019-10-21pwm: sun4i: Fix incorrect calculation of duty_cycle/periodOndrej Jirman
2019-10-21pwm: stm32: Add power management supportFabrice Gasnier
2019-10-21pwm: stm32: Split breakinput apply routine to ease PM supportFabrice Gasnier
2019-10-21pwm: sun4i: Drop redundant assignment to variable pvalColin Ian King
2019-10-21Revert "pwm: Let pwm_get_state() return the last implemented state"Thierry Reding
2019-10-17bus/ti-pwmss: move TI PWMSS driver from PWM to bus subsystemDavid Lechner
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
2019-09-21pwm: atmel: Remove platform_device_id and use only dt bindingsKamel Bouhara
2019-09-21pwm: stm32-lp: Add check in case requested period cannot be achievedFabrice Gasnier
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König
2019-09-21pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König
2019-09-21pwm: sun4i: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König
2019-09-21pwm: rockchip: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König
2019-09-21pwm: Let pwm_get_state() return the last implemented stateUwe Kleine-König
2019-09-21pwm: Introduce local struct pwm_chip in pwm_apply_state()Uwe Kleine-König
2019-09-21pwm: rockchip: Set polarity unconditionally in .get_state()Uwe Kleine-König
2019-09-21pwm: bcm2835: Suppress error message during deferred probeStefan Wahren
2019-09-21pwm: bcm2835: Fix period_ns range checkStefan Wahren
2019-09-21pwm: bcm2835: Suppress error message for invalid period_nsStefan Wahren
2019-09-21pwm: rcar: Remove a redundant condition in rcar_pwm_apply()Yoshihiro Shimoda
2019-09-21pwm: sprd: Add Spreadtrum PWM supportBaolin Wang
2019-09-21pwm: mediatek: Add MT8516 SoC supportFabien Parent
2019-09-21pwm: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-09-21pwm: imx: Document known limitationsUwe Kleine-König
2019-09-21pwm: jz4740: Document known limitationsUwe Kleine-König
2019-09-21pwm: sifive: Remove redundant error messageDing Xiang
2019-09-21pwm: mxs: Use devm_platform_ioremap_resource() to simplify codeAnson Huang
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra
2019-08-08pwm: Fallback to the static lookup-list when acpi_pwm_get failsHans de Goede
2019-07-09Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-26pwm: fsl-ftm: Make sure to unlock mutex on failureThierry Reding
2019-06-26pwm: fsl-ftm: Use write protection for prescaler & polarityPatrick Havelange
2019-06-26pwm: fsl-ftm: More relaxed permissions for updating periodPatrick Havelange
2019-06-26pwm: atmel-hlcdc: Add compatible for SAM9X60 HLCDC's PWMClaudiu Beznea