From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Wed, 02 Mar 2011 09:47:41 +0800 Subject: [U-Boot] [PATCH] BeagleBoard: Added LED driver In-Reply-To: <1299013343-29963-1-git-send-email-jkridner@beagleboard.org> References: <1299013343-29963-1-git-send-email-jkridner@beagleboard.org> Message-ID: <4D6DA1BD.6020002@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 generic gpio api and drivers/misc/gpio_led.c. Regard, Thomas