1. 19d2e0c leds: pwm: Remove platform_data support by Alexander Dahl · 4 years, 3 months ago
  2. c49d6ca leds: parse linux,default-trigger DT property in LED core by Marek Behún · 4 years, 4 months ago
  3. de73f27 leds: pwm: Allow automatic labels for DT based devices by Alexander Dahl · 4 years, 4 months ago
  4. 7e8da60 leds: pwm: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  5. 44c606b leds: pwm: check result of led_pwm_set() in led_pwm_add() by Denis Osterland-Heim · 4 years, 9 months ago
  6. 7bbec6c leds: leds-pwm: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  7. 4227685 leds: pwm: remove useless pwm_period_ns by Denis Osterland-Heim · 4 years, 10 months ago
  8. 141f15c leds: pwm: remove header by Denis Osterland-Heim · 4 years, 10 months ago
  9. dd47a83 leds: pwm: convert to atomic PWM API by Uwe Kleine-König · 5 years ago
  10. b43a8f0 leds: pwm: simplify if condition by Uwe Kleine-König · 5 years ago
  11. d4b0220 leds: pwm: Use struct_size() helper by Gustavo A. R. Silva · 5 years ago
  12. b2b998c leds: class: Improve LED and LED flash class registration API by Jacek Anaszewski · 6 years ago
  13. 6e2bbb6 Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 5 years ago
  14. 3f467eb leds: pwm: Support ACPI via firmware-node framework by Nikolaus Voss · 6 years ago
  15. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  16. cb14e6d leds: pwm: Use OF variant of LED registering function by Krzysztof Kozlowski · 6 years ago
  17. e5a0436 leds: pwm: Simplify with resource-managed devm_led_classdev_register() by Krzysztof Kozlowski · 6 years ago
  18. 9aec303 leds: pwm: silently error out on EPROBE_DEFER by Jerome Brunet · 6 years ago
  19. e82e34b leds: pwm: Remove unneeded header file by Fabio Estevam · 7 years ago
  20. 247bde1 leds: pwm: Remove atomic code paths by Thierry Reding · 8 years ago
  21. 1b50673 leds: pwm: Use pwm_get_args() where appropriate by Boris Brezillon · 9 years ago
  22. 49651c6 leds: pwm: fix driver description and make license match the header by Uwe Kleine-König · 11 years ago
  23. f167033 leds: call led_pwm_set() in leds-pwm to enforce default LED_OFF by Markus Hofstaetter · 9 years ago
  24. 9aa0762 leds: pwm: remove work queue by Jacek Anaszewski · 9 years ago
  25. ed97604 leds: leds-pwm: drop one pwm_get_period() call by Sebastian Andrzej Siewior · 10 years ago
  26. 81902d5 leds: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  27. 7c574cf Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 11 years ago
  28. 81225be leds: leds-pwm: retrieve configured PWM period by Alexandre Belloni · 11 years ago
  29. b0571e7 leds: leds-pwm: add DT support for LEDs wired to supply by Russell King · 11 years ago
  30. d19a8a7 leds: leds-pwm: implement PWM inversion by Russell King · 11 years ago
  31. b795e6d leds: leds-pwm: convert OF parsing code to use led_pwm_add() by Russell King · 11 years ago
  32. 5f7b03d leds: leds-pwm: provide a common function to setup a single led-pwm device by Russell King · 11 years ago
  33. 3923690 leds: leds-pwm: properly clean up after probe failure by Russell King · 11 years ago
  34. 7c7d2a2 drivers/leds: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  35. 33fc945 leds: pwm: Remove a warning on non-DT platforms by Olof Johansson · 11 years ago
  36. fc1aee0 leds: leds-pwm: fix duty time overflow. by Xiubo Li · 11 years ago
  37. aa1a6d6 leds: pwm: Fix for deferred probe in DT booted mode by Peter Ujfalusi · 11 years ago
  38. 1e08f72 leds: pwm: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  39. 87aae1e leds: use dev_get_platdata() by Jingoo Han · 11 years ago
  40. c971ff1 leds: leds-pwm: Defer led_pwm_set() if PWM can sleep by Florian Vaussard · 12 years ago
  41. 08541cb leds: leds-pwm: Add device tree bindings by Peter Ujfalusi · 12 years ago
  42. 8a66a57 leds: leds-pwm: Simplify cleanup code by Peter Ujfalusi · 12 years ago
  43. 0f86815 leds: leds-pwm: Preparing the driver for device tree support by Peter Ujfalusi · 12 years ago
  44. 9ea6cda leds: leds-pwm: Convert to use devm_get_pwm by Peter Ujfalusi · 12 years ago
  45. e81d372 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 12 years ago
  46. 678e8a6 leds: remove use of __devexit by Bill Pemberton · 12 years ago
  47. df07cf8 leds: remove use of __devexit_p by Bill Pemberton · 12 years ago
  48. dcba910 leds: leds-pwm: Fix checkpatch warning by Sachin Kamat · 12 years ago
  49. 0b7da74 leds: Use devm_kzalloc in leds-pwm.c file by Sachin Kamat · 13 years ago
  50. 892a884 leds: convert led platform drivers to module_platform_driver by Axel Lin · 13 years ago
  51. d8cc667 leds: leds-pwm: return proper error if pwm_request failed by Axel Lin · 14 years ago
  52. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  53. e459062 leds: leds-pwm: Set led_classdev max_brightness by Lars-Peter Clausen · 15 years ago
  54. 41c42ff leds: simple driver for pwm driven LEDs by Luotao Fu · 16 years ago