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