1. 9871abf pwm: Remove set but not set variable 'pwm' by yu kuai · 5 years ago
  2. 413c2a1 pwm: sun4i: Initialize variables before use by Thierry Reding · 5 years ago
  3. 0c73201 pwm: stm32: Remove automatic output enable by Fabrice Gasnier · 5 years ago
  4. f6003f9 pwm: sun4i: Narrow scope of local variable by Uwe Kleine-König · 5 years ago
  5. fdf47ff pwm: bcm2835: Allow building for ARCH_BRCMSTB by Florian Fainelli · 5 years ago
  6. a368c34 pwm: imx27: Eliminate error message for defer probe by Anson Huang · 5 years ago
  7. cba8d3b pwm: sun4i: Fix inconsistent IS_ERR and PTR_ERR by Gustavo A. R. Silva · 5 years ago
  8. 3e954d9 pwm: sun4i: Move pwm_calculate() out of spin_lock() by Clément Péron · 5 years ago
  9. 9f2919e pwm: omap-dmtimer: Allow compiling with COMPILE_TEST by Uwe Kleine-König · 5 years ago
  10. c7cb3a1 pwm: omap-dmtimer: put_device() after of_find_device_by_node() by Uwe Kleine-König · 5 years ago
  11. c4cf7aa pwm: omap-dmtimer: Simplify error handling by Uwe Kleine-König · 5 years ago
  12. 43efdc8 pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctional by Uwe Kleine-König · 5 years ago
  13. 1188829 pwm: Implement tracing for .get_state() and .apply_state() by Uwe Kleine-König · 5 years ago
  14. af4fab8 pwm: rcar: Document inability to set duty_cycle = 0 by Uwe Kleine-König · 5 years ago
  15. bca9008 pwm: rcar: Drop useless call to pwm_get_state() by Uwe Kleine-König · 5 years ago
  16. f24e564 pwm: Fix minor Kconfig whitespace issues by Krzysztof Kozlowski · 5 years ago
  17. 651b510 pwm: atmel: Implement .get_state() by Uwe Kleine-König · 5 years ago
  18. 02afb81 pwm: atmel: Use register accessors for channels by Uwe Kleine-König · 5 years ago
  19. 998d189 pwm: atmel: Document known weaknesses of both hardware and software by Uwe Kleine-König · 5 years ago
  20. 2101c87 pwm: atmel: Replace loop in prescale calculation by ad-hoc calculation by Uwe Kleine-König · 5 years ago
  21. ff55e7a pwm: atmel: Use a constant for maximum prescale value by Uwe Kleine-König · 5 years ago
  22. 3c269ba pwm: atmel: Add a hint where to find hardware documentation by Uwe Kleine-König · 5 years ago
  23. 3c64ed7 pwm: mxs: Avoid a division in mxs_pwm_apply() by Rasmus Villemoes · 5 years ago
  24. 2cf0f6f pwm: mxs: Add support for inverse polarity by Rasmus Villemoes · 5 years ago
  25. ebbfb15 pwm: mxs: Remove legacy methods by Rasmus Villemoes · 5 years ago
  26. bf29c2f pwm: mxs: Implement ->apply() by Rasmus Villemoes · 5 years ago
  27. fdd2c12 pwm: sun4i: Add support for H6 PWM by Jernej Skrabec · 5 years ago
  28. 9f28e95 pwm: sun4i: Add support to output source clock directly by Jernej Skrabec · 5 years ago
  29. fa4d817 pwm: sun4i: Always calculate params when applying new parameters by Clément Péron · 5 years ago
  30. 5b090b4 pwm: sun4i: Add an optional probe for bus clock by Jernej Skrabec · 5 years ago
  31. b8d7464 pwm: sun4i: Prefer "mod" clock to unnamed by Clément Péron · 5 years ago
  32. a7fe985 pwm: sun4i: Add an optional probe for reset line by Jernej Skrabec · 5 years ago
  33. bd88d31 pwm: imx27: Unconditionally write state to hardware by Thierry Reding · 5 years ago
  34. a3597d6 pwm: imx27: Cache duty cycle register value by Thierry Reding · 5 years ago
  35. 1db37f9 pwm: cros-ec: Cache duty cycle value by Thierry Reding · 5 years ago
  36. cfc4c18 pwm: Read initial hardware state at request time by Thierry Reding · 5 years ago
  37. d9e48dc Merge tag 'pwm/for-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 5 years ago
  38. f0cb9b5 Merge 5.4-rc7 into staging-next by Greg Kroah-Hartman · 5 years ago
  39. 24906a4 pwm: bcm-iproc: Prevent unloading the driver module while in use by Uwe Kleine-König · 5 years ago
  40. 9e1b499 pwm: stm32: Pass breakinput instead of its values by Thierry Reding · 5 years ago
  41. 8e53622 pwm: stm32: Remove clutter from ternary operator by Thierry Reding · 5 years ago
  42. 8dfa620 pwm: stm32: Validate breakinput data from DT by Thierry Reding · 5 years ago
  43. 50cc7e3 pwm: sun4i: Fix incorrect calculation of duty_cycle/period by Ondrej Jirman · 5 years ago
  44. 2d3aa06 pwm: stm32: Add power management support by Fabrice Gasnier · 5 years ago
  45. 0f9d2ecb pwm: stm32: Split breakinput apply routine to ease PM support by Fabrice Gasnier · 5 years ago
  46. 1b98ad3 pwm: sun4i: Drop redundant assignment to variable pval by Colin Ian King · 5 years ago
  47. 40a6b9a Revert "pwm: Let pwm_get_state() return the last implemented state" by Thierry Reding · 5 years ago
  48. 7cabf92 bus/ti-pwmss: move TI PWMSS driver from PWM to bus subsystem by David Lechner · 5 years ago
  49. 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
  50. 715d14d pwm: mediatek: Add MT7629 compatible string by Sam Shih · 5 years ago
  51. 4bea6dd pwm: mediatek: Update license and switch to SPDX tag by Sam Shih · 5 years ago
  52. 2503781 pwm: mediatek: Use pwm_mediatek as common prefix by Sam Shih · 5 years ago
  53. efecdeb pwm: mediatek: Allocate the clks array dynamically by Sam Shih · 5 years ago
  54. 61aa258 pwm: mediatek: Remove the has_clks field by Sam Shih · 5 years ago
  55. e6c7c25 pwm: mediatek: Drop the check for of_device_get_match_data() by Sam Shih · 5 years ago
  56. 9193c16 pwm: atmel: Consolidate driver data initialization by Thierry Reding · 5 years ago
  57. d85b9ce pwm: atmel: Remove unneeded check for match data by Thierry Reding · 5 years ago
  58. 3d4d857 pwm: atmel: Remove platform_device_id and use only dt bindings by Kamel Bouhara · 5 years ago
  59. c91e323 pwm: stm32-lp: Add check in case requested period cannot be achieved by Fabrice Gasnier · 5 years ago
  60. 71523d1 pwm: Ensure pwm_apply_state() doesn't modify the state argument by Uwe Kleine-König · 5 years ago
  61. c967582 pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state() by Uwe Kleine-König · 5 years ago
  62. deb9c46 pwm: sun4i: Don't update the state for the caller of pwm_apply_state() by Uwe Kleine-König · 5 years ago
  63. 797a5eb pwm: rockchip: Don't update the state for the caller of pwm_apply_state() by Uwe Kleine-König · 5 years ago
  64. 01ccf90 pwm: Let pwm_get_state() return the last implemented state by Uwe Kleine-König · 5 years ago
  65. fc3c551 pwm: Introduce local struct pwm_chip in pwm_apply_state() by Uwe Kleine-König · 5 years ago
  66. ba73deb pwm: rockchip: Set polarity unconditionally in .get_state() by Uwe Kleine-König · 5 years ago
  67. 9e3ca01 pwm: bcm2835: Suppress error message during deferred probe by Stefan Wahren · 5 years ago
  68. 7e9713a pwm: bcm2835: Fix period_ns range check by Stefan Wahren · 5 years ago
  69. 4537e52 pwm: bcm2835: Suppress error message for invalid period_ns by Stefan Wahren · 5 years ago
  70. c79468b pwm: rcar: Remove a redundant condition in rcar_pwm_apply() by Yoshihiro Shimoda · 5 years ago
  71. 8aae4b0 pwm: sprd: Add Spreadtrum PWM support by Baolin Wang · 5 years ago
  72. 8d19072 pwm: mediatek: Add MT8516 SoC support by Fabien Parent · 5 years ago
  73. fb5a35d pwm: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  74. f696097 pwm: imx: Document known limitations by Uwe Kleine-König · 5 years ago
  75. 3b442c6 pwm: jz4740: Document known limitations by Uwe Kleine-König · 5 years ago
  76. f6abac0 pwm: sifive: Remove redundant error message by Ding Xiang · 5 years ago
  77. a315614 pwm: mxs: Use devm_platform_ioremap_resource() to simplify code by Anson Huang · 5 years ago
  78. 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
  79. 840d9f1 mfd / platform: cros_ec: Reorganize platform and mfd includes by Enric Balletbo i Serra · 5 years ago
  80. 47f11e0 mfd / platform: cros_ec: Move cros-ec core driver out from MFD by Enric Balletbo i Serra · 5 years ago
  81. 6cf9481 pwm: Fallback to the static lookup-list when acpi_pwm_get fails by Hans de Goede · 5 years ago
  82. 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
  83. 3d25025 pwm: fsl-ftm: Make sure to unlock mutex on failure by Thierry Reding · 6 years ago
  84. a2a2822 pwm: fsl-ftm: Use write protection for prescaler & polarity by Patrick Havelange · 6 years ago
  85. 3479bbd pwm: fsl-ftm: More relaxed permissions for updating period by Patrick Havelange · 6 years ago
  86. da9b386 pwm: atmel-hlcdc: Add compatible for SAM9X60 HLCDC's PWM by Claudiu Beznea · 6 years ago
  87. 11fc4ed pwm: bcm2835: Improve precision of PWM by Sean Young · 6 years ago
  88. 4a6ef8e pwm: Add support referencing PWMs from ACPI by Nikolaus Voss · 6 years ago
  89. 4a5fa56 pwm: rcar: Remove suspend/resume support by Yoshihiro Shimoda · 6 years ago
  90. 7fd4edc pwm: sysfs: Add suspend/resume support by Yoshihiro Shimoda · 6 years ago
  91. 4ae42ce pwm: meson: Add documentation to the driver by Martin Blumenstingl · 6 years ago
  92. 7341c78 pwm: meson: Add support PWM_POLARITY_INVERSED when disabling by Martin Blumenstingl · 6 years ago
  93. d6885b3 pwm: meson: Don't cache struct pwm_state internally by Martin Blumenstingl · 6 years ago
  94. c375bcb pwm: meson: Read the full hardware state in meson_pwm_get_state() by Martin Blumenstingl · 6 years ago
  95. fb2081e pwm: meson: Simplify the calculation of the pre-divider and count by Martin Blumenstingl · 6 years ago
  96. 1064c6b pwm: meson: Move pwm_set_chip_data() to meson_pwm_request() by Martin Blumenstingl · 6 years ago
  97. 8bbf316 pwm: meson: Add the per-channel register offsets and bits in a struct by Martin Blumenstingl · 6 years ago
  98. a50a49a pwm: meson: Add the meson_pwm_channel data to struct meson_pwm by Martin Blumenstingl · 6 years ago
  99. 7e03216 pwm: meson: Pass struct pwm_device to meson_pwm_calc() by Martin Blumenstingl · 6 years ago
  100. b79c367 pwm: meson: Don't duplicate the polarity internally by Martin Blumenstingl · 6 years ago