aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-17bus/ti-pwmss: move TI PWMSS driver from PWM to bus subsystemDavid Lechner3-65/+0
2019-09-27Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds26-233/+528
2019-09-26pwm: mediatek: Add MT7629 compatible stringSam Shih1-0/+6
2019-09-25pwm: mediatek: Update license and switch to SPDX tagSam Shih1-5/+3
2019-09-25pwm: mediatek: Use pwm_mediatek as common prefixSam Shih1-57/+60
2019-09-25pwm: mediatek: Allocate the clks array dynamicallySam Shih1-35/+44
2019-09-25pwm: mediatek: Remove the has_clks fieldSam Shih1-13/+1
2019-09-21pwm: mediatek: Drop the check for of_device_get_match_data()Sam Shih1-7/+3
2019-09-21pwm: atmel: Consolidate driver data initializationThierry Reding1-4/+2
2019-09-21pwm: atmel: Remove unneeded check for match dataThierry Reding1-6/+2
2019-09-21pwm: atmel: Remove platform_device_id and use only dt bindingsKamel Bouhara2-33/+4
2019-09-21pwm: stm32-lp: Add check in case requested period cannot be achievedFabrice Gasnier1-0/+6
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König20-29/+27
2019-09-21pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König1-4/+0
2019-09-21pwm: sun4i: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König1-6/+0
2019-09-21pwm: rockchip: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König1-6/+0
2019-09-21pwm: Let pwm_get_state() return the last implemented stateUwe Kleine-König1-1/+8
2019-09-21pwm: Introduce local struct pwm_chip in pwm_apply_state()Uwe Kleine-König1-11/+14
2019-09-21pwm: rockchip: Set polarity unconditionally in .get_state()Uwe Kleine-König1-4/+4
2019-09-21pwm: bcm2835: Suppress error message during deferred probeStefan Wahren1-2/+5
2019-09-21pwm: bcm2835: Fix period_ns range checkStefan Wahren1-4/+5
2019-09-21pwm: bcm2835: Suppress error message for invalid period_nsStefan Wahren1-4/+1
2019-09-21pwm: rcar: Remove a redundant condition in rcar_pwm_apply()Yoshihiro Shimoda1-1/+1
2019-09-21pwm: sprd: Add Spreadtrum PWM supportBaolin Wang3-0/+321
2019-09-21pwm: mediatek: Add MT8516 SoC supportFabien Parent1-0/+7
2019-09-21pwm: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-09-21pwm: imx: Document known limitationsUwe Kleine-König1-0/+4
2019-09-21pwm: jz4740: Document known limitationsUwe Kleine-König1-0/+5
2019-09-21pwm: sifive: Remove redundant error messageDing Xiang1-3/+1
2019-09-21pwm: mxs: Use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds2-3/+3
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra1-2/+2
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra1-1/+1
2019-08-08pwm: Fallback to the static lookup-list when acpi_pwm_get failsHans de Goede1-2/+5
2019-07-09Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds13-455/+1063
2019-06-26pwm: fsl-ftm: Make sure to unlock mutex on failureThierry Reding1-2/+2
2019-06-26pwm: fsl-ftm: Use write protection for prescaler & polarityPatrick Havelange1-0/+21
2019-06-26pwm: fsl-ftm: More relaxed permissions for updating periodPatrick Havelange1-180/+186
2019-06-26pwm: atmel-hlcdc: Add compatible for SAM9X60 HLCDC's PWMClaudiu Beznea1-0/+1
2019-06-26pwm: bcm2835: Improve precision of PWMSean Young1-3/+5
2019-06-26pwm: Add support referencing PWMs from ACPINikolaus Voss1-0/+122
2019-06-26pwm: rcar: Remove suspend/resume supportYoshihiro Shimoda1-39/+0
2019-06-26pwm: sysfs: Add suspend/resume supportYoshihiro Shimoda1-0/+102
2019-06-26pwm: meson: Add documentation to the driverMartin Blumenstingl1-0/+22
2019-06-26pwm: meson: Add support PWM_POLARITY_INVERSED when disablingMartin Blumenstingl1-1/+22
2019-06-26pwm: meson: Don't cache struct pwm_state internallyMartin Blumenstingl1-24/+1
2019-06-26pwm: meson: Read the full hardware state in meson_pwm_get_state()Martin Blumenstingl1-3/+49
2019-06-26pwm: meson: Simplify the calculation of the pre-divider and countMartin Blumenstingl1-15/+10
2019-06-26pwm: meson: Move pwm_set_chip_data() to meson_pwm_request()Martin Blumenstingl1-14/+8
2019-06-26pwm: meson: Add the per-channel register offsets and bits in a structMartin Blumenstingl1-56/+34