Re: [U-Boot] [PATCH 2/6 v2] misc: add gpio based status led driver

2010-05-25 Thread Scott McNutt
Applied to: git://git.denx.de/u-boot-nios.git next Thanks, --Scott Thomas Chou wrote: > This patch adds a status led driver followed the GPIO access > conventions of Linux. The led mask is used to specify the gpio pin. > > Signed-off-by: Thomas Chou > --- > v2: moved to drivers/misc. > >

[U-Boot] [PATCH 2/6 v2] misc: add gpio based status led driver

2010-04-29 Thread Thomas Chou
This patch adds a status led driver followed the GPIO access conventions of Linux. The led mask is used to specify the gpio pin. Signed-off-by: Thomas Chou --- v2: moved to drivers/misc. drivers/misc/Makefile |1 + drivers/misc/gpio_led.c | 30 ++ 2 files cha