1. b577cdc pwm: samsung: Fix kernel warning while unexporting a channel by Sachin Kamat · 11 years ago
  2. a230869 pwm: add ep93xx PWM support by H Hartley Sweeten · 11 years ago
  3. faed9c3 pwm: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 11 years ago
  4. becbca1 pwm: imx: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  5. 3cb3b2b pwm: lpc32xx: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  6. de02cb8 pwm: mxs: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  7. ea8eeb1 pwm: twl: Include linux/of.h header by Sachin Kamat · 11 years ago
  8. e852340 pwm: twl-led: Include linux/of.h header by Sachin Kamat · 11 years ago
  9. c3bdfe1 pwm: samsung: Include linux/of.h header by Sachin Kamat · 11 years ago
  10. 2a8876c pwm: imx: Include linux/of.h header by Sachin Kamat · 11 years ago
  11. ceb12f9 pwm: atmel-tcb: fix max time computation for slow clk source by Boris BREZILLON · 11 years ago
  12. f3a8217 pwm: atmel-tcb: add missing clk source config by Boris BREZILLON · 11 years ago
  13. 8e73e36 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  14. 1e185c7 pwm: pxa: Use module_platform_driver by Mike Dunn · 11 years ago
  15. ac872bc pwm: tiehrpwm: add missing __iomem annotation by Jingoo Han · 11 years ago
  16. 3943a65 pwm: tiecap: add CONFIG_PM_SLEEP to ecap_pwm_{save,restore}_context() by Jingoo Han · 11 years ago
  17. 88d5a2e pwm: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  18. 382457e pwm: renesas-tpu: Add DT support by Laurent Pinchart · 11 years ago
  19. 208be76 pwm: Use the DT macro directly when parsing PWM DT flags by Laurent Pinchart · 11 years ago
  20. cfb9e4c pwm: mxs: Check the return value from stmp_reset_block() by Fabio Estevam · 11 years ago
  21. 6059235 pwm: Remove superseded pwm-samsung-legacy driver by Tomasz Figa · 11 years ago
  22. 11ad39e pwm: Add new pwm-samsung driver by Tomasz Figa · 11 years ago
  23. 615c19e pwm: samsung: Rename to pwm-samsung-legacy by Tomasz Figa · 11 years ago
  24. 9da0175 pwm: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  25. b388f15 pwm: pwm-tiehrpwm: Use clk_enable/disable instead clk_prepare/unprepare. by Marek Belisko · 11 years ago
  26. fed1bf8 pwm: pca9685: Fix wrong argument to set MODE1_SLEEP bit by Axel Lin · 11 years ago
  27. 71077bc pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work by Axel Lin · 11 years ago
  28. 00cf99e pwm: renesas-tpu: fix return value check in tpu_probe() by Wei Yongjun · 11 years ago
  29. 99b82ab pwm: Add Renesas TPU PWM driver by Laurent Pinchart · 11 years ago
  30. 76abbdde pwm: Add sysfs interface by H Hartley Sweeten · 11 years ago
  31. 3dd0a90 pwm: Fill in missing .owner fields by Thierry Reding · 11 years ago
  32. 88b613e pwm: add pca9685 driver by Steffen Trumtrar · 11 years ago
  33. 8796f9c pwm: atmel-tcb: prepare clk before calling enable by Boris BREZILLON · 11 years ago
  34. 77f0b9d pwm: devm: alloc correct pointer size by Wolfram Sang · 11 years ago
  35. e792714 pwm: mxs: Let device core handle pinctrl by Fabio Estevam · 11 years ago
  36. 362e9cd drivers/pwm: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  37. affb923 pwm: lpc32xx: Don't change PWM_ENABLE bit in lpc32xx_pwm_config by Axel Lin · 11 years ago
  38. 08ee77b pwm: lpc32xx: Properly set PWM_ENABLE bit in lpc32xx_pwm_[enable|disable] by Axel Lin · 11 years ago
  39. f1a8870 pwm: Constify OF match tables by Thierry Reding · 11 years ago
  40. a46ef4d pwm: puv3: Remove unused enabled filed from struct puv3_pwm_chip by Axel Lin · 11 years ago
  41. 22976a5 pwm: pxa: Remove PWM_ID_BASE macro by Axel Lin · 11 years ago
  42. b3fef7f pwm: spear: Remove unused *dev from struct spear_pwm_chip by Axel Lin · 11 years ago
  43. 4e61573 pwm: mxs: Remove unused *dev from struct mxs_pwm_chip by Axel Lin · 11 years ago
  44. c8e4df3 pwm: twl: Return proper error if twl6030_pwm_enable() fails by Axel Lin · 11 years ago
  45. b014a30 pwm: pxa: Remove clk_enabled field from struct pxa_pwm_chip by Axel Lin · 11 years ago
  46. 72da70e pwm: imx: Remove enabled field from struct imx_chip by Axel Lin · 11 years ago
  47. d5714e8 pwm: twl: Add .owner to struct pwm_ops by Axel Lin · 11 years ago
  48. 7fa2531 pwm: twl-led: Add .owner to struct pwm_ops by Axel Lin · 11 years ago
  49. 83c80dc pwm: atmel-tcb: Add .owner to struct pwm_ops by Axel Lin · 11 years ago
  50. fa0abee pwm: ab8500: Add .owner to struct pwm_ops by Axel Lin · 11 years ago
  51. 563861c pwm: spear: Fix checking return value of clk_enable() and clk_prepare() by Axel Lin · 11 years ago
  52. b343a18 pwm: tiehrpwm: Staticize non-exported symbols by Axel Lin · 11 years ago
  53. a38c989 pwm: tiecap: Staticize non-exported symbols by Axel Lin · 11 years ago
  54. 622fc5d pwm: ab8500: Fix trivial typo in dev_err message by Axel Lin · 11 years ago
  55. 1bf0f20 pwm: davinci: Add Kconfig support for ECAP & EHRPWM devices by Philip Avinash · 11 years ago
  56. 29258b2 pwm: pwm-tiehrpwm: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  57. c26e9bb pwm: pwm-tipwmss: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  58. b78f5fc pwm: pwm-tiecap: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  59. c509a8e pwm: samsung: convert s3c_pwm to dev_pm_ops by Jingoo Han · 11 years ago
  60. 482467a pwm: ab8500: use devm_kzalloc() by Jingoo Han · 11 years ago
  61. 3eb0522 Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 11 years ago
  62. 0512c04 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 11 years ago
  63. 30f7861 pwm: twl: Use to_twl() instead of container_of() by Johannes Thumshirn · 11 years ago
  64. 838bf09 pwm: tegra: assume CONFIG_OF by Stephen Warren · 11 years ago
  65. 261a5ed pwm: Add devm_of_pwm_get() as exported API for users by Peter Ujfalusi · 12 years ago
  66. 8eb9612 pwm: core: Rename of_pwm_request() to of_pwm_get() and export it by Peter Ujfalusi · 12 years ago
  67. 928c447 pwm: Export pwm_{set,get}_chip_data() by Thierry Reding · 11 years ago
  68. b133d2a pwm: Make Kconfig entries more consistent by Thierry Reding · 11 years ago
  69. 2e2a0f6 pwm: Add can_sleep property to drivers by Florian Vaussard · 11 years ago
  70. 6e69ab1 pwm: Add pwm_can_sleep() as exported API to users by Florian Vaussard · 11 years ago
  71. 6d4294d pwm: Convert to devm_ioremap_resource() by Thierry Reding · 11 years ago
  72. 0d75c20 pwm: pwm-tiecap: Low power sleep support by Philip Avinash · 11 years ago
  73. 0e2feb1 pwm: pwm-tiehrpwm: Low power sleep support by Philip Avinash · 11 years ago
  74. 0074b49 pwm: pwm-tiehrpwm: Update the clock handling of pwm-tiehrpwm driver by Philip, Avinash · 11 years ago
  75. 3ccb1c1 pwm: vt8500: Add polarity support by Tony Prisk · 11 years ago
  76. 8ab432c pwm: vt8500: Register write busy test performed incorrectly by Tony Prisk · 11 years ago
  77. 9421bade pwm: atmel: add Timer Counter Block PWM driver by Boris BREZILLON · 11 years ago
  78. 74779e2 Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 12 years ago
  79. 20e8ac3 pwm: samsung: add missing s3c->pwm_id assignment by Joonyoung Shim · 12 years ago
  80. 8fc6d09 pwm: lpc32xx: Set the chip base for dynamic allocation by Alban Bedel · 12 years ago
  81. 54b2a99 pwm: lpc32xx: Properly disable the clock on device removal by Alban Bedel · 12 years ago
  82. a9a18e0 pwm: lpc32xx: Fix the PWM polarity by Alban Bedel · 12 years ago
  83. 983290b pwm: i.MX: eliminate build warning by Lothar Waßmann · 12 years ago
  84. 417328c pwm: Export of_pwm_xlate_with_flags() by Thierry Reding · 12 years ago
  85. 77f3791 pwm: remove use of __devexit by Bill Pemberton · 12 years ago
  86. 3e9fe83 pwm: remove use of __devinit by Bill Pemberton · 12 years ago
  87. fd10911 pwm: remove use of __devexit_p by Bill Pemberton · 12 years ago
  88. 6179a58 pwm: Remove pwm-twl6030 driver by Peter Ujfalusi · 12 years ago
  89. aa76564 pwm: New driver to support PWM driven LEDs on TWL4030/6030 series of PMICs by Peter Ujfalusi · 12 years ago
  90. 3744c26 pwm: New driver to support PWMs on TWL4030/6030 series of PMICs by Peter Ujfalusi · 12 years ago
  91. 98ccf49 pwm: pwm-tiehrpwm: pinctrl support by Philip, Avinash · 12 years ago
  92. 53ad9e8 pwm: tiehrpwm: Add device-tree binding by Philip, Avinash · 12 years ago
  93. d91861d pwm: pwm-tiehrpwm: Adding TBCLK gating support. by Philip, Avinash · 12 years ago
  94. 3db9b76 pwm: pwm-tiecap: pinctrl support by Philip, Avinash · 12 years ago
  95. 333b08e pwm: tiecap: Add device-tree binding by Philip, Avinash · 12 years ago
  96. af0ba00 pwm: Add TI PWM subsystem driver by Philip, Avinash · 12 years ago
  97. 83af240 pwm: Device tree support for PWM polarity by Philip, Avinash · 12 years ago
  98. 422470a pwm: vt8500: Ensure PWM clock is enabled during pwm_config by Tony Prisk · 12 years ago
  99. 2f9569f pwm: vt8500: Fix build error by Tony Prisk · 12 years ago
  100. c937136 pwm: spear: Staticize spear_pwm_config() by Axel Lin · 12 years ago