1. 260718b leds: lm3692x: Disable chip on brightness 0 by Guido Günther · 5 years ago
  2. 4a8d2be leds: lm3692x: Split out lm3692x_leds_disable by Guido Günther · 5 years ago
  3. 5e9d7b6 leds: lm3692x: Move lm3692x_init and rename to lm3692x_leds_enable by Guido Günther · 5 years ago
  4. df7083b leds: lm3692x: Make sure we don't exceed the maximum LED current by Guido Günther · 5 years ago
  5. cffd61a leds: lm3692x: Allow to configure over voltage protection by Guido Günther · 5 years ago
  6. 7a349e8 leds: populate the device's of_node by Jean-Jacques Hiblot · 5 years ago
  7. e389240 leds: Add managed API to get a LED from a device driver by Jean-Jacques Hiblot · 5 years ago
  8. 699a8c7 leds: Add of_led_get() and led_put() by Tomi Valkeinen · 5 years ago
  9. 31e065c leds: lm3532: add pointer to documentation and fix typo by Pavel · 5 years ago
  10. cf6eb52 leds: lm3532: use extended registration so that LED can be used for backlight by Pavel · 5 years ago
  11. 867b682 leds: lm3642: remove warnings for bad strtol, cleanup gotos by Pavel Machek · 5 years ago
  12. 445da48 leds: rb532: cleanup whitespace by Pavel Machek · 5 years ago
  13. 2f8c665 ledtrig-pattern: fix email address quoting in MODULE_AUTHOR() by Pavel Machek · 6 years ago
  14. b3b42b4 leds: tps6105x: add driver for MFD chip LED mode by Sven Van Asbroeck · 5 years ago
  15. b0ff986 led: max77650: add of_match table by Bartosz Golaszewski · 5 years ago
  16. 4c3718f leds: bd2802: Convert to use GPIO descriptors by Linus Walleij · 5 years ago
  17. 6975290 leds: pca963x: Fix open-drain initialization by Zahari Petkov · 5 years ago
  18. 9f4b952d leds-as3645a: Drop fwnode reference on ignored node by Sakari Ailus · 5 years ago
  19. 8e8d699 leds: gpio: Fix uninitialized gpio label for fwnode based probe by Jacek Anaszewski · 5 years ago
  20. 304220b Merge tag 'leds-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds by Linus Torvalds · 5 years ago
  21. 8688f2f leds: Use all-in-one vtime aware kcpustat accessor by Frederic Weisbecker · 5 years ago
  22. 5f820ed leds: trigger: netdev: fix handling on interface rename by Martin Schiller · 5 years ago
  23. fc7b502 leds: an30259a: add a check for devm_regmap_init_i2c by Chuhong Yuan · 5 years ago
  24. 7c6082b leds: mlxreg: Fix possible buffer overflow by Oleh Kravchenko · 5 years ago
  25. 66c4113 leds: pca953x: Use of_device_get_match_data() by Stephen Boyd · 5 years ago
  26. 4b83cf0 leds: core: Fix devm_classdev_match to reference correct structure by Dan Murphy · 5 years ago
  27. e63a744 leds: lm3601x: Convert class registration to device managed by Dan Murphy · 5 years ago
  28. 20cdba9 leds: flash: Add devm_* functions to the flash class by Dan Murphy · 5 years ago
  29. f884e86 leds: Kconfig: Be consistent with the usage of "LED" by Dan Murphy · 5 years ago
  30. 11f7000 leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/trigger by Akinobu Mita · 5 years ago
  31. a2cafdf leds: tlc591xx: update the maximum brightness by Jean-Jacques Hiblot · 5 years ago
  32. da61a66 leds: lm3692x: Use flags from LM3692X_BRT_CTRL by Guido Günther · 5 years ago
  33. 846d0d1 leds: lm3692x: Use flags from LM3692X_BOOST_CTRL by Guido Günther · 5 years ago
  34. 396128d leds: lm3692x: Handle failure to probe the regulator by Guido Günther · 5 years ago
  35. d0f9cc4 leds: lm3692x: Don't overwrite return value in error path by Guido Günther · 5 years ago
  36. 1051da2 leds: lm3692x: Print error value on dev_err by Guido Günther · 5 years ago
  37. 5b4b723 leds: tlc591xx: use devm_led_classdev_register_ext() by Jean-Jacques Hiblot · 5 years ago
  38. 1ab4531 leds: tlc591xx: simplify driver by using the managed led API by Jean-Jacques Hiblot · 5 years ago
  39. 8b4423d leds: bcm6358: Use devm_platform_ioremap_resource() in bcm6358_leds_probe() by Markus Elfring · 5 years ago
  40. be9f18e leds: bcm6328: Use devm_platform_ioremap_resource() in bcm6328_leds_probe() by Markus Elfring · 5 years ago
  41. b46d2b4 drivers: leds: tlc591xx: check error during device init by Daniel Mack · 5 years ago
  42. fc19967 leds: add LED driver for EL15203000 board by Oleh Kravchenko · 5 years ago
  43. e79b3dd leds: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEM by Frederic Weisbecker · 5 years ago
  44. 6d4faf3 leds: lm3532: Fix optional led-max-microamp prop error handling by Dan Murphy · 5 years ago
  45. 4016ba8 led: triggers: Fix dereferencing of null pointer by Oleh Kravchenko · 5 years ago
  46. ba7eb84 leds: ti-lmu-common: Move static keyword to the front of declaration by Krzysztof Wilczynski · 5 years ago
  47. 536129cc leds: lm3532: Move static keyword to the front of declarations by Krzysztof Wilczynski · 5 years ago
  48. 4e421040 leds: trigger: gpio: GPIO 0 is valid by Andy Shevchenko · 5 years ago
  49. d4b0220 leds: pwm: Use struct_size() helper by Gustavo A. R. Silva · 5 years ago
  50. 1669ec7 leds: is31fl32xx: Use struct_size() helper by Gustavo A. R. Silva · 5 years ago
  51. 2637fd4 leds: ti-lmu-common: Fix coccinelle issue in TI LMU by Dan Murphy · 5 years ago
  52. 070a0ee leds: lm3532: Avoid potentially unpaired regulator calls by Tony Lindgren · 5 years ago
  53. 68bfcf6 leds: syscon: Use resource managed variant of device register by Alexander Dahl · 5 years ago
  54. 1dbb9fb4 leds: Allow to call led_classdev_unregister() unconditionally by Andy Shevchenko · 5 years ago
  55. 517ea49 leds: lm3532: Add full scale current configuration by Dan Murphy · 5 years ago
  56. 6559ac3 leds: lm3532: Fixes for the driver for stability by Dan Murphy · 5 years ago
  57. 4c90545 leds: lm3532: Change the define for the fs current register by Dan Murphy · 5 years ago
  58. 1312394 leds: lm3532: Fix brightness control for i2c mode by Dan Murphy · 5 years ago
  59. fd81d7e leds: Switch to use fwnode instead of be stuck with OF one by Andy Shevchenko · 5 years ago
  60. ae6c4c7 leds: max77650: Switch to fwnode property API by Andy Shevchenko · 5 years ago
  61. 60e2dde led: triggers: Fix a memory leak bug by Wenwen Wang · 5 years ago
  62. 3881a72f leds: pca953x: Include the right header by Linus Walleij · 5 years ago
  63. be7fc2c Merge tag 'generic_lookup_helpers' into for-next by Jacek Anaszewski · 5 years ago
  64. 6cda08a drivers: Introduce device lookup variants by name by Suzuki K Poulose · 5 years ago
  65. af7b650 leds: netxbig: Add of_node_put() in netxbig_leds_get_of_pdata() by Nishka Dasgupta · 5 years ago
  66. 156189a leds: netxbig: remove legacy board-file support by Masahiro Yamada · 5 years ago
  67. 246eab59 leds: lm3697: Switch to use fwnode_property_count_uXX() by Andy Shevchenko · 5 years ago
  68. ebefec8 leds: lm36274: Switch to use fwnode_property_count_uXX() by Andy Shevchenko · 5 years ago
  69. cc93c86 leds: lm3532: Switch to use fwnode_property_count_uXX() by Andy Shevchenko · 5 years ago
  70. 1817208 leds: an30259a: Use generic support for composing LED names by Jacek Anaszewski · 6 years ago
  71. d7235f5 leds: gpio: Use generic support for composing LED names by Jacek Anaszewski · 6 years ago
  72. b1f2449 leds: as3645a: Use generic support for composing LED names by Jacek Anaszewski · 6 years ago
  73. 8103f55 leds: aat1290: Use generic support for composing LED names by Jacek Anaszewski · 6 years ago
  74. 889003c leds: cr0014114: Use generic support for composing LED names by Jacek Anaszewski · 6 years ago
  75. e322b75 leds: lm3601x: Use generic support for composing LED names by Jacek Anaszewski · 6 years ago
  76. a50ff28 leds: lm3692x: Use generic support for composing LED names by Jacek Anaszewski · 6 years ago
  77. 99ca0ea leds: lp8860: Use generic support for composing LED names by Jacek Anaszewski · 6 years ago
  78. 68e1920 leds: lt3593: Use generic support for composing LED names by Jacek Anaszewski · 6 years ago
  79. 5fdf85a leds: sc27xx-blt: Use generic support for composing LED names by Jacek Anaszewski · 6 years ago
  80. bb4e9af leds: core: Add support for composing LED class device names by Jacek Anaszewski · 6 years ago
  81. b2b998c leds: class: Improve LED and LED flash class registration API by Jacek Anaszewski · 6 years ago
  82. 7d9d60b leds: is31fl319x: simplify getting the adapter of a client by Wolfram Sang · 5 years ago
  83. 6043971 leds: apu: add pr_fmt prefix for better log output by Enrico Weigelt · 5 years ago
  84. 93562049 leds: apu: fix error message on probing failure by Enrico Weigelt · 5 years ago
  85. cc92e3c leds: apu: drop profile field from priv data by Enrico Weigelt · 5 years ago
  86. 08e8382 leds: apu: drop iosize field from priv data by Enrico Weigelt · 5 years ago
  87. da97735 leds: apu: drop enum_apu_led_platform_types by Enrico Weigelt · 5 years ago
  88. 0344e61 leds: apu: drop superseeded apu2/3 led support by Enrico Weigelt · 5 years ago
  89. 967ea03 leds: ktd2692: Fix a typo in the name of a constant by Christophe JAILLET · 5 years ago
  90. f3b357c leds: an30259a: Fix typo by Christophe JAILLET · 5 years ago
  91. ed2abfe leds: leds-lp5562 allow firmware files up to the maximum length by Nick Stoughton · 5 years ago
  92. 79937a4 leds: ns2: Add of_node_put() before return by Nishka Dasgupta · 5 years ago
  93. 730f693 leds: max77650: Add of_node_put() before return by Nishka Dasgupta · 5 years ago
  94. 533016c leds: as3645a: Fix misuse of strlcpy by Joe Perches · 5 years ago
  95. 51251542 leds: max77650: add MODULE_ALIAS() by Bartosz Golaszewski · 5 years ago
  96. 8a3367c Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 5 years ago
  97. 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
  98. 3419240 Merge branch 'timers/vdso' into timers/core by Thomas Gleixner · 5 years ago
  99. 8dab919 docs: leds: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  100. 3f467eb leds: pwm: Support ACPI via firmware-node framework by Nikolaus Voss · 6 years ago