1. 40a6b9a Revert "pwm: Let pwm_get_state() return the last implemented state" by Thierry Reding · 5 years ago
  2. e37e3bc Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 5 years ago
  3. 715d14d pwm: mediatek: Add MT7629 compatible string by Sam Shih · 5 years ago
  4. 4bea6dd pwm: mediatek: Update license and switch to SPDX tag by Sam Shih · 5 years ago
  5. 2503781 pwm: mediatek: Use pwm_mediatek as common prefix by Sam Shih · 5 years ago
  6. efecdeb pwm: mediatek: Allocate the clks array dynamically by Sam Shih · 5 years ago
  7. 61aa258 pwm: mediatek: Remove the has_clks field by Sam Shih · 5 years ago
  8. e6c7c25 pwm: mediatek: Drop the check for of_device_get_match_data() by Sam Shih · 5 years ago
  9. 9193c16 pwm: atmel: Consolidate driver data initialization by Thierry Reding · 5 years ago
  10. d85b9ce pwm: atmel: Remove unneeded check for match data by Thierry Reding · 5 years ago
  11. 3d4d857 pwm: atmel: Remove platform_device_id and use only dt bindings by Kamel Bouhara · 5 years ago
  12. c91e323 pwm: stm32-lp: Add check in case requested period cannot be achieved by Fabrice Gasnier · 5 years ago
  13. 71523d1 pwm: Ensure pwm_apply_state() doesn't modify the state argument by Uwe Kleine-König · 5 years ago
  14. c967582 pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state() by Uwe Kleine-König · 5 years ago
  15. deb9c46 pwm: sun4i: Don't update the state for the caller of pwm_apply_state() by Uwe Kleine-König · 5 years ago
  16. 797a5eb pwm: rockchip: Don't update the state for the caller of pwm_apply_state() by Uwe Kleine-König · 5 years ago
  17. 01ccf90 pwm: Let pwm_get_state() return the last implemented state by Uwe Kleine-König · 5 years ago
  18. fc3c551 pwm: Introduce local struct pwm_chip in pwm_apply_state() by Uwe Kleine-König · 5 years ago
  19. ba73deb pwm: rockchip: Set polarity unconditionally in .get_state() by Uwe Kleine-König · 5 years ago
  20. 9e3ca01 pwm: bcm2835: Suppress error message during deferred probe by Stefan Wahren · 5 years ago
  21. 7e9713a pwm: bcm2835: Fix period_ns range check by Stefan Wahren · 5 years ago
  22. 4537e52 pwm: bcm2835: Suppress error message for invalid period_ns by Stefan Wahren · 5 years ago
  23. c79468b pwm: rcar: Remove a redundant condition in rcar_pwm_apply() by Yoshihiro Shimoda · 5 years ago
  24. 8aae4b0 pwm: sprd: Add Spreadtrum PWM support by Baolin Wang · 5 years ago
  25. 8d19072 pwm: mediatek: Add MT8516 SoC support by Fabien Parent · 5 years ago
  26. fb5a35d pwm: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  27. f696097 pwm: imx: Document known limitations by Uwe Kleine-König · 5 years ago
  28. 3b442c6 pwm: jz4740: Document known limitations by Uwe Kleine-König · 5 years ago
  29. f6abac0 pwm: sifive: Remove redundant error message by Ding Xiang · 6 years ago
  30. a315614 pwm: mxs: Use devm_platform_ioremap_resource() to simplify code by Anson Huang · 6 years ago
  31. 32b90da Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux by Linus Torvalds · 5 years ago
  32. 840d9f1 mfd / platform: cros_ec: Reorganize platform and mfd includes by Enric Balletbo i Serra · 5 years ago
  33. 47f11e0 mfd / platform: cros_ec: Move cros-ec core driver out from MFD by Enric Balletbo i Serra · 5 years ago
  34. 6cf9481 pwm: Fallback to the static lookup-list when acpi_pwm_get fails by Hans de Goede · 5 years ago
  35. 6e2bbb6 Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 6 years ago
  36. 3d25025 pwm: fsl-ftm: Make sure to unlock mutex on failure by Thierry Reding · 6 years ago
  37. a2a2822 pwm: fsl-ftm: Use write protection for prescaler & polarity by Patrick Havelange · 6 years ago
  38. 3479bbd pwm: fsl-ftm: More relaxed permissions for updating period by Patrick Havelange · 6 years ago
  39. da9b386 pwm: atmel-hlcdc: Add compatible for SAM9X60 HLCDC's PWM by Claudiu Beznea · 6 years ago
  40. 11fc4ed pwm: bcm2835: Improve precision of PWM by Sean Young · 6 years ago
  41. 4a6ef8e pwm: Add support referencing PWMs from ACPI by Nikolaus Voss · 6 years ago
  42. 4a5fa56 pwm: rcar: Remove suspend/resume support by Yoshihiro Shimoda · 6 years ago
  43. 7fd4edc pwm: sysfs: Add suspend/resume support by Yoshihiro Shimoda · 6 years ago
  44. 4ae42ce pwm: meson: Add documentation to the driver by Martin Blumenstingl · 6 years ago
  45. 7341c78 pwm: meson: Add support PWM_POLARITY_INVERSED when disabling by Martin Blumenstingl · 6 years ago
  46. d6885b3 pwm: meson: Don't cache struct pwm_state internally by Martin Blumenstingl · 6 years ago
  47. c375bcb pwm: meson: Read the full hardware state in meson_pwm_get_state() by Martin Blumenstingl · 6 years ago
  48. fb2081e pwm: meson: Simplify the calculation of the pre-divider and count by Martin Blumenstingl · 6 years ago
  49. 1064c6b pwm: meson: Move pwm_set_chip_data() to meson_pwm_request() by Martin Blumenstingl · 6 years ago
  50. 8bbf316 pwm: meson: Add the per-channel register offsets and bits in a struct by Martin Blumenstingl · 6 years ago
  51. a50a49a pwm: meson: Add the meson_pwm_channel data to struct meson_pwm by Martin Blumenstingl · 6 years ago
  52. 7e03216 pwm: meson: Pass struct pwm_device to meson_pwm_calc() by Martin Blumenstingl · 6 years ago
  53. b79c367 pwm: meson: Don't duplicate the polarity internally by Martin Blumenstingl · 6 years ago
  54. 33cefd8 pwm: meson: Change MISC_CLK_SEL_WIDTH to MISC_CLK_SEL_MASK by Martin Blumenstingl · 6 years ago
  55. 181164b pwm: meson: Use GENMASK and FIELD_PREP for the lo and hi values by Martin Blumenstingl · 6 years ago
  56. ba4004c pwm: meson: Use devm_clk_get_optional() to get the input clock by Martin Blumenstingl · 6 years ago
  57. 084f137 pwm: meson: Unify the parameter list of meson_pwm_{enable, disable} by Martin Blumenstingl · 6 years ago
  58. 6580fd1 pwm: jz4740: Force TCU2 channels to return to their init level by Paul Cercueil · 6 years ago
  59. 1ac99c5 pwm: jz4740: Apply configuration atomically by Paul Cercueil · 6 years ago
  60. 93808ac pwm: jz4740: Remove unused devicetree compatible strings by Paul Cercueil · 6 years ago
  61. 9bce02e pwm: meson: Fix the G12A AO clock parents order by Neil Armstrong · 6 years ago
  62. 1cdb441 pwm: meson: Update with SPDX Licence identifier by Neil Armstrong · 6 years ago
  63. 0b055ed pwm: stm32: Use 3 cells ->of_xlate() by Fabrice Gasnier · 6 years ago
  64. b2c200e pwm: Add consumer device link by Fabrice Gasnier · 6 years ago
  65. cce4a83 pwm: stm32-lp: Add power management support by Fabrice Gasnier · 6 years ago
  66. 9e37a53 pwm: sifive: Add a driver for SiFive SoC PWM by Yash Shah · 6 years ago
  67. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  68. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  69. a10e763 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 by Thomas Gleixner · 6 years ago
  70. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
  71. af873fc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 by Thomas Gleixner · 6 years ago
  72. f50a7f3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 by Thomas Gleixner · 6 years ago
  73. 84a14ae treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178 by Thomas Gleixner · 6 years ago
  74. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  75. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  76. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  77. a912e80 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151 by Thomas Gleixner · 6 years ago
  78. 3e0a4e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 by Thomas Gleixner · 6 years ago
  79. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  80. c82ee6d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18 by Thomas Gleixner · 6 years ago
  81. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  82. 1621633 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 by Thomas Gleixner · 6 years ago
  83. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  84. 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
  85. 22c58fd Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  86. 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
  87. ea5aee6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  88. f41efce pwm: meson: Add clock source configuration for Meson G12A by Neil Armstrong · 6 years ago
  89. b05232d pwm: samsung: Don't uses devm_*() functions in ->request() by Uwe Kleine-König · 6 years ago
  90. e926b12 pwm: Clear chip_data in pwm_put() by Uwe Kleine-König · 6 years ago
  91. 738a1cf pwm: Add i.MX TPM PWM driver support by Anson Huang · 6 years ago
  92. 1347c94 pwm: imx27: Use devm_platform_ioremap_resource() to simplify code by Anson Huang · 6 years ago
  93. f173747 pwm: meson: Use the spin-lock only to protect register modifications by Martin Blumenstingl · 6 years ago
  94. a279345 pwm: meson: Don't disable PWM when setting duty repeatedly by Bichao Zheng · 6 years ago
  95. 51496e4 pwm: meson: Consider 128 a valid pre-divider by Martin Blumenstingl · 6 years ago
  96. c2c9136 ARM: at91: move SoC specific definitions to SoC folder by Alexandre Belloni · 6 years ago
  97. 67e38f5 ARM: ep93xx: move pinctrl interfaces into include/linux/soc by Arnd Bergmann · 6 years ago
  98. 90b6c5c clk: Remove CLK_IS_BASIC clk flag by Stephen Boyd · 6 years ago
  99. e590eb40 drivers/pwm: pwm-fsl-ftm: use common header for FlexTimer #defines by Patrick Havelange · 6 years ago
  100. 9ff0667 pwm: sysfs: fix typo "its" -> "it's" by Uwe Kleine-König · 6 years ago