1. 72b5a88 led: add TI LP5562 LED driver by Doug Zobel · 1 year ago
  2. 073475a led: led_pwm: use led_bind_generic() helper by Rasmus Villemoes · 1 year ago
  3. e2828a4 led: led_gpio: use led_bind_generic() helper by Rasmus Villemoes · 1 year ago
  4. 49ba9f0 led: introduce led_bind_generic() by Rasmus Villemoes · 1 year ago
  5. 128f87a led-uclass: do not create fallback label for top-level node by Rasmus Villemoes · 1 year ago
  6. ad3401f led-uclass: honour ->label field populated by driver's own .bind by Rasmus Villemoes · 1 year ago
  7. 914524a drivers: led: bcm6858: do not use null label to find the top by Philippe Reynes · 1 year, 5 months ago
  8. 1ef4fba drivers: led: bcm6753: do not use null label to find the top by Philippe Reynes · 1 year, 5 months ago
  9. 5080632 led: led_pwm: typo 'iverted' on code comment by Nylon Chen · 2 years, 1 month ago
  10. 3892182 arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855 by William Zhang · 2 years, 3 months ago
  11. 6b45fa6 arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858 by William Zhang · 2 years, 3 months ago
  12. df0b5bb arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856 by William Zhang · 2 years, 3 months ago
  13. 35a3ec1b arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158 by William Zhang · 2 years, 3 months ago
  14. 18abf79 led: pwm: Use NOP uclass driver for top-level node by Stefan Herbrechtsmeier · 2 years, 5 months ago
  15. 0a83cc2 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 6 months ago
  16. 721d99a led: Drop led_default_state() by Marek Vasut · 2 years, 7 months ago
  17. f3baefa led: gpio: Use NOP uclass driver for top-level node by Marek Vasut · 2 years, 7 months ago
  18. 646e072 led: gpio: Check device compatible string to determine the top level node by Marek Vasut · 2 years, 7 months ago
  19. 1c2b81f led: Mark device instance with DM_FLAG_PROBE_AFTER_BIND by Marek Vasut · 2 years, 7 months ago
  20. 03cadb6 led: Configure LED default-state on boot by Marek Vasut · 2 years, 8 months ago
  21. 2936ae8 led: gpio: Drop duplicate OF "label" property parsing by Marek Vasut · 2 years, 8 months ago
  22. ce7339c led: pwm: Drop duplicate OF "label" property parsing by Tom Rini · 2 years, 7 months ago
  23. d0b030a led: bcm6753: Drop duplicate OF "label" property parsing by Tom Rini · 2 years, 7 months ago
  24. 0ef16fb led: cortina: Drop duplicate OF "label" property parsing by Marek Vasut · 2 years, 8 months ago
  25. c55310e led: bcm6858: Drop duplicate OF "label" property parsing by Marek Vasut · 2 years, 8 months ago
  26. 26e9cb5 led: bcm6358: Drop duplicate OF "label" property parsing by Marek Vasut · 2 years, 8 months ago
  27. 1d6c5fa led: bcm6328: Drop duplicate OF "label" property parsing by Marek Vasut · 2 years, 8 months ago
  28. c2b7e98 led: Move OF "label" property parsing to core by Marek Vasut · 2 years, 8 months ago
  29. 891d242 drivers: led: bcm6858: Set a default brightness when probing LEDs by Paul HENRYS · 2 years, 8 months ago
  30. 78a18f6 led: led_pwm: Add a driver for LEDs connected to PWM by Ivan Vozvakhov · 2 years, 9 months ago
  31. 162a213 drivers: led: led_bcm6753: initial support by Philippe Reynes · 2 years, 9 months ago
  32. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  33. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  34. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  35. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  36. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  37. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  38. e88d5a0 drivers: led: bcm6858: set the correct led polarity register by Steven Lawrance · 4 years, 1 month ago
  39. 9476963 led: gpio: Default to using node name if label is absent by Sean Anderson · 4 years, 2 months ago
  40. c161200 led: led_cortina: Add CAxxx LED support by Jway Lin · 4 years, 5 months ago
  41. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  42. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  43. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  44. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  45. 3907a50 led: bcm6858: allow to use this driver on arm bcm68360 by Philippe Reynes · 4 years, 11 months ago
  46. 49465cb led: bcm6858: allow to use this driver on ARCH_963158 by Philippe Reynes · 6 years ago
  47. 9d5fb9c led: add initial support for bcm6858 by Philippe Reynes · 6 years ago
  48. a5bf928 dm: led: move default state support in led uclass by Patrick Delaunay · 6 years ago
  49. 18cc3d3 Revert "dm: led: auto probe() LEDs with "default-state"" by Patrick Delaunay · 6 years ago
  50. 19bfd3a led: bcm6328: read base address in the parent node by Philippe Reynes · 6 years ago
  51. 0ec78af led: bcm6328: convert to use live dt by Álvaro Fernández Rojas · 7 years ago
  52. 9b8d1f9 led: bcm6358: convert to use live dt by Álvaro Fernández Rojas · 7 years ago
  53. 4fc67a3 dm: led: auto probe() LEDs with "default-state" by Patrick Bruenn · 7 years ago
  54. 10ab023 dm: led: Support "default-state" property by Patrick Bruenn · 7 years ago
  55. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  56. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  57. e6dd8da dm: core: Update device_bind_driver_to_node() to use ofnode by Simon Glass · 8 years ago
  58. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  59. 9bcd355 dm: led: add BCM6358 led driver by Álvaro Fernández Rojas · 8 years ago
  60. c7c859c dm: led: add BCM6328 led driver by Álvaro Fernández Rojas · 8 years ago
  61. 3bd0c46 dm: led: Add support for blinking LEDs by Simon Glass · 8 years ago
  62. e445dfd dm: led: Support toggling LEDs by Simon Glass · 8 years ago
  63. dc53166 dm: led: Add support for getting the state of an LED by Simon Glass · 8 years ago
  64. 6ca1977 dm: led: Adjust the LED uclass by Simon Glass · 8 years ago
  65. da01de9 dm: led: Rename struct led_uclass_plat by Simon Glass · 8 years ago
  66. 9267067 dm: led: Add a missing blank line in the Kconfig file by Simon Glass · 8 years ago
  67. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  68. 3dc6f65 status_led: Kconfig migration - introduction by Uri Mashiach · 8 years ago
  69. 965f4da dm: led: Tidy up SPL options for the led and led-gpio by Simon Glass · 9 years ago
  70. 645dbd6 led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED by Masahiro Yamada · 9 years ago
  71. cc85b7b drivers: hierarchize drivers Kconfig menu by Masahiro Yamada · 9 years ago
  72. d783eb3 dm: test: Add a test for the LED uclass by Simon Glass · 9 years ago
  73. bf3ac819 led: Return -ENODEV if the LED device cannot be found by Simon Glass · 9 years ago
  74. 5a9390b dm: led: Add a driver for GPIO-controlled LEDs by Simon Glass · 9 years ago
  75. cce3aed dm: Add support for LEDs by Simon Glass · 9 years ago