u-boot-brain/board/atmel
Jason Kridner 2d3be7c456 led: remove camel casing of led identifiers globally
Result of running the following command to address Wolfgang's
comment about camel case:

for file in `find . | grep '\.[chS]$'`; do perl -i -pe
's/(green|yellow|red|blue)_LED_(on|off)/$1_led_$2/g' $file; done

Discussion:
http://patchwork.ozlabs.org/patch/84988/

Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2011-09-13 08:30:52 +02:00
..
at91rm9200ek led: remove camel casing of led identifiers globally 2011-09-13 08:30:52 +02:00
at91sam9m10g45ek atmel: Update support of board AT91SAM9M10G45-EK to new style 2011-09-03 22:40:45 +02:00
at91sam9rlek AT91: Makes AT91SAM9RL-EK build correctly against u-boot-atmel/master 2011-08-03 13:00:56 +02:00
at91sam9260ek AT91 rework: fix at91sam(9260/9g20/9xe)ek board port to build again: 2011-06-21 22:26:22 +02:00
at91sam9261ek AT91: Board fix for AT91SAM9261-EK 2011-08-03 13:00:56 +02:00
at91sam9263ek AT91: Makes AT91SAM9263-EK build correctly against u-boot-atmel/master 2011-08-03 13:00:56 +02:00
atngw100 atngw100: move CONFIG_SYS_TEXT_BASE to header 2011-05-18 07:56:54 +02:00
atstk1000 atstk100x: switch to common cfi driver 2011-07-04 10:55:27 +02:00