aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_led.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-07led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_setOtavio Salvador1-2/+4
2012-12-06cmd_led.c: Standardize format of help and usage info.Robert P. J. Day1-3/+3
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass1-3/+3
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner1-4/+4
2011-09-04led: Remove state-saving of led for toggle functionality and add toggle optio...Joel A Fernandes1-24/+40
2011-09-04led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all'Joel A Fernandes1-1/+3
2011-09-04led: correct off/on locations in structureJason Kridner1-2/+2
2011-09-04Corrected LED name match finding avoiding extraneous Usage printoutsJason Kridner1-2/+3
2011-05-19Minor coding style cleanup.Wolfgang Denk1-1/+1
2011-04-27Add 'led' commandJason Kridner1-0/+153