index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cmd_led.c
Age
Commit message (
Expand
)
Author
2016-01-25
Move all command code into its own directory
Simon Glass
2015-04-23
cmd_led: Extend led command to support blinking and more leds
Stefan Roese
2013-10-14
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-03-07
led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_set
Otavio Salvador
2012-12-06
cmd_led.c: Standardize format of help and usage info.
Robert P. J. Day
2012-03-06
Convert cmd_usage() calls in common to use a return value
Simon Glass
2011-09-13
led: remove camel casing of led identifiers globally
Jason Kridner
2011-09-04
led: Remove state-saving of led for toggle functionality and add toggle optio...
Joel A Fernandes
2011-09-04
led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all'
Joel A Fernandes
2011-09-04
led: correct off/on locations in structure
Jason Kridner
2011-09-04
Corrected LED name match finding avoiding extraneous Usage printouts
Jason Kridner
2011-05-19
Minor coding style cleanup.
Wolfgang Denk
2011-04-27
Add 'led' command
Jason Kridner