Re: [U-Boot] [PATCH] BeagleBoard: Added LED driver

2011-04-20 Thread Wolfgang Denk
Dear Jason Kridner, In message <1299013343-29963-1-git-send-email-jkrid...@beagleboard.org> you wrote: > Added LED driver using status_led. USR0 is set to monitor the boot > status. USR1 is set to be the green LED. > > Included adding configuration and command to the default configuration. >

Re: [U-Boot] [PATCH] BeagleBoard: Added LED driver

2011-04-18 Thread Paulraj, Sandeep
> > Added LED driver using status_led. USR0 is set to monitor the boot > status. USR1 is set to be the green LED. > > Included adding configuration and command to the default configuration. > > Signed-off-by: Jason Kridner Pushed to u-boot-ti __

Re: [U-Boot] [PATCH] BeagleBoard: Added LED driver

2011-03-01 Thread Thomas Chou
Hi jason, On 03/02/2011 05:02 AM, Jason Kridner wrote: > Added LED driver using status_led. USR0 is set to monitor the boot > status. USR1 is set to be the green LED. > > Included adding configuration and command to the default configuration. > > Signed-off-by: Jason Kridner Please consider gen

[U-Boot] [PATCH] BeagleBoard: Added LED driver

2011-03-01 Thread Jason Kridner
Added LED driver using status_led. USR0 is set to monitor the boot status. USR1 is set to be the green LED. Included adding configuration and command to the default configuration. Signed-off-by: Jason Kridner --- board/ti/beagle/Makefile |4 +- board/ti/beagle/beagle.c |7

Re: [U-Boot] [PATCH] BeagleBoard: Added LED driver

2010-11-07 Thread Wolfgang Denk
Dear Jason Kridner, In message you wrote: > > > [sp] I see too many ifdef blocks in the code above. The also seems to be > > repetitive. > > > > Is user really expected to change the u-boot config for each LED > > > bit/color? > > This is the existing architecture in status_led.h. I wa

Re: [U-Boot] [PATCH] BeagleBoard: Added LED driver

2010-11-05 Thread Jason Kridner
; beaglebo...@googlegroups.com >> Subject: [U-Boot] [PATCH] BeagleBoard: Added LED driver >> >> Added LED driver using status_led.  USR0 is set to monitor the boot >> status.  USR1 is set to be the green LED. >> (cherry picked from commit 048b526fd7cc0c642f27c674b3e235321c880

Re: [U-Boot] [PATCH] BeagleBoard: Added LED driver

2010-11-05 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Jason Kridner > Sent: Friday, November 05, 2010 11:23 AM > To: u-boot@lists.denx.de; beaglebo...@googlegroups.com > Subject: [U-Boot] [PATCH] BeagleBoard

[U-Boot] [PATCH] BeagleBoard: Added LED driver

2010-11-04 Thread Jason Kridner
Added LED driver using status_led. USR0 is set to monitor the boot status. USR1 is set to be the green LED. (cherry picked from commit 048b526fd7cc0c642f27c674b3e235321c880b66) Signed-off-by: Jason Kridner --- board/ti/beagle/Makefile |4 ++- board/ti/beagle/beagle.c |7 board/ti/