1. 9722c3b of: remove internal arguments from of_property_for_each_u32() by Luca Ceresoli · 5 months ago
  2. 240b129 pwm: axi-pwmgen: add .max_register to regmap by Trevor Gamblin · 5 months ago
  3. c9a787b pwm: atmel-tcb: Make private data variable naming consistent by Uwe Kleine-König · 5 months ago
  4. c1330cb pwm: atmel-tcb: Simplify checking the companion output by Uwe Kleine-König · 5 months ago
  5. 9dd42d0 pwm: Allow pwm state transitions from an invalid state by Uwe Kleine-König · 6 months ago
  6. 14b9dc6 pwm: xilinx: Simplify using devm_ functions by Uwe Kleine-König · 6 months ago
  7. 0007fa1 pwm: Use guards for pwm_lookup_lock instead of explicity mutex_lock + mutex_unlock by Uwe Kleine-König · 6 months ago
  8. 4c50c71 pwm: Use guards for export->lock instead of explicity mutex_lock + mutex_unlock by Uwe Kleine-König · 6 months ago
  9. 650af6c pwm: Use guards for pwm_lock instead of explicity mutex_lock + mutex_unlock by Uwe Kleine-König · 6 months ago
  10. 44ee951 pwm: Register debugfs operations after the pwm class by Uwe Kleine-König · 6 months ago
  11. 9b22ceb pwm: imx-tpm: Enable pinctrl setting for sleep state by Shenwei Wang · 6 months ago
  12. f3a616e pwm: lpss: drop redundant runtime PM handles by Raag Jadav · 6 months ago
  13. 07612a7 pwm: lpss: use devm_pm_runtime_enable() helper by Raag Jadav · 6 months ago
  14. 7cea05a pwm-stm32: Make use of parametrised register definitions by Uwe Kleine-König · 6 months ago
  15. 2ed3284 pwm: meson: Add support for Amlogic S4 PWM by Junyi Zhao · 6 months ago
  16. 7f61257 pwm: Add GPIO PWM driver by Vincent Whitchurch · 6 months ago
  17. d6f66e2 pwm: Make pwm_request_from_chip() private to the core by Uwe Kleine-König · 6 months ago
  18. 40571a5 pwm: cros-ec: Simplify device tree xlation by Uwe Kleine-König · 6 months ago
  19. f7d5463 pwm: cros-ec: Don't care about consumers in .get_state() by Uwe Kleine-König · 6 months ago
  20. 33c651a pwm: Make use of a symbol namespace for the core by Uwe Kleine-König · 6 months ago
  21. 2c69747 pwm: add missing MODULE_DESCRIPTION() macros by Jeff Johnson · 6 months ago
  22. 3555f8f pwm: axi-pwmgen: Make use of regmap_clear_bits() by Uwe Kleine-König · 6 months ago
  23. 32b4f1a pwm: jz4740: Another few conversions to regmap_{set,clear}_bits() by Uwe Kleine-König · 6 months ago
  24. 41814fe pwm: Add driver for AXI PWM generator by Drew Fustini · 6 months ago
  25. 37f7707 pwm: atmel-tcb: Fix race condition and convert to guards by Uwe Kleine-König · 5 months ago
  26. 7346e7a pwm: stm32: Always do lazy disabling by Uwe Kleine-König · 6 months ago
  27. f01af30 pwm: stm32: Fix error message to not describe the previous error path by Uwe Kleine-König · 6 months ago
  28. dab8f9f pwm: stm32: Fix calculation of prescaler by Uwe Kleine-König · 6 months ago
  29. c45fcf4 pwm: stm32: Refuse too small period requests by Uwe Kleine-König · 6 months ago
  30. 4817118 pwm: pca9685: Drop explicit initialization of struct i2c_device_id::driver_data to 0 by Uwe Kleine-König · 7 months ago
  31. 32c44e1 pwm: meson: Use mul_u64_u64_div_u64() for frequency calculating by George Stark · 8 months ago
  32. 3e55111 pwm: meson: Add check for error from clk_round_rate() by George Stark · 8 months ago
  33. 6b2d60a pwm: meson: Drop unneeded check in .get_state() by George Stark · 8 months ago
  34. 1031c2b pwm: meson: Add generic compatible for meson8 to sm1 by Jerome Brunet · 10 months ago
  35. 141a8502 pwm: bcm2835: Drop open coded variant of devm_clk_rate_exclusive_get() by Uwe Kleine-König · 9 months ago
  36. 664d8db pwm: bcm2835: Introduce a local variable for &pdev->dev by Uwe Kleine-König · 9 months ago
  37. 8002fbe pwm: stm32: Calculate prescaler with a division instead of a loop by Uwe Kleine-König · 9 months ago
  38. d44d635 pwm: stm32: Fix for settings using period > UINT32_MAX by Uwe Kleine-König · 9 months ago
  39. e419617 pwm: stm32: Improve precision of calculation in .apply() by Uwe Kleine-König · 9 months ago
  40. 80bd81c pwm: stm32: Add error messages in .probe()'s error paths by Uwe Kleine-König · 9 months ago
  41. c6837aa pwm: Don't check pointer for being non-NULL after use by Uwe Kleine-König · 9 months ago
  42. 4c56b14 pwm: Add a struct device to struct pwm_chip by Uwe Kleine-König · 9 months ago
  43. ee37bf5 pwm: Ensure a struct pwm has the same lifetime as its pwm_chip by Uwe Kleine-König · 9 months ago
  44. e9cc807 pwm: Move contents of sysfs.c into core.c by Uwe Kleine-König · 9 months ago
  45. b40ac0e pwm: Give some sysfs related variables and functions better names by Uwe Kleine-König · 9 months ago
  46. 7db42aa2 pwm: sti: Prefer local variable over pointer dereference by Uwe Kleine-König · 9 months ago
  47. c0143f6 pwm: sti: Use devm_kcalloc() instead of calculating the size for devm_kzalloc() by Uwe Kleine-König · 9 months ago
  48. 9e287e0 pwm: sti: Maintain all per-chip driver data in a single struct by Uwe Kleine-König · 9 months ago
  49. 354bf75 pwm: sti: Drop member from driver data that only carries a constant by Uwe Kleine-König · 9 months ago
  50. 3025c9c pwm: sti: Improve error reporting using dev_err_probe() by Uwe Kleine-König · 9 months ago
  51. 5bb0b19 pwm: sti: Simplify probe function using devm functions by Uwe Kleine-König · 9 months ago
  52. 05947224 pwm: Ensure that pwm_chips are allocated using pwmchip_alloc() by Uwe Kleine-König · 10 months ago
  53. a2ac1cb pwm: dwc: allow suspend/resume for 16 channels by Raag Jadav · 8 months ago
  54. 73dfe97 pwm: Fix setting period with #pwm-cells = <1> and of_pwm_single_xlate() by Uwe Kleine-König · 9 months ago
  55. 9eb0587 pwm: img: fix pwm clock lookup by Zoltan HERPAI · 9 months ago
  56. dd6c6d5 pwm: imx-tpm: fix probe crash due to access registers without clock by Dong Aisheng · 10 months ago
  57. f2cea1d pwm: meson: generalize 4 inputs clock on meson8 pwm type by Jerome Brunet · 10 months ago
  58. 9e3440d pwm: dwc: simplify error handling by Raag Jadav · 10 months ago
  59. ebf2c89 pwm: dwc: Add 16 channel support for Intel Elkhart Lake by Raag Jadav · 10 months ago
  60. 144a000 pwm: dwc: drop redundant error check by Raag Jadav · 10 months ago
  61. dda59d2 pwm: xilinx: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  62. 4caa211 pwm: xilinx: Prepare removing pwm_chip from driver data by Uwe Kleine-König · 10 months ago
  63. ae8635e pwm: vt8500: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  64. 68e34b3 pwm: vt8500: Make use of pwmchip_parent() accessor by Uwe Kleine-König · 10 months ago
  65. 9767db3 pwm: vt8500: Introduce a local pwm_chip variable in .probe() by Uwe Kleine-König · 10 months ago
  66. 58803ad pwm: vt8500: Change prototype of a helper to prepare further changes by Uwe Kleine-König · 10 months ago
  67. 7fe0932 pwm: visconti: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  68. b860648 pwm: twl-led: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  69. e3ad4f2 pwm: twl-led: Make use of pwmchip_parent() accessor by Uwe Kleine-König · 10 months ago
  70. 12fa880 pwm: twl: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  71. 6a20d5e pwm: twl: Make use of pwmchip_parent() accessor by Uwe Kleine-König · 10 months ago
  72. de83005 pwm: tiehrpwm: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  73. e003a68 pwm: tiehrpwm: Make use of pwmchip_parent() accessor by Uwe Kleine-König · 10 months ago
  74. 4e1c8593 pwm: tiehrpwm: Change prototype of helpers to prepare further changes by Uwe Kleine-König · 10 months ago
  75. b514a1b pwm: tiehrpwm: Simplify code to determine the pwmchip's parent device by Uwe Kleine-König · 10 months ago
  76. 76b4accb pwm: tiecap: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  77. ba60fbf pwm: tiecap: Make use of pwmchip_parent() accessor by Uwe Kleine-König · 10 months ago
  78. 02aa760 pwm: tiecap: Change prototype of helpers to prepare further changes by Uwe Kleine-König · 10 months ago
  79. 62f59c1 pwm: tiecap: Simplify code to determine the pwmchip's parent device by Uwe Kleine-König · 10 months ago
  80. 7550ebf pwm: tegra: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  81. aa37f83 pwm: tegra: Prepare removing pwm_chip from driver data by Uwe Kleine-König · 10 months ago
  82. b662c6e pwm: tegra: Drop duplicated tracking of the parent device by Uwe Kleine-König · 10 months ago
  83. 11ee0a1 pwm: sunplus: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  84. 362e3f8 pwm: sun4i: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  85. 2eb3ff5 pwm: sun4i: Consistently name driver data sun4ichip by Uwe Kleine-König · 10 months ago
  86. 2d7224f pwm: sun4i: Prepare removing pwm_chip from driver data by Uwe Kleine-König · 10 months ago
  87. d6ada1d pwm: sun4i: Make use of pwmchip_parent() accessor by Uwe Kleine-König · 10 months ago
  88. f20fb5c pwm: stmpe: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  89. c3492db2 pwm: stmpe: Make use of pwmchip_parent() accessor by Uwe Kleine-König · 10 months ago
  90. 5d481e07 pwm: stm32-lp: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  91. 0e89637 pwm: stm32-lp: Make use of pwmchip_parent() accessor by Uwe Kleine-König · 10 months ago
  92. 8f5e2dc pwm: stm32-lp: Prepare removing pwm_chip from driver data by Uwe Kleine-König · 10 months ago
  93. 3e4224a pwm: stm32-lp: Simplify code to determine the pwmchip's parent device by Uwe Kleine-König · 10 months ago
  94. 174821b pwm: stm32: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  95. e315bf7 pwm: stm32: Change prototype of helper that detects npwm to prepare further changes by Uwe Kleine-König · 10 months ago
  96. f294307 pwm: stm32: Prepare removing pwm_chip from driver data by Uwe Kleine-König · 10 months ago
  97. fbde128 pwm: stm32: Change prototype of a helper to prepare further changes by Uwe Kleine-König · 10 months ago
  98. da665d25 pwm: stm32: Simplify code to determine the pwmchip's parent device by Uwe Kleine-König · 10 months ago
  99. 3f7dc7d pwm: sti: Make use of devm_pwmchip_alloc() function by Uwe Kleine-König · 10 months ago
  100. 5427276 pwm: sti: Prepare removing pwm_chip from driver data by Uwe Kleine-König · 10 months ago