Re: [U-Boot] [PATCH 5/6] cmd: led: add DM-based implementation

2017-04-10 Thread Simon Glass
Hi Ziping, On 10 April 2017 at 09:06, Ziping Chen wrote: > > This illustrates the vitality of the developer. I'll work much harder. :-) :-) OK, I've just sent v2. Regards, Simon > > Regards, > Ziping Chen > > 2017-04-10 3:27 GMT+08:00 Simon Glass :

Re: [U-Boot] [PATCH 5/6] cmd: led: add DM-based implementation

2017-04-10 Thread Ziping Chen
This illustrates the vitality of the developer. I'll work much harder. :-) Regards, Ziping Chen 2017-04-10 3:27 GMT+08:00 Simon Glass : > Hi, > > On 5 April 2017 at 07:24, Ziping Chen wrote: > > > > > > 2017-04-01 12:22 GMT+08:00 Simon Glass

Re: [U-Boot] [PATCH 5/6] cmd: led: add DM-based implementation

2017-04-09 Thread Simon Glass
Hi, On 5 April 2017 at 07:24, Ziping Chen wrote: > > > 2017-04-01 12:22 GMT+08:00 Simon Glass : >> >> Hi, > > > Hi, Simon > > I have seen your version, and I deem your code is more appropriate. > I'll learn from your code. That is very kind of you.

Re: [U-Boot] [PATCH 5/6] cmd: led: add DM-based implementation

2017-04-05 Thread Ziping Chen
2017-04-01 12:22 GMT+08:00 Simon Glass : > Hi, > > On 27 March 2017 at 08:38, wrote: > > From: Ziping Chen > > > > Currently the "led" command only supports the old API without DM. > > > > Add DM-based implementation of this

Re: [U-Boot] [PATCH 5/6] cmd: led: add DM-based implementation

2017-03-31 Thread Simon Glass
Hi, On 27 March 2017 at 08:38, wrote: > From: Ziping Chen > > Currently the "led" command only supports the old API without DM. > > Add DM-based implementation of this command. > > Also allow this command to be select with Kconfig. > >