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