summaryrefslogtreecommitdiff
path: root/drivers/led/led-uclass.c
AgeCommit message (Expand)Author
2025-10-17led: Update led_get_by_label()Patrice Chotard
2025-03-04led: Fix next Coverity scan errorHeiko Schocher
2025-02-18led: fix coverity scan errorHeiko Schocher
2025-02-07led: add function naming option from linuxHeiko Schocher
2024-12-06led: update LED boot/activity to new property implementationChristian Marangi
2024-10-10led: implement LED activity APIChristian Marangi
2024-10-10led: implement LED boot APIChristian Marangi
2024-07-30led: Add dts property to specify blinking of the ledMichael Polyntsov
2024-07-30led: Implement software led blinkingMichael Polyntsov
2024-07-30led: enable LEDST_BLINK state unconditionallyMikhail Kshevetskiy
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07led: Remove <common.h> and add needed includesTom Rini
2023-12-13led: introduce led_bind_generic()Rasmus Villemoes
2023-12-13led-uclass: do not create fallback label for top-level nodeRasmus Villemoes
2023-12-13led-uclass: honour ->label field populated by driver's own .bindRasmus Villemoes
2022-04-28led: Drop led_default_state()Marek Vasut
2022-04-28led: Mark device instance with DM_FLAG_PROBE_AFTER_BINDMarek Vasut
2022-04-14led: Configure LED default-state on bootMarek Vasut
2022-04-14led: Move OF "label" property parsing to coreMarek Vasut
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2018-08-10dm: led: move default state support in led uclassPatrick Delaunay
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-04-14dm: led: Add support for blinking LEDsSimon Glass
2017-04-14dm: led: Add support for getting the state of an LEDSimon Glass
2017-04-14dm: led: Adjust the LED uclassSimon Glass
2017-04-14dm: led: Rename struct led_uclass_platSimon Glass
2015-07-21led: Return -ENODEV if the LED device cannot be foundSimon Glass
2015-07-21dm: Add support for LEDsSimon Glass