1. ad06fde pwm: fsl-ftm: Use flat regmap cache by Stefan Agner · 8 years ago
  2. 922201d pwm: omap-dmtimer: Add debug message for effective period and duty cycle by David Rivshin · 8 years ago
  3. 7b0883f pwm: omap-dmtimer: Round load and match values rather than truncate by David Rivshin · 8 years ago
  4. cd37888 pwm: omap-dmtimer: Add sanity checking for load and match values by David Rivshin · 8 years ago
  5. f8caa79 pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculations by David Rivshin · 8 years ago
  6. c5857e3 pwm: brcmstb: Fix check of devm_ioremap_resource() return code by Vladimir Zapolskiy · 8 years ago
  7. 03d9953 pwm: rcar: Depend on ARCH_RENESAS instead of ARCH_SHMOBILE by Simon Horman · 8 years ago
  8. 0e47b59 pwm: lpc18xx-sct: Test clock rate to avoid division by 0 by Wolfram Sang · 8 years ago
  9. bea307c pwm: img: Test clock rate to avoid division by 0 by Wolfram Sang · 8 years ago
  10. ff01c94 pwm: Mark all devices as "might sleep" by Thierry Reding · 8 years ago
  11. 0747264 pwm: omap-dmtimer: Potential NULL dereference on error by Dan Carpenter · 8 years ago
  12. 36d5be4 pwm: add HAS_IOMEM dependency to PWM_FSL_FTM by Vegard Nossum · 8 years ago
  13. 6604c65 pwm: Add PWM driver for OMAP using dual-mode timers by Neil Armstrong · 9 years ago
  14. 72c16a9 pwm: rcar: Improve accuracy of frequency division setting by Ryo Kodama · 9 years ago
  15. d6dbdf0 pwm: lpc32xx: return ERANGE, if requested period is not supported by Vladimir Zapolskiy · 9 years ago
  16. 5a9fc9c pwm: lpc32xx: fix and simplify duty cycle and period calculations by Vladimir Zapolskiy · 9 years ago
  17. 82aff04 pwm: lpc32xx: make device usable with common clock framework by Vladimir Zapolskiy · 9 years ago
  18. ebe1fca pwm: lpc32xx: correct number of PWM channels from 2 to 1 by Vladimir Zapolskiy · 9 years ago
  19. 816aec2 pwm: fsl-ftm: Fix clock enable/disable when using PM by Stefan Agner · 9 years ago
  20. 3767067 pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE by Mika Westerberg · 9 years ago
  21. 6f90a00 pwm: lpss: Select core part automatically by Andy Shevchenko · 9 years ago
  22. 883e4d0 pwm: lpss: Update PWM setting for Broxton by qipeng.zha · 9 years ago
  23. 6ef7d1c pwm: bcm2835: Fix email address specification by Stefan Wahren · 9 years ago
  24. fd13c14 pwm: bcm2835: Prevent division by zero by Stefan Wahren · 9 years ago
  25. ebe88b6 pwm: bcm2835: Calculate scaler in ->config() by Stefan Wahren · 9 years ago
  26. c7b91b3 pwm: lpss: Remove ->free() callback by Mika Westerberg · 9 years ago
  27. c8fff3e Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 9 years ago
  28. 5dcd7b4 pwm: sunxi: Fix whitespace issue by Olliver Schinagl · 9 years ago
  29. 65cdc69 pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro's by Olliver Schinagl · 9 years ago
  30. 0344d0d pwm: sysfs: Remove unnecessary temporary variable by Olliver Schinagl · 9 years ago
  31. 655a035 pwm: Return -ENODEV if no PWM lookup match is found by Thierry Reding · 9 years ago
  32. f6649f7 pwm: sun4i: Add support for PWM controller on sun5i SoCs by Hans de Goede · 9 years ago
  33. d1cd214 pwm: Set enable state properly on failed call to enable by Jonathan Richardson · 9 years ago
  34. f080be2 pwm: lpss: Add support for runtime PM by Qipeng Zha · 9 years ago
  35. 03f00e5 pwm: lpss: Add more Intel Broxton IDs by Mika Westerberg · 9 years ago
  36. 87219cb pwm: lpss: Support all four PWMs on Intel Broxton by Mika Westerberg · 9 years ago
  37. 4e11f5a pwm: lpss: Add support for multiple PWMs by Mika Westerberg · 9 years ago
  38. 912b843 pwm-pca9685: enable ACPI device found on Galileo Gen2 by Andy Shevchenko · 9 years ago
  39. 7e3b7dc pwm: Add MediaTek display PWM driver support by YH Huang · 9 years ago
  40. 25ebc9e pwm: tipwmss: Enable on TI DRA7x and AM437x by Vignesh R · 9 years ago
  41. 2b8b0ef pwm: atmel-hlcdc: add sama5d2 SoC support. by Nicolas Ferre · 9 years ago
  42. 3a9f595 pwm: Add Broadcom BCM7038 PWM controller support by Florian Fainelli · 9 years ago
  43. 7d8d05d misc: atmel_tclib: get and use slow clock by Boris Brezillon · 9 years ago
  44. ed6c147 pwm: Add support for R-Car PWM Timer by Yoshihiro Shimoda · 9 years ago
  45. 59d5c8b pwm: Add support for the Berlin PWM controller by Antoine Ténart · 9 years ago
  46. a83a6a8 pwm: atmel-hlcdc: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  47. 82278fc Merge tag 'pwm/for-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 9 years ago
  48. 7a59382 ARM: at91: pwm: atmel-hlcdc: Add at91sam9n12 errata by Josh Wu · 9 years ago
  49. 841e6f9 pwm: NXP LPC18xx PWM/SCT driver by Ariel D'Alessandro · 9 years ago
  50. 01ec847 pwm-pca9685: Support changing the output frequency by Clemens Gruber · 9 years ago
  51. 4a627b5 pwm-pca9685: Fix several driver bugs by Clemens Gruber · 9 years ago
  52. fe0aea7 pwm: kona: Modify settings application sequence by Jonathan Richardson · 9 years ago
  53. 09c1445 pwm: pca9685: Drop owner assignment by Krzysztof Kozlowski · 9 years ago
  54. 0488380 pwm: Clean up kerneldoc by Thierry Reding · 9 years ago
  55. 6bc7064 pwm: Remove useless whitespace by Thierry Reding · 9 years ago
  56. 412820d pwm: sysfs: Remove unnecessary padding by Thierry Reding · 9 years ago
  57. 5a063d8 pwm: sysfs: Properly convert from enum to string by Thierry Reding · 9 years ago
  58. a3f37a1 pwm: crc: Add Crystalcove (CRC) PWM driver by Shobhit Kumar · 9 years ago
  59. 15da7b5 pwm: Make use of pwm_get_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  60. 5c31252 pwm: Add the pwm_is_enabled() helper by Boris Brezillon · 9 years ago
  61. c70c5fb Merge tag 'pwm/for-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 9 years ago
  62. 361c106 pwm: lpss: pci: Add support for Broxton platform by Qipeng Zha · 9 years ago
  63. e23db65 pwm: bcm-kona: Don't set polarity in probe by Arun Ramamurthy · 9 years ago
  64. b6a00fa pwm: Add pwmchip_add_with_polarity() API by Tim Kryger · 9 years ago
  65. 472ac3d pwm: atmel: Fix incorrect CDTY value after disabling by Alexandre Belloni · 9 years ago
  66. 4c027f7 pwm: atmel: Fix incorrect CDTY value after enabling by Alexandre Belloni · 9 years ago
  67. cccb945 pwm: samsung: Use MODULE_DEVICE_TABLE() to include OF modalias by Javier Martinez Canillas · 9 years ago
  68. 1e70897 pwm: img: Impose upper and lower timebase steps value by Naidu Tellapati · 9 years ago
  69. efb0de5 pwm: Add support to remove registered consumer lookup tables by Shobhit Kumar · 9 years ago
  70. c264f11 pwm: Remove __init initializer for pwm_add_table() by Shobhit Kumar · 9 years ago
  71. 4a1c683 pwm: samsung: Fix output race on disabling by Sjoerd Simons · 9 years ago
  72. 24ccea1 pwm: mxs: Fix period divider computation by Gaetan Hug · 9 years ago
  73. 054d3e1 pwm: atmel-hlcdc: Add errata handling for sama5d4 by Nicolas Ferre · 9 years ago
  74. c456fbb pwm: pca9685: Constify struct regmap_config by Krzysztof Kozlowski · 9 years ago
  75. b65af27 pwm: tegra: Use NSEC_PER_SEC by Thierry Reding · 9 years ago
  76. 8d6cc07 pwm: Remove unnecessary check before of_node_put() by Markus Elfring · 9 years ago
  77. 277bb6a pwm: Imagination Technologies PWM DAC driver by Naidu Tellapati · 9 years ago
  78. cd264b6 pwm: sti: Maintain a bitmap of configured devices by Ajit Pal Singh · 9 years ago
  79. 09853ce pwm: Add Allwinner SoC support by Alexandre Belloni · 9 years ago
  80. df6922a pwm: atmel-hlcdc: Prevent division by zero by Boris BREZILLON · 9 years ago
  81. d2048c4 pwm: atmel-hlcdc: Depend on HAVE_CLK by Thierry Reding · 9 years ago
  82. 0b4954c Merge tag 'pwm/for-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 9 years ago
  83. 39e046f pwm: atmel-hlcdc: add at91sam9x5 and sama5d3 errata handling by Boris BREZILLON · 10 years ago
  84. 97d0b42 pwm: ftm: Add Power Management support for FTM PWM by Xiubo Li · 10 years ago
  85. 49599cf pwm: ftm: Add regmap rbtree type cache support by Xiubo Li · 10 years ago
  86. 8e6e765 pwm: ftm: Correctly track usage count by Xiubo Li · 10 years ago
  87. 06e4cb6 pwm: samsung: Allow Samsung PWM driver to be enabled on Exynos7 by Abhilash Kesavan · 10 years ago
  88. 2b4984b pwm: add support for atmel-hlcdc-pwm device by Boris Brezillon · 10 years ago
  89. e5a06dc pwm: Add BCM2835 PWM driver by Bart Tanghe · 10 years ago
  90. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  91. 5b9c897 Merge tag 'pwm/for-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 10 years ago
  92. f05fae1 pwm: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  93. dec02f9 pwm: Let PWM_CLPS711X depend on HAS_IOMEM by Chen Gang · 10 years ago
  94. e2e0897 pwm: atmel: Fix calculation of prescale value by Nikolaus Voss · 10 years ago
  95. c40c402 Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/cleanup by Arnd Bergmann · 10 years ago
  96. 4930d24 ARM: at91/tclib: move initialization from alloc to probe by Gaël PORTAY · 10 years ago
  97. 70145f8 pwm: Fix uninitialized warnings in pwm_get() by Geert Uytterhoeven · 10 years ago
  98. 7264354 pwm: rockchip: Allow polarity invert on rk3288 by Doug Anderson · 10 years ago
  99. 137fd45 pwm: imx: Avoid sample FIFO overflow for i.MX PWM version2 by Liu Ying · 10 years ago
  100. 40f260c pwm: imx: Cleanup indentation for register definitions by Liu Ying · 10 years ago