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 jkrid...@beagleboard.org Pushed to u-boot-ti

[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 jkrid...@beagleboard.org --- board/ti/beagle/Makefile |4 +-

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 Kridnerjkrid...@beagleboard.org

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

2010-11-07 Thread Wolfgang Denk
Dear Jason Kridner, In message aanlktim71jeaakjbhnhfv8fqdvcc5l=es1xfbwlbm...@mail.gmail.com 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

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: Added LED driver Added LED

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

2010-11-05 Thread Jason Kridner
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 048b526fd7cc0c642f27c674b3e235321c880b66) Signed-off-by: Jason Kridner jkrid...@beagleboard.org

[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 jkrid...@beagleboard.org --- board/ti/beagle/Makefile |4 ++-