Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_set | Otavio Salvador | 2013-03-07 | -2/+4 |
* | cmd_led.c: Standardize format of help and usage info. | Robert P. J. Day | 2012-12-06 | -3/+3 |
* | Convert cmd_usage() calls in common to use a return value | Simon Glass | 2012-03-06 | -3/+3 |
* | led: remove camel casing of led identifiers globally | Jason Kridner | 2011-09-13 | -4/+4 |
* | led: Remove state-saving of led for toggle functionality and add toggle optio... | Joel A Fernandes | 2011-09-04 | -24/+40 |
* | led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all' | Joel A Fernandes | 2011-09-04 | -1/+3 |
* | led: correct off/on locations in structure | Jason Kridner | 2011-09-04 | -2/+2 |
* | Corrected LED name match finding avoiding extraneous Usage printouts | Jason Kridner | 2011-09-04 | -2/+3 |
* | Minor coding style cleanup. | Wolfgang Denk | 2011-05-19 | -1/+1 |
* | Add 'led' command | Jason Kridner | 2011-04-27 | -0/+153 |