1. ecc5fbd Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 8 years ago
  2. 18c5887 Merge branch 'for-4.7/pwm-atomic' into for-next by Thierry Reding · 8 years ago
  3. bf5dd9a Merge branch 'for-4.7/pwm-args' into for-next by Thierry Reding · 8 years ago
  4. 23e3523 pwm: Add information about polarity, duty cycle and period to debugfs by Heiko Stübner · 8 years ago
  5. 39100ce pwm: Switch to the atomic API by Boris Brezillon · 8 years ago
  6. 5ec803e pwm: Add core infrastructure to allow atomic updates by Boris Brezillon · 8 years ago
  7. 15fa8a43 pwm: Add hardware readout infrastructure by Boris Brezillon · 8 years ago
  8. 09a7e4a pwm: Move the enabled/disabled info into pwm_state by Boris Brezillon · 8 years ago
  9. 43a276b pwm: Introduce the pwm_state concept by Boris Brezillon · 8 years ago
  10. a8c3862 pwm: Keep PWM state in sync with hardware state by Boris Brezillon · 8 years ago
  11. 4b58896 pwm: Use pwm_get/set_xxx() helpers where appropriate by Boris Brezillon · 8 years ago
  12. 459a25a pwm: Get rid of pwm->lock by Boris BREZILLON · 8 years ago
  13. 3587c26 pwm: rcar: Make use of pwm_is_enabled() by Boris BREZILLON · 8 years ago
  14. fbd45a1 pwm: Fix pwm_apply_args() call sites by Boris Brezillon · 8 years ago
  15. 39d652e Merge remote-tracking branches 'regulator/topic/pwm', 'regulator/topic/qcom-spmi', 'regulator/topic/rk808' and 'regulator/topic/s2mps11' into regulator-next by Mark Brown · 8 years ago
  16. 2907f8a pwm: Use kcalloc() instead of kzalloc() by Thierry Reding · 8 years ago
  17. 83a9886 pwm: Add missing newline by Thierry Reding · 8 years ago
  18. e39c0df pwm: Introduce the pwm_args concept by Boris Brezillon · 8 years ago
  19. ad06fde pwm: fsl-ftm: Use flat regmap cache by Stefan Agner · 8 years ago
  20. 922201d pwm: omap-dmtimer: Add debug message for effective period and duty cycle by David Rivshin · 8 years ago
  21. 7b0883f pwm: omap-dmtimer: Round load and match values rather than truncate by David Rivshin · 8 years ago
  22. cd37888 pwm: omap-dmtimer: Add sanity checking for load and match values by David Rivshin · 8 years ago
  23. f8caa79 pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculations by David Rivshin · 8 years ago
  24. c5857e3 pwm: brcmstb: Fix check of devm_ioremap_resource() return code by Vladimir Zapolskiy · 8 years ago
  25. 03d9953 pwm: rcar: Depend on ARCH_RENESAS instead of ARCH_SHMOBILE by Simon Horman · 8 years ago
  26. 0e47b59 pwm: lpc18xx-sct: Test clock rate to avoid division by 0 by Wolfram Sang · 8 years ago
  27. bea307c pwm: img: Test clock rate to avoid division by 0 by Wolfram Sang · 8 years ago
  28. ff01c94 pwm: Mark all devices as "might sleep" by Thierry Reding · 8 years ago
  29. 0747264 pwm: omap-dmtimer: Potential NULL dereference on error by Dan Carpenter · 9 years ago
  30. 36d5be4 pwm: add HAS_IOMEM dependency to PWM_FSL_FTM by Vegard Nossum · 8 years ago
  31. 6604c65 pwm: Add PWM driver for OMAP using dual-mode timers by Neil Armstrong · 9 years ago
  32. 72c16a9 pwm: rcar: Improve accuracy of frequency division setting by Ryo Kodama · 9 years ago
  33. d6dbdf0 pwm: lpc32xx: return ERANGE, if requested period is not supported by Vladimir Zapolskiy · 9 years ago
  34. 5a9fc9c pwm: lpc32xx: fix and simplify duty cycle and period calculations by Vladimir Zapolskiy · 9 years ago
  35. 82aff04 pwm: lpc32xx: make device usable with common clock framework by Vladimir Zapolskiy · 9 years ago
  36. ebe1fca pwm: lpc32xx: correct number of PWM channels from 2 to 1 by Vladimir Zapolskiy · 9 years ago
  37. 816aec2 pwm: fsl-ftm: Fix clock enable/disable when using PM by Stefan Agner · 9 years ago
  38. 3767067 pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE by Mika Westerberg · 9 years ago
  39. 6f90a00 pwm: lpss: Select core part automatically by Andy Shevchenko · 9 years ago
  40. 883e4d0 pwm: lpss: Update PWM setting for Broxton by qipeng.zha · 9 years ago
  41. 6ef7d1c pwm: bcm2835: Fix email address specification by Stefan Wahren · 9 years ago
  42. fd13c14 pwm: bcm2835: Prevent division by zero by Stefan Wahren · 9 years ago
  43. ebe88b6 pwm: bcm2835: Calculate scaler in ->config() by Stefan Wahren · 9 years ago
  44. c7b91b3 pwm: lpss: Remove ->free() callback by Mika Westerberg · 9 years ago
  45. 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
  46. 5dcd7b4 pwm: sunxi: Fix whitespace issue by Olliver Schinagl · 9 years ago
  47. 65cdc69 pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro's by Olliver Schinagl · 9 years ago
  48. 0344d0d pwm: sysfs: Remove unnecessary temporary variable by Olliver Schinagl · 9 years ago
  49. 655a035 pwm: Return -ENODEV if no PWM lookup match is found by Thierry Reding · 9 years ago
  50. f6649f7 pwm: sun4i: Add support for PWM controller on sun5i SoCs by Hans de Goede · 9 years ago
  51. d1cd214 pwm: Set enable state properly on failed call to enable by Jonathan Richardson · 9 years ago
  52. f080be2 pwm: lpss: Add support for runtime PM by Qipeng Zha · 9 years ago
  53. 03f00e5 pwm: lpss: Add more Intel Broxton IDs by Mika Westerberg · 9 years ago
  54. 87219cb pwm: lpss: Support all four PWMs on Intel Broxton by Mika Westerberg · 9 years ago
  55. 4e11f5a pwm: lpss: Add support for multiple PWMs by Mika Westerberg · 9 years ago
  56. 912b843 pwm-pca9685: enable ACPI device found on Galileo Gen2 by Andy Shevchenko · 9 years ago
  57. 7e3b7dc pwm: Add MediaTek display PWM driver support by YH Huang · 9 years ago
  58. 25ebc9e pwm: tipwmss: Enable on TI DRA7x and AM437x by Vignesh R · 9 years ago
  59. 2b8b0ef pwm: atmel-hlcdc: add sama5d2 SoC support. by Nicolas Ferre · 9 years ago
  60. 3a9f595 pwm: Add Broadcom BCM7038 PWM controller support by Florian Fainelli · 9 years ago
  61. 7d8d05d misc: atmel_tclib: get and use slow clock by Boris Brezillon · 9 years ago
  62. ed6c147 pwm: Add support for R-Car PWM Timer by Yoshihiro Shimoda · 9 years ago
  63. 59d5c8b pwm: Add support for the Berlin PWM controller by Antoine Ténart · 9 years ago
  64. a83a6a8 pwm: atmel-hlcdc: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  65. 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
  66. 7a59382 ARM: at91: pwm: atmel-hlcdc: Add at91sam9n12 errata by Josh Wu · 9 years ago
  67. 841e6f9 pwm: NXP LPC18xx PWM/SCT driver by Ariel D'Alessandro · 9 years ago
  68. 01ec847 pwm-pca9685: Support changing the output frequency by Clemens Gruber · 9 years ago
  69. 4a627b5 pwm-pca9685: Fix several driver bugs by Clemens Gruber · 9 years ago
  70. fe0aea7 pwm: kona: Modify settings application sequence by Jonathan Richardson · 9 years ago
  71. 09c1445 pwm: pca9685: Drop owner assignment by Krzysztof Kozlowski · 9 years ago
  72. 0488380 pwm: Clean up kerneldoc by Thierry Reding · 9 years ago
  73. 6bc7064 pwm: Remove useless whitespace by Thierry Reding · 9 years ago
  74. 412820d pwm: sysfs: Remove unnecessary padding by Thierry Reding · 9 years ago
  75. 5a063d8 pwm: sysfs: Properly convert from enum to string by Thierry Reding · 9 years ago
  76. a3f37a1 pwm: crc: Add Crystalcove (CRC) PWM driver by Shobhit Kumar · 9 years ago
  77. 15da7b5 pwm: Make use of pwm_get_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  78. 5c31252 pwm: Add the pwm_is_enabled() helper by Boris Brezillon · 9 years ago
  79. 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
  80. 361c106 pwm: lpss: pci: Add support for Broxton platform by Qipeng Zha · 9 years ago
  81. e23db65 pwm: bcm-kona: Don't set polarity in probe by Arun Ramamurthy · 9 years ago
  82. b6a00fa pwm: Add pwmchip_add_with_polarity() API by Tim Kryger · 9 years ago
  83. 472ac3d pwm: atmel: Fix incorrect CDTY value after disabling by Alexandre Belloni · 9 years ago
  84. 4c027f7 pwm: atmel: Fix incorrect CDTY value after enabling by Alexandre Belloni · 9 years ago
  85. cccb945 pwm: samsung: Use MODULE_DEVICE_TABLE() to include OF modalias by Javier Martinez Canillas · 9 years ago
  86. 1e70897 pwm: img: Impose upper and lower timebase steps value by Naidu Tellapati · 9 years ago
  87. efb0de5 pwm: Add support to remove registered consumer lookup tables by Shobhit Kumar · 9 years ago
  88. c264f11 pwm: Remove __init initializer for pwm_add_table() by Shobhit Kumar · 9 years ago
  89. 4a1c683 pwm: samsung: Fix output race on disabling by Sjoerd Simons · 9 years ago
  90. 24ccea1 pwm: mxs: Fix period divider computation by Gaetan Hug · 9 years ago
  91. 054d3e1 pwm: atmel-hlcdc: Add errata handling for sama5d4 by Nicolas Ferre · 9 years ago
  92. c456fbb pwm: pca9685: Constify struct regmap_config by Krzysztof Kozlowski · 9 years ago
  93. b65af27 pwm: tegra: Use NSEC_PER_SEC by Thierry Reding · 9 years ago
  94. 8d6cc07 pwm: Remove unnecessary check before of_node_put() by Markus Elfring · 9 years ago
  95. 277bb6a pwm: Imagination Technologies PWM DAC driver by Naidu Tellapati · 9 years ago
  96. cd264b6 pwm: sti: Maintain a bitmap of configured devices by Ajit Pal Singh · 9 years ago
  97. 09853ce pwm: Add Allwinner SoC support by Alexandre Belloni · 10 years ago
  98. df6922a pwm: atmel-hlcdc: Prevent division by zero by Boris BREZILLON · 10 years ago
  99. d2048c4 pwm: atmel-hlcdc: Depend on HAVE_CLK by Thierry Reding · 10 years ago
  100. 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 · 10 years ago