From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 12 Sep 2011 17:40:27 +0200 Subject: [U-Boot] [PATCH] led: remove camelcase in LED functions from assembly In-Reply-To: <4E6D9941.6070902@aribaud.net> References: <1315779746-11249-1-git-send-email-jdk@ti.com> <201109120004.41035.vapier@gentoo.org> <4E6D9941.6070902@aribaud.net> Message-ID: <4E6E27EB.30209@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 12/09/2011 07:31, Albert ARIBAUD a ?crit : > Hi Mike, > > Le 12/09/2011 06:04, Mike Frysinger a ?crit : >> On Sunday, September 11, 2011 18:22:26 Jason Kridner wrote: >>> This was done with the following command-line: >>> >>> for file in `find . | grep '\.[chS]$'`; >>> do perl -i -pe 's/(green|yellow|red|blue)_LED_(on|off)/$1_led_$2/g' $file; >>> done >> >> one line: >> find . -name '*.[chS]' -exec \ >> sed -ri 's/(green|yellow|red|blue)_LED_(on|off)/\1_led_\2/g' >> >>> --- a/arch/arm/cpu/arm1176/start.S >>> +++ b/arch/arm/cpu/arm1176/start.S >>> >>> bl coloured_LED_init >>> - bl red_LED_on >>> + bl red_led_on >> >> seems like you didnt fix coloured_LED_init >> >> also, i dont see you changing any of the .c files where these funcs are >> actually defined >> -mike > > This patch is assumed to apply above the current git tip, where the > function definitions were already changed, and only .S files should be > fixed. > > Running MAKEALL arm right now, just to make sure, then I will apply it > on top of u-boot-arm/master. Applied to u-boot-arm/master, thanks -- and the non-clean ARM boards count is down to 29 out of 242. Amicalement, -- Albert.