u-boot-brain/board/ti/beagle
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
..
beagle.c omap: gpio: Adapt board files to use generic API 2011-09-13 08:25:15 +02:00
beagle.h BeagleBoard: Configure DVI/S-video 2011-09-04 11:36:20 +02:00
config.mk Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE 2010-10-18 22:07:10 +02:00
led.c led: remove camel casing of led identifiers globally 2011-09-13 08:30:52 +02:00
Makefile BeagleBoard: Added LED driver 2011-04-27 19:38:06 +02:00