Re: [U-Boot] [PATCH v2 9/9] dm: led: Add a new 'led' command

2017-04-15 Thread Simon Glass
On 12 April 2017 at 02:53, Ziping Chen wrote: > > > 2017-04-11 1:34 GMT+08:00 Simon Glass : >> >> When driver model is used for LEDs, provide a command to allow LED access. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: None >> >> cmd/Kconfig | 9 >> cmd/Makefile | 1 + >>

Re: [U-Boot] [PATCH v2 9/9] dm: led: Add a new 'led' command

2017-04-12 Thread Ziping Chen
2017-04-11 1:34 GMT+08:00 Simon Glass : > When driver model is used for LEDs, provide a command to allow LED access. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > cmd/Kconfig | 9 > cmd/Makefile | 1 + > cmd/led.c| 145 ++ > +++

[U-Boot] [PATCH v2 9/9] dm: led: Add a new 'led' command

2017-04-10 Thread Simon Glass
When driver model is used for LEDs, provide a command to allow LED access. Signed-off-by: Simon Glass --- Changes in v2: None cmd/Kconfig | 9 cmd/Makefile | 1 + cmd/led.c| 145 +++ 3 files changed, 155 insertions(+) creat