1. f4a8e31 pwm: ep93xx: Ensure configuring period and duty_cycle isn't wrongly skipped by Uwe Kleine-König · 3 years, 6 months ago
  2. 7d6d4aa pwm: berlin: Ensure configuring period and duty_cycle isn't wrongly skipped by Uwe Kleine-König · 3 years, 6 months ago
  3. 25f70b8 pwm: tiecap: Ensure configuring period and duty_cycle isn't wrongly skipped by Uwe Kleine-König · 3 years, 6 months ago
  4. fe8255f pwm: spear: Ensure configuring period and duty_cycle isn't wrongly skipped by Uwe Kleine-König · 3 years, 6 months ago
  5. 65e2e6c pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skipped by Uwe Kleine-König · 3 years, 6 months ago
  6. bebedf2 pwm: Remove redundant assignment to pointer pwm by Colin Ian King · 3 years, 6 months ago
  7. 96e45e52 pwm: ep93xx: Fix read of uninitialized variable ret by Colin Ian King · 3 years, 6 months ago
  8. b235f8a pwm: ep93xx: Prepare clock before using it by Alexander Sverdlin · 3 years, 7 months ago
  9. 72cce47 pwm: ep93xx: Unfold legacy callbacks into ep93xx_pwm_apply() by Uwe Kleine-König · 3 years, 7 months ago
  10. 6d45374 pwm: ep93xx: Implement .apply callback by Uwe Kleine-König · 3 years, 7 months ago
  11. 868f13b pwm: vt8500: Only unprepare the clock after the pwmchip was removed by Uwe Kleine-König · 3 years, 7 months ago
  12. fb2cb3b pwm: vt8500: Drop if with an always false condition by Uwe Kleine-König · 3 years, 7 months ago
  13. 2f1a3bd pwm: tegra: Assert reset only after the PWM was unregistered by Uwe Kleine-König · 3 years, 7 months ago
  14. 3b8b571 pwm: tegra: Don't needlessly enable and disable the clock in .remove() by Uwe Kleine-König · 3 years, 7 months ago
  15. 86f7fa7 pwm: tegra: Don't modify HW state in .remove callback by Uwe Kleine-König · 3 years, 7 months ago
  16. c1b8ac9 pwm: tegra: Drop an if block with an always false condition by Uwe Kleine-König · 3 years, 7 months ago
  17. 9ae241d pwm: core: Simplify some devm_*pwm*() functions by Andy Shevchenko · 3 years, 7 months ago
  18. c333b936 pwm: core: Remove unused devm_pwm_put() by Andy Shevchenko · 3 years, 7 months ago
  19. e625fb7 pwm: core: Unify fwnode checks in the module by Andy Shevchenko · 3 years, 7 months ago
  20. e5c38ba pwm: core: Reuse fwnode_to_pwmchip() in ACPI case by Andy Shevchenko · 3 years, 7 months ago
  21. ca06616 pwm: core: Convert to use fwnode for matching by Andy Shevchenko · 3 years, 7 months ago
  22. 76982e4 pwm: sprd: Don't check the return code of pwmchip_remove() by Uwe Kleine-König · 3 years, 8 months ago
  23. fde2529 pwm: img: Fix PM reference leak in img_pwm_enable() by Zou Wei · 3 years, 8 months ago
  24. b63d60b pwm: pxa: Always use the same variable name for driver data by Uwe Kleine-König · 3 years, 8 months ago
  25. 81b7c17 pwm: pxa: Drop if with an always false condition by Uwe Kleine-König · 3 years, 8 months ago
  26. 0512f05 pwm: berlin: Don't check the return code of pwmchip_remove() by Uwe Kleine-König · 3 years, 8 months ago
  27. 30dffb4 pwm: berlin: Implement .apply() callback by Uwe Kleine-König · 3 years, 8 months ago
  28. 3f3e805 pwm: berlin: use consistent naming for variables by Uwe Kleine-König · 3 years, 8 months ago
  29. 0ca7acd pwm: tiecap: Implement .apply() callback by Uwe Kleine-König · 3 years, 8 months ago
  30. ec67fba pwm: tiecap: Drop .free() callback by Uwe Kleine-König · 3 years, 8 months ago
  31. ad5e085 pwm: Drop irrelevant error path from pwmchip_remove() by Uwe Kleine-König · 3 years, 9 months ago
  32. 66a03c4 pwm: crc: Simplify using devm_pwmchip_add() by Uwe Kleine-König · 3 years, 7 months ago
  33. f7edeb4 pwm: imx1: Simplify using devm_pwmchip_add() by Uwe Kleine-König · 3 years, 7 months ago
  34. 1bc6ea3 pwm: imx1: Don't disable clocks at device remove time by Uwe Kleine-König · 3 years, 7 months ago
  35. 9c6a02e pwm: clps711x: Simplify using devm_pwmchip_add() by Uwe Kleine-König · 3 years, 8 months ago
  36. f41227e pwm: meson: Simplify using devm_pwmchip_add() by Uwe Kleine-König · 3 years, 8 months ago
  37. d1e487b pwm: lpss: Simplify using devm_pwmchip_add() by Uwe Kleine-König · 3 years, 9 months ago
  38. bcda91b pwm: Add a device-managed function to add PWM chips by Uwe Kleine-König · 3 years, 9 months ago
  39. 79dd354 pwm: pca9685: Add error messages for failed regmap calls by Clemens Gruber · 3 years, 8 months ago
  40. 6d6e705 pwm: pca9685: Restrict period change for enabled PWMs by Clemens Gruber · 3 years, 8 months ago
  41. ae16db1 pwm: pca9685: Support new usage_power setting in PWM state by Clemens Gruber · 3 years, 8 months ago
  42. 9e40ee1 pwm: core: Support new usage_power setting in PWM state by Clemens Gruber · 3 years, 8 months ago
  43. 98761ce pwm: spear: Implement .apply() callback by Uwe Kleine-König · 3 years, 8 months ago
  44. da0dea8 pwm: spear: Free resources only after pwmchip_remove() by Uwe Kleine-König · 3 years, 8 months ago
  45. b601a18 pwm: spear: Don't modify HW state in .remove callback by Uwe Kleine-König · 3 years, 8 months ago
  46. 937efa2 pwm: visconti: Fix and simplify period calculation by Uwe Kleine-König · 3 years, 8 months ago
  47. e9fdf12 pwm: Simplify all drivers with explicit of_pwm_n_cells = 3 by Uwe Kleine-König · 3 years, 8 months ago
  48. 69230cf pwm: Autodetect default value for of_pwm_n_cells from device tree by Uwe Kleine-König · 3 years, 8 months ago
  49. 5447e78 pwm: Drop of_pwm_simple_xlate() in favour of of_pwm_xlate_with_flags() by Uwe Kleine-König · 3 years, 8 months ago
  50. cf38c97 pwm: Make of_pwm_xlate_with_flags() work with #pwm-cells = <2> by Uwe Kleine-König · 3 years, 8 months ago
  51. 7b9df26 Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 3 years, 8 months ago
  52. 71a5cc2 Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 3 years, 8 months ago
  53. 8035e6c pwm: atmel: Improve duty cycle calculation in .apply() by Uwe Kleine-König · 3 years, 9 months ago
  54. 453e8b3 pwm: atmel: Fix duty cycle calculation in .get_state() by Uwe Kleine-König · 3 years, 9 months ago
  55. 721b595 pwm: visconti: Add Toshiba Visconti SoC PWM support by Nobuhiro Iwamatsu · 3 years, 9 months ago
  56. 0b638f5 pwm: mediatek: Remove unused function by Jiapeng Chong · 3 years, 9 months ago
  57. 9e6fd83 pwm: pca9685: Improve runtime PM behavior by Clemens Gruber · 3 years, 9 months ago
  58. 8f4768a pwm: pca9685: Support hardware readout by Clemens Gruber · 3 years, 9 months ago
  59. 9af1fba pwm: pca9685: Switch to atomic API by Clemens Gruber · 3 years, 9 months ago
  60. 64d7d07 pwm: lpss: Don't modify HW state in .remove callback by Uwe Kleine-König · 3 years, 9 months ago
  61. 0e719e8 pwm: sti: Free resources only after pwmchip_remove() by Uwe Kleine-König · 3 years, 9 months ago
  62. a9ea2e7 pwm: sti: Don't modify HW state in .remove callback by Uwe Kleine-König · 3 years, 9 months ago
  63. 13ef041 pwm: lpc3200: Don't modify HW state in .remove callback by Uwe Kleine-König · 3 years, 9 months ago
  64. d58a484 pwm: lpc18xx-sct: Free resources only after pwmchip_remove() by Uwe Kleine-König · 3 years, 9 months ago
  65. 819e824 pwm: bcm-kona: Don't modify HW state in .remove callback by Uwe Kleine-König · 3 years, 9 months ago
  66. 3c81746 pwm: bcm2835: Free resources only after pwmchip_remove() by Uwe Kleine-König · 3 years, 10 months ago
  67. d4ac391 pwm: bcm-iproc: Free resources only after pwmchip_remove() by Uwe Kleine-König · 3 years, 10 months ago
  68. 89c6f31 pwm: atmel: Free resources only after pwmchip_remove() by Uwe Kleine-König · 3 years, 10 months ago
  69. 79caa36 pwm: Add Raspberry Pi Firmware based PWM bus by Nicolas Saenz Julienne · 4 years ago
  70. 9666cec pwm: Drop function pwmchip_add_with_polarity() by Uwe Kleine-König · 4 years, 1 month ago
  71. 965ebe39 pwm: atmel-hlcdc: Use pwmchip_add() instead of pwmchip_add_with_polarity() by Uwe Kleine-König · 4 years, 1 month ago
  72. fc423f2 pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity() by Uwe Kleine-König · 4 years, 1 month ago
  73. 9f0f610 pwm: cros-ec: Refuse requests with unsupported polarity by Uwe Kleine-König · 3 years, 10 months ago
  74. 09081c9 pwm: sprd: Refuse requests with unsupported polarity by Uwe Kleine-König · 3 years, 10 months ago
  75. c77e99f pwm: atmel-tcb: Only free resources after pwm_chip_remove() returned by Uwe Kleine-König · 3 years, 10 months ago
  76. 30882cf pwm: atmel-tcb: Implement .apply callback by Uwe Kleine-König · 3 years, 10 months ago
  77. d58cb0e pwm: Return -EINVAL for old-style drivers without .set_polarity callback by Uwe Kleine-König · 3 years, 10 months ago
  78. f9a8ee8 pwm: Always allocate PWM chip base ID dynamically by Uwe Kleine-König · 3 years, 10 months ago
  79. 5a43c20 pwm: imx-tpm: Use a single line for error message by Fabio Estevam · 3 years, 10 months ago
  80. acf3402 pwm: ab8500: Implement .apply instead of .config, .enable and .disable by Uwe Kleine-König · 3 years, 10 months ago
  81. ca0d2fb pwm: bcm2835: Improve period and duty cycle calculation by Uwe Kleine-König · 4 years ago
  82. 9fc0486 pwm: ntxec: Add driver for PWM function in Netronix EC by Jonathan Neuschäfer · 4 years ago
  83. 2c87f7a Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 3 years, 10 months ago
  84. 9a9dd7e pwm: lpc18xx-sct: remove unneeded semicolon by Yang Li · 4 years ago
  85. 28208c7 pwm: iqs620a: Correct a stale state variable by Jeff LaBundy · 4 years ago
  86. 72d6b24 pwm: iqs620a: Fix overflow and optimize calculations by Uwe Kleine-König · 4 years ago
  87. 11be938 pwm: rockchip: Enable clock before calling clk_get_rate() by Simon South · 4 years ago
  88. d21ba5d pwm: rockchip: Eliminate potential race condition when probing by Simon South · 4 years ago
  89. c9f809d pwm: rockchip: Replace "bus clk" with "PWM clk" by Simon South · 4 years ago
  90. d5d8d67 pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare() by Simon South · 4 years ago
  91. d9b657a pwm: rockchip: Enable APB clock during register access while probing by Simon South · 4 years ago
  92. a2bc9b2 pwm: Remove ZTE ZX driver by Arnd Bergmann · 4 years ago
  93. d56154c Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 4 years, 1 month ago
  94. 6eefb79 pwm: sun4i: Remove erroneous else branch by Thierry Reding · 4 years, 1 month ago
  95. edf7f80 pwm: sl28cpld: Set driver data before registering the PWM chip by Thierry Reding · 4 years, 1 month ago
  96. 1ce6539 pwm: imx27: Fix overflow for bigger periods by Uwe Kleine-König · 4 years, 1 month ago
  97. 2f81b51 pwm: bcm2835: Support apply function for atomic configuration by Lino Sanfilippo · 4 years, 1 month ago
  98. bb72e1d pwm: keembay: Fix build failure with -Os by Uwe Kleine-König · 4 years, 2 months ago
  99. 765edf0 pwm: core: Use octal permission by Soham Biswas · 4 years, 2 months ago
  100. aa43edc pwm: lpss: Make compilable with COMPILE_TEST by Uwe Kleine-König · 4 years, 2 months ago