summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1910-41/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-194-48/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-052-9/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-302-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-302-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner2019-05-303-12/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-302-18/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-31/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner2019-05-301-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-242-28/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-14/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-191-1/+1
|\
| * ARM: at91: move SoC specific definitions to SoC folderAlexandre Belloni2019-05-021-1/+1
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-161-1/+1
|\ \
| * | ARM: ep93xx: move pinctrl interfaces into include/linux/socArnd Bergmann2019-04-281-1/+1
| |/
* | Merge tag 'pwm/for-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-1012-46/+526
|\ \
| * | pwm: meson: Add clock source configuration for Meson G12ANeil Armstrong2019-05-091-0/+30
| * | pwm: samsung: Don't uses devm_*() functions in ->request()Uwe Kleine-König2019-05-091-2/+2
| * | pwm: Clear chip_data in pwm_put()Uwe Kleine-König2019-05-094-3/+1
| * | pwm: Add i.MX TPM PWM driver supportAnson Huang2019-05-093-0/+461
| * | pwm: imx27: Use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-05-091-3/+1
| * | pwm: meson: Use the spin-lock only to protect register modificationsMartin Blumenstingl2019-05-091-8/+17
| * | pwm: meson: Don't disable PWM when setting duty repeatedlyBichao Zheng2019-05-091-5/+0
| * | pwm: meson: Consider 128 a valid pre-dividerMartin Blumenstingl2019-05-091-2/+2
| * | pwm: sysfs: fix typo "its" -> "it's"Uwe Kleine-König2019-03-201-1/+1
| * | pwm: tiehrpwm: Enable compilation for ARCH_K3Vignesh Raghavendra2019-03-201-3/+2
| * | pwm: tiehrpwm: Update shadow register for disabling PWMsChristoph Vogtländer2019-03-201-0/+2
| * | pwm: img: Turn final 'else if' into 'else' in img_pwm_configNathan Chancellor2019-03-201-1/+1
| * | pwm: Fix deadlock warning when removing PWM devicePhong Hoang2019-03-202-18/+6
| |/
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-091-1/+1
|\ \
| * | clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-261-1/+1
| |/
* / drivers/pwm: pwm-fsl-ftm: use common header for FlexTimer #definesPatrick Havelange2019-04-251-43/+1
|/
* pwm: atmel: Remove useless symbolic definitionsThierry Reding2019-03-041-14/+6
* pwm: bcm-kona: Update macros to remove braces around numbersSheetal Tigadoli2019-03-041-8/+8
* pwm: imx27: Only enable the clocks once in .get_state()Uwe Kleine-König2019-03-041-7/+4
* pwm: rcar: Improve calculation of dividerYoshihiro Shimoda2019-03-041-9/+7
* pwm: rcar: Remove legacy APIsYoshihiro Shimoda2019-03-041-40/+4
* pwm: rcar: Use "atomic" API on rcar_pwm_resume()Yoshihiro Shimoda2019-03-041-5/+3
* pwm: rcar: Add support "atomic" APIYoshihiro Shimoda2019-03-041-0/+37
* pwm: atmel: Add support for SAM9X60's PWM controllerClaudiu Beznea2019-03-041-0/+19
* pwm: atmel: Rename objects of type atmel_pwm_dataClaudiu Beznea2019-03-041-7/+7
* pwm: atmel: Add support for controllers with 32 bit countersClaudiu Beznea2019-03-041-11/+23
* pwm: atmel: Add struct atmel_pwm_dataClaudiu Beznea2019-03-041-28/+36
* pwm: Add MediaTek MT8183 display PWM driver supportJitao Shi2019-03-041-0/+11