1. 3e0a4e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 by Thomas Gleixner · 6 years ago
  2. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  3. c82ee6d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18 by Thomas Gleixner · 6 years ago
  4. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  5. 1621633 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 by Thomas Gleixner · 6 years ago
  6. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  7. a13f950 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  8. 22c58fd Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  9. cece646 Merge tag 'pwm/for-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 6 years ago
  10. ea5aee6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  11. f41efce pwm: meson: Add clock source configuration for Meson G12A by Neil Armstrong · 6 years ago
  12. b05232d pwm: samsung: Don't uses devm_*() functions in ->request() by Uwe Kleine-König · 6 years ago
  13. e926b12 pwm: Clear chip_data in pwm_put() by Uwe Kleine-König · 6 years ago
  14. 738a1cf pwm: Add i.MX TPM PWM driver support by Anson Huang · 6 years ago
  15. 1347c94 pwm: imx27: Use devm_platform_ioremap_resource() to simplify code by Anson Huang · 6 years ago
  16. f173747 pwm: meson: Use the spin-lock only to protect register modifications by Martin Blumenstingl · 6 years ago
  17. a279345 pwm: meson: Don't disable PWM when setting duty repeatedly by Bichao Zheng · 6 years ago
  18. 51496e4 pwm: meson: Consider 128 a valid pre-divider by Martin Blumenstingl · 6 years ago
  19. c2c9136 ARM: at91: move SoC specific definitions to SoC folder by Alexandre Belloni · 6 years ago
  20. 67e38f5 ARM: ep93xx: move pinctrl interfaces into include/linux/soc by Arnd Bergmann · 6 years ago
  21. 90b6c5c clk: Remove CLK_IS_BASIC clk flag by Stephen Boyd · 6 years ago
  22. e590eb40 drivers/pwm: pwm-fsl-ftm: use common header for FlexTimer #defines by Patrick Havelange · 6 years ago
  23. 9ff0667 pwm: sysfs: fix typo "its" -> "it's" by Uwe Kleine-König · 6 years ago
  24. efc80fb3 pwm: tiehrpwm: Enable compilation for ARCH_K3 by Vignesh Raghavendra · 6 years ago
  25. b00ef53 pwm: tiehrpwm: Update shadow register for disabling PWMs by Christoph Vogtländer · 6 years ago
  26. 4448195 pwm: img: Turn final 'else if' into 'else' in img_pwm_config by Nathan Chancellor · 6 years ago
  27. 347ab94 pwm: Fix deadlock warning when removing PWM device by Phong Hoang · 6 years ago
  28. d7d9631 pwm: atmel: Remove useless symbolic definitions by Thierry Reding · 6 years ago
  29. 6571d13 pwm: bcm-kona: Update macros to remove braces around numbers by Sheetal Tigadoli · 6 years ago
  30. 519ef9b pwm: imx27: Only enable the clocks once in .get_state() by Uwe Kleine-König · 6 years ago
  31. b4f9a72 pwm: rcar: Improve calculation of divider by Yoshihiro Shimoda · 6 years ago
  32. 8cc2b97 pwm: rcar: Remove legacy APIs by Yoshihiro Shimoda · 6 years ago
  33. 87f50ce pwm: rcar: Use "atomic" API on rcar_pwm_resume() by Yoshihiro Shimoda · 6 years ago
  34. 7f68ce8 pwm: rcar: Add support "atomic" API by Yoshihiro Shimoda · 6 years ago
  35. 74d0c3b pwm: atmel: Add support for SAM9X60's PWM controller by Claudiu Beznea · 6 years ago
  36. abcbe37 pwm: atmel: Rename objects of type atmel_pwm_data by Claudiu Beznea · 6 years ago
  37. 0285827d pwm: atmel: Add support for controllers with 32 bit counters by Claudiu Beznea · 6 years ago
  38. 5378415 pwm: atmel: Add struct atmel_pwm_data by Claudiu Beznea · 6 years ago
  39. a87b406 pwm: Add MediaTek MT8183 display PWM driver support by Jitao Shi · 6 years ago
  40. 7a58fc5 pwm: hibvt: Add hi3559v100 support by Mathieu Othacehe · 6 years ago
  41. 77c3edd pwm: hibvt: Use individual struct per of-data by Mathieu Othacehe · 6 years ago
  42. 7ca17b2 pwm: imx: Signedness bug in imx_pwm_get_state() by Dan Carpenter · 6 years ago
  43. d80f820 pwm: imx: Split into two drivers by Uwe Kleine-König · 6 years ago
  44. b9a5c60 pwm: imx: Don't print an error on -EPROBE_DEFER by Uwe Kleine-König · 6 years ago
  45. f20b187 pwm: imx: Set driver data earlier simplifying the end of ->probe() by Uwe Kleine-König · 6 years ago
  46. 01482d24 pwm: imx: Remove if block where the condition is always wrong by Uwe Kleine-König · 6 years ago
  47. cc2d224 pwm: Drop per-chip dbg_show callback by Uwe Kleine-König · 6 years ago
  48. 309b32f pwm: Don't use memcmp() to compare state variables by Uwe Kleine-König · 6 years ago
  49. 9f4c8f9 pwm: imx: Add ipg clock operation by Anson Huang · 6 years ago
  50. f236d18 pwm: clps711x: Switch to SPDX identifier by Alexander Shiyan · 6 years ago
  51. b0f1757 pwm: clps711x: Fix period calculation by Alexander Shiyan · 6 years ago
  52. e747cbe25 pwm: bcm2835: Switch to SPDX identifier by Stefan Wahren · 6 years ago
  53. 88a053d pwm: Enable Kona PWM to be built for the Cygnus architecture by Clément Péron · 6 years ago
  54. bf9b0b1 pwm: imx: Implement get_state() function for hardware readout by Michal Vokáč · 6 years ago
  55. 9f617ad pwm: imx: Use bitops and bitfield macros to define register values by Michal Vokáč · 6 years ago
  56. e3adc7e pwm: imx: Sort include files by Michal Vokáč · 6 years ago
  57. f82d15e pwm: lpc18xx-sct: Don't reconfigure PWM in .request and .free by Uwe Kleine-König · 6 years ago
  58. 2153bbc pwm: lpss: Only set update bit if we are actually changing the settings by Hans de Goede · 6 years ago
  59. 4743765 pwm: lpss: Force runtime-resume on suspend on Cherry Trail by Hans de Goede · 6 years ago
  60. 6f37709 pwm: Enable TI ECAP driver for ARCH_K3 by Vignesh R · 6 years ago
  61. 552c02e pwm: Send a uevent on the pwmchip device upon channel sysfs (un)export by Fabrice Gasnier · 6 years ago
  62. c289d66 Revert "pwm: Set class for exported channels in sysfs" by Fabrice Gasnier · 6 years ago
  63. e4ab517 pwm: Use SPDX identifier for Renesas drivers by Wolfram Sang · 6 years ago
  64. 280fec4 pwm: lpss: Add get_state callback by Hans de Goede · 6 years ago
  65. 4288555 pwm: lpss: Release runtime-pm reference from the driver's remove callback by Hans de Goede · 6 years ago
  66. 6a425ec pwm: lpss: Check PWM powerstate after resume on Cherry Trail devices by Hans de Goede · 6 years ago
  67. 9dc419b pwm: lpss: Move struct pwm_lpss_chip definition to the header file by Hans de Goede · 6 years ago
  68. 1688c87 pwm: lpss: Add ACPI HID for second PWM controller on Cherry Trail devices by Hans de Goede · 6 years ago
  69. f31fb2f pwm: tegra: Remove gratuituous blank line by Thierry Reding · 6 years ago
  70. 8cdc43a pwm: mediatek: Add MT7628 support by John Crispin · 6 years ago
  71. b96e9eb pwm: meson: Fix mux clock names by Jerome Brunet · 6 years ago
  72. 2c2059c pwm: stm32-lp: Remove useless loop in stm32_pwm_lp_remove() by Fabrice Gasnier · 6 years ago
  73. 43725fe pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data by David Rivshin · 6 years ago
  74. 19ad2b7 pwm: mxs: Switch to SPDX identifier by Fabio Estevam · 6 years ago
  75. 2c4f2e3 pwm: fsl-ftm: Enable support for the new SoC i.MX8QM by shenwei.wang@nxp.com · 7 years ago
  76. db6c51a pwm: fsl-ftm: Added the support of per-compatible data by shenwei.wang@nxp.com · 7 years ago
  77. 82a9c55 pwm: fsl-ftm: Added a dedicated IP interface clock by shenwei.wang@nxp.com · 7 years ago
  78. 4964cb5 pwm: cros-ec: Switch to SPDX identifier by Enric Balletbo i Serra · 7 years ago
  79. a99290c pwm: imx: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  80. 38dabd9 pwm: tiehrpwm: Fix disabling of output of PWMs by Vignesh R · 7 years ago
  81. aa49d62 pwm: tiehrpwm: Don't use emulation mode bits to control PWM output by Vignesh R · 7 years ago
  82. 4de445c pwm: berlin: Don't use broken prescaler values by Thomas Hebb · 7 years ago
  83. 4b4bb99 Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 7 years ago
  84. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  85. 414c52b pwm: stm32: Fix build warning with CONFIG_DMA_ENGINE disabled by Arnd Bergmann · 7 years ago
  86. 91348b1 Merge tag 'ib-mfd-pwm-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into for-next by Thierry Reding · 7 years ago
  87. d968e50 pwm: stm32: Enforce dependency on CONFIG_MFD_STM32_TIMERS by Arnd Bergmann · 7 years ago
  88. 1d375b5 pwm: lpss: platform: Save/restore the ctrl register over a suspend/resume by Hans de Goede · 7 years ago
  89. a3b51be pwm: stm32: Initialize raw local variables by Fabrice Gasnier · 7 years ago
  90. ab3a897 pwm: stm32: Use input prescaler to improve period capture by Fabrice Gasnier · 7 years ago
  91. d66ffb9 pwm: stm32: Improve capture by tuning counter prescaler by Fabrice Gasnier · 7 years ago
  92. 53e38fe pwm: stm32: Add capture support by Fabrice Gasnier · 7 years ago
  93. 692099c pwm: simplify getting .drvdata by Wolfram Sang · 7 years ago
  94. 735596c pwm: meson: Fix allocation of PWM channel array by Martin Blumenstingl · 7 years ago
  95. daf3ef6 Merge tag 'pwm/for-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 7 years ago
  96. 1675693 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  97. 6873842 pwm: rcar: Add suspend/resume support by Yoshihiro Shimoda · 7 years ago
  98. f2e6142 pwm: rcar: Use PM Runtime to control module clock by Hien Dang · 7 years ago
  99. 6225f9c pwm: rcar: Fix a condition to prevent mismatch value setting to duty by Ryo Kodama · 7 years ago
  100. 8bbf5b4 pwm: sysfs: Use put_device() instead of kfree() by Arvind Yadav · 7 years ago