1. 0733424 pwm: Unexport children before chip removal by David Hsu · 8 years ago
  2. bd26861 Merge branch 'for-4.8/capture' into for-next by Thierry Reding · 8 years ago
  3. 3a3d1a4 pwm: Add PWM capture support by Lee Jones · 8 years ago
  4. ef2bf49 pwm: Improve args checking in pwm_apply_state() by Brian Norris · 8 years ago
  5. 18c5887 Merge branch 'for-4.7/pwm-atomic' into for-next by Thierry Reding · 8 years ago
  6. bf5dd9a Merge branch 'for-4.7/pwm-args' into for-next by Thierry Reding · 8 years ago
  7. 23e3523 pwm: Add information about polarity, duty cycle and period to debugfs by Heiko Stübner · 8 years ago
  8. 39100ce pwm: Switch to the atomic API by Boris Brezillon · 8 years ago
  9. 5ec803e pwm: Add core infrastructure to allow atomic updates by Boris Brezillon · 8 years ago
  10. 15fa8a43 pwm: Add hardware readout infrastructure by Boris Brezillon · 8 years ago
  11. 09a7e4a pwm: Move the enabled/disabled info into pwm_state by Boris Brezillon · 8 years ago
  12. 43a276b pwm: Introduce the pwm_state concept by Boris Brezillon · 8 years ago
  13. a8c3862 pwm: Keep PWM state in sync with hardware state by Boris Brezillon · 8 years ago
  14. 459a25a pwm: Get rid of pwm->lock by Boris BREZILLON · 8 years ago
  15. fbd45a1 pwm: Fix pwm_apply_args() call sites by Boris Brezillon · 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. ff01c94 pwm: Mark all devices as "might sleep" by Thierry Reding · 8 years ago
  20. 655a035 pwm: Return -ENODEV if no PWM lookup match is found by Thierry Reding · 9 years ago
  21. d1cd214 pwm: Set enable state properly on failed call to enable by Jonathan Richardson · 9 years ago
  22. 0488380 pwm: Clean up kerneldoc by Thierry Reding · 9 years ago
  23. 6bc7064 pwm: Remove useless whitespace by Thierry Reding · 9 years ago
  24. 5c31252 pwm: Add the pwm_is_enabled() helper by Boris Brezillon · 9 years ago
  25. b6a00fa pwm: Add pwmchip_add_with_polarity() API by Tim Kryger · 9 years ago
  26. efb0de5 pwm: Add support to remove registered consumer lookup tables by Shobhit Kumar · 9 years ago
  27. c264f11 pwm: Remove __init initializer for pwm_add_table() by Shobhit Kumar · 9 years ago
  28. 8d6cc07 pwm: Remove unnecessary check before of_node_put() by Markus Elfring · 9 years ago
  29. 70145f8 pwm: Fix uninitialized warnings in pwm_get() by Geert Uytterhoeven · 10 years ago
  30. 533acc0 pwm: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  31. d717ea7 pwm: Fix period and polarity in pwm_get() for non-perfect matches by Geert Uytterhoeven · 10 years ago
  32. 3796ce1 pwm: add period and polarity to struct pwm_lookup by Alexandre Belloni · 10 years ago
  33. adcba1e pwm: use seq_puts() instead of seq_printf() by Jingoo Han · 10 years ago
  34. 208be76 pwm: Use the DT macro directly when parsing PWM DT flags by Laurent Pinchart · 11 years ago
  35. 76abbdde pwm: Add sysfs interface by H Hartley Sweeten · 11 years ago
  36. 77f0b9d pwm: devm: alloc correct pointer size by Wolfram Sang · 11 years ago
  37. 3eb0522 Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 11 years ago
  38. 261a5ed pwm: Add devm_of_pwm_get() as exported API for users by Peter Ujfalusi · 11 years ago
  39. 8eb9612 pwm: core: Rename of_pwm_request() to of_pwm_get() and export it by Peter Ujfalusi · 11 years ago
  40. 928c447 pwm: Export pwm_{set,get}_chip_data() by Thierry Reding · 11 years ago
  41. 6e69ab1 pwm: Add pwm_can_sleep() as exported API to users by Florian Vaussard · 11 years ago
  42. 417328c pwm: Export of_pwm_xlate_with_flags() by Thierry Reding · 11 years ago
  43. 83af240 pwm: Device tree support for PWM polarity by Philip, Avinash · 11 years ago
  44. c2d476a pwm: Check for negative duty-cycle and period by Thierry Reding · 12 years ago
  45. 6354316 pwm: add devm_pwm_get() and devm_pwm_put() by Alexandre Courbot · 12 years ago
  46. 0aa0869c pwm: Add support for configuring the PWM polarity by Philip, Avinash · 12 years ago
  47. e50d352 pwm: core: Fix coding style issues by Sachin Kamat · 12 years ago
  48. dfeb86e pwm: Add missing static storage class specifiers in core.c file by Sachin Kamat · 12 years ago
  49. d295b12 pwm: fix used-uninitialized warning in pwm_get() by Thierry Reding · 12 years ago
  50. 7299ab7 pwm: Add device tree support by Thierry Reding · 12 years ago
  51. 8138d2d pwm: Add table-based lookup for static mappings by Thierry Reding · 12 years ago
  52. 62099abf pwm: Add debugfs interface by Thierry Reding · 12 years ago
  53. f051c46 pwm: Allow chips to support multiple PWMs by Thierry Reding · 12 years ago
  54. 0c2498f pwm: Add PWM framework support by Sascha Hauer · 13 years ago