u-boot/arch/arm/cpu/arm926ejs/at91
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
..
at91cap9_devices.c arm: Move cpu/$CPU to arch/arm/cpu/$CPU 2010-04-13 09:13:24 +02:00
at91sam9m10g45_devices.c atmel: update at91sam9m10g45 SoC support to new style 2011-09-03 22:40:44 +02:00
at91sam9rl_devices.c AT91: Makes AT91SAM9RL SoC build correctly against u-boot-atmel/master 2011-08-03 13:00:56 +02:00
at91sam9260_devices.c AT91: fix mistake in at91sam9260_devices.c(spi1_hw_init) 2011-08-03 13:00:56 +02:00
at91sam9261_devices.c AT91: change common at91sam9261 files to compile with new scheme 2011-08-03 13:00:56 +02:00
at91sam9263_devices.c AT91: Makes AT91SAM9263 SoC build correctly against u-boot-atmel/master 2011-08-03 13:00:56 +02:00
clock.c arm920t/at91: add clock.c 2011-07-04 10:55:27 +02:00
config.mk arm: Move cpu/$CPU to arch/arm/cpu/$CPU 2010-04-13 09:13:24 +02:00
cpu.c AT91: change includes from asm/arch/io.h to asm/io.h 2011-05-18 07:56:51 +02:00
eflash.c AT91: change includes from asm/arch/io.h to asm/io.h 2011-05-18 07:56:51 +02:00
led.c led: remove camel casing of led identifiers globally 2011-09-13 08:30:52 +02:00
lowlevel_init.S AT91: Makes AT91SAM9263 SoC build correctly against u-boot-atmel/master 2011-08-03 13:00:56 +02:00
Makefile AT91: fix related at91 system/driver files 2011-05-18 07:56:51 +02:00
reset.c AT91: change includes from asm/arch/io.h to asm/io.h 2011-05-18 07:56:51 +02:00
timer.c AT91: fix timer.c - remove reset_timer() 2011-05-18 07:56:52 +02:00