Re: [U-Boot] [PATCH v2 8/9] led: Mark existing driver as legacy

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 : >> >> The existing 'led' command does not support driver model. Rename it to >> indicate that it is legacy code. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: None >> >> cmd/Makefile |

Re: [U-Boot] [PATCH v2 8/9] led: Mark existing driver as legacy

2017-04-12 Thread Ziping Chen
2017-04-11 1:34 GMT+08:00 Simon Glass : > The existing 'led' command does not support driver model. Rename it to > indicate that it is legacy code. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > cmd/Makefile | 2 +- > cmd/legacy_led.c | 4 ++-- > 2 files changed, 3 insertio

[U-Boot] [PATCH v2 8/9] led: Mark existing driver as legacy

2017-04-10 Thread Simon Glass
The existing 'led' command does not support driver model. Rename it to indicate that it is legacy code. Signed-off-by: Simon Glass --- Changes in v2: None cmd/Makefile | 2 +- cmd/legacy_led.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/Makefile b/cmd/Makef