Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-06 Thread Yang, Wenyou
.@ni.com>; h...@denx.de > Subject: Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model > > Hi, > > On 4 May 2016 at 21:37, Yang, Wenyou <wenyou.y...@atmel.com> wrote: > > Hi, > > > > > > On 2016/5/5 11:18, Simon Glass wrote: >

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-05 Thread Simon Glass
> > -Original Message- >> > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass >> > Sent: 2016年5月5日 10:38 >> > To: Yang, Wenyou <wenyou.y...@atmel.com> >> > Cc: h...@denx.de; U-Boot Mailing List <u-boot@lists.denx.de>; Joe &

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-04 Thread Yang, Wenyou
oot@lists.denx.de <mailto:u-boot@lists.denx.de>>; Joe Hershberger > > <joe.hershber...@ni.com <mailto:joe.hershber...@ni.com>> > > Subject: Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model > > > > Hi, > > > > On 4 May 2016 at 01:3

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-04 Thread Simon Glass
;wenyou.y...@atmel.com> > > Cc: h...@denx.de; U-Boot Mailing List <u-boot@lists.denx.de>; Joe Hershberger > > <joe.hershber...@ni.com> > > Subject: Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model > > > > Hi, > > > > On 4 May

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-04 Thread Yang, Wenyou
joe.hershber...@ni.com> > Subject: Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model > > Hi, > > On 4 May 2016 at 01:32, Yang, Wenyou <wenyou.y...@atmel.com> wrote: > > > > Hi > > > > > -Original Message- > > > From: U-

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-04 Thread Simon Glass
...@chromium.org> > > Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Joe Hershberger > > <joe.hershber...@ni.com> > > Subject: Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model > > > > Hello Simon, > > > > Am 03.05.2016 um 08:40

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-04 Thread Simon Glass
Hi Joe, On 3 May 2016 at 14:54, Joe Hershberger wrote: > On Tue, May 3, 2016 at 1:40 AM, Simon Glass wrote: >> Add driver-model support to this driver. The old code remains for now so >> that we can convert boards one at a time. >> >> Signed-off-by:

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-04 Thread Yang, Wenyou
er...@ni.com> > Subject: Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model > > Hello Simon, > > Am 03.05.2016 um 08:40 schrieb Simon Glass: > > Add driver-model support to this driver. The old code remains for now > > so that we can convert boards on

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-04 Thread Yang, Wenyou
Hi, On 2016/5/3 15:53, Heiko Schocher wrote: Hello Simon, Am 03.05.2016 um 08:40 schrieb Simon Glass: Add driver-model support to this driver. The old code remains for now so that we can convert boards one at a time. Signed-off-by: Simon Glass --- drivers/net/macb.c |

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-03 Thread Joe Hershberger
On Tue, May 3, 2016 at 1:40 AM, Simon Glass wrote: > Add driver-model support to this driver. The old code remains for now so > that we can convert boards one at a time. > > Signed-off-by: Simon Glass Acked-by: Joe Hershberger But

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-03 Thread Heiko Schocher
Hello Simon, Am 03.05.2016 um 08:40 schrieb Simon Glass: Add driver-model support to this driver. The old code remains for now so that we can convert boards one at a time. Signed-off-by: Simon Glass --- drivers/net/macb.c | 119

[U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-03 Thread Simon Glass
Add driver-model support to this driver. The old code remains for now so that we can convert boards one at a time. Signed-off-by: Simon Glass --- drivers/net/macb.c | 119 + 1 file changed, 119 insertions(+) diff --git