summaryrefslogtreecommitdiffstats
path: root/common/cmd_led.c
Commit message (Expand)AuthorAgeFilesLines
* cmd_led: Extend led command to support blinking and more ledsStefan Roese2015-04-231-10/+38
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_setOtavio Salvador2013-03-071-2/+4
* cmd_led.c: Standardize format of help and usage info.Robert P. J. Day2012-12-061-3/+3
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-3/+3
* led: remove camel casing of led identifiers globallyJason Kridner2011-09-131-4/+4
* led: Remove state-saving of led for toggle functionality and add toggle optio...Joel A Fernandes2011-09-041-24/+40
* led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all'Joel A Fernandes2011-09-041-1/+3
* led: correct off/on locations in structureJason Kridner2011-09-041-2/+2
* Corrected LED name match finding avoiding extraneous Usage printoutsJason Kridner2011-09-041-2/+3
* Minor coding style cleanup.Wolfgang Denk2011-05-191-1/+1
* Add 'led' commandJason Kridner2011-04-271-0/+153
OpenPOWER on IntegriCloud