summaryrefslogtreecommitdiff
path: root/drivers/led
AgeCommit message (Expand)Author
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-10led: implement LED activity APIChristian Marangi
2024-10-10led: implement LED boot APIChristian Marangi
2024-10-10led: toggle LED on initial SW blinkChristian Marangi
2024-07-30Merge patch series "led: implement software blinking"Tom Rini
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-07-22drivers: led: Remove duplicate newlinesMarek Vasut
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
2024-04-22common: Convert *.c/h from UTF-8 to ASCII enconfingMichal Simek
2023-12-13led: add TI LP5562 LED driverDoug Zobel
2023-12-13led: led_pwm: use led_bind_generic() helperRasmus Villemoes
2023-12-13led: led_gpio: use led_bind_generic() helperRasmus Villemoes
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
2023-07-25drivers: led: bcm6858: do not use null label to find the topPhilippe Reynes
2023-07-14drivers: led: bcm6753: do not use null label to find the topPhilippe Reynes
2022-11-02led: led_pwm: typo 'iverted' on code commentNylon Chen
2022-10-31arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855William Zhang
2022-10-31arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858William Zhang
2022-10-31arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856William Zhang
2022-10-31arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158William Zhang
2022-07-08led: pwm: Use NOP uclass driver for top-level nodeStefan Herbrechtsmeier
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini
2022-04-28led: Drop led_default_state()Marek Vasut
2022-04-28led: gpio: Use NOP uclass driver for top-level nodeMarek Vasut
2022-04-28led: gpio: Check device compatible string to determine the top level nodeMarek 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: gpio: Drop duplicate OF "label" property parsingMarek Vasut
2022-04-14led: pwm: Drop duplicate OF "label" property parsingTom Rini
2022-04-14led: bcm6753: Drop duplicate OF "label" property parsingTom Rini
2022-04-14led: cortina: Drop duplicate OF "label" property parsingMarek Vasut
2022-04-14led: bcm6858: Drop duplicate OF "label" property parsingMarek Vasut
2022-04-14led: bcm6358: Drop duplicate OF "label" property parsingMarek Vasut
2022-04-14led: bcm6328: Drop duplicate OF "label" property parsingMarek Vasut
2022-04-14led: Move OF "label" property parsing to coreMarek Vasut
2022-04-11drivers: led: bcm6858: Set a default brightness when probing LEDsPaul HENRYS
2022-04-11led: led_pwm: Add a driver for LEDs connected to PWMIvan Vozvakhov
2022-03-07drivers: led: led_bcm6753: initial supportPhilippe Reynes
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass