summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
AgeCommit message (Expand)AuthorLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-41/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-48/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner-9/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner-12/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-18/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-31/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-10/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner-10/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner-10/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-28/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner-14/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-13/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-1/+1
2019-05-10Merge tag 'pwm/for-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds-46/+526
2019-05-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-1/+1
2019-05-09pwm: meson: Add clock source configuration for Meson G12ANeil Armstrong-0/+30
2019-05-09pwm: samsung: Don't uses devm_*() functions in ->request()Uwe Kleine-König-2/+2
2019-05-09pwm: Clear chip_data in pwm_put()Uwe Kleine-König-3/+1
2019-05-09pwm: Add i.MX TPM PWM driver supportAnson Huang-0/+461
2019-05-09pwm: imx27: Use devm_platform_ioremap_resource() to simplify codeAnson Huang-3/+1
2019-05-09pwm: meson: Use the spin-lock only to protect register modificationsMartin Blumenstingl-8/+17
2019-05-09pwm: meson: Don't disable PWM when setting duty repeatedlyBichao Zheng-5/+0
2019-05-09pwm: meson: Consider 128 a valid pre-dividerMartin Blumenstingl-2/+2
2019-05-02ARM: at91: move SoC specific definitions to SoC folderAlexandre Belloni-1/+1
2019-04-28ARM: ep93xx: move pinctrl interfaces into include/linux/socArnd Bergmann-1/+1
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd-1/+1
2019-04-25drivers/pwm: pwm-fsl-ftm: use common header for FlexTimer #definesPatrick Havelange-43/+1
2019-03-20pwm: sysfs: fix typo "its" -> "it's"Uwe Kleine-König-1/+1
2019-03-20pwm: tiehrpwm: Enable compilation for ARCH_K3Vignesh Raghavendra-3/+2
2019-03-20pwm: tiehrpwm: Update shadow register for disabling PWMsChristoph Vogtländer-0/+2
2019-03-20pwm: img: Turn final 'else if' into 'else' in img_pwm_configNathan Chancellor-1/+1
2019-03-20pwm: Fix deadlock warning when removing PWM devicePhong Hoang-18/+6
2019-03-04pwm: atmel: Remove useless symbolic definitionsThierry Reding-14/+6
2019-03-04pwm: bcm-kona: Update macros to remove braces around numbersSheetal Tigadoli-8/+8
2019-03-04pwm: imx27: Only enable the clocks once in .get_state()Uwe Kleine-König-7/+4
2019-03-04pwm: rcar: Improve calculation of dividerYoshihiro Shimoda-9/+7
2019-03-04pwm: rcar: Remove legacy APIsYoshihiro Shimoda-40/+4
2019-03-04pwm: rcar: Use "atomic" API on rcar_pwm_resume()Yoshihiro Shimoda-5/+3
2019-03-04pwm: rcar: Add support "atomic" APIYoshihiro Shimoda-0/+37
2019-03-04pwm: atmel: Add support for SAM9X60's PWM controllerClaudiu Beznea-0/+19
2019-03-04pwm: atmel: Rename objects of type atmel_pwm_dataClaudiu Beznea-7/+7
2019-03-04pwm: atmel: Add support for controllers with 32 bit countersClaudiu Beznea-11/+23
2019-03-04pwm: atmel: Add struct atmel_pwm_dataClaudiu Beznea-28/+36
2019-03-04pwm: Add MediaTek MT8183 display PWM driver supportJitao Shi-0/+11