Re: [U-Boot] [RFC PATCH 5/7] net: Add basic driver model support to Ethernet stack

2015-01-28 Thread Simon Glass
Hi Joe, On 28 January 2015 at 03:22, Joe Hershberger wrote: > On Tue, Jan 27, 2015 at 8:34 PM, Simon Glass wrote: >> >> Hi Joe, >> >> On 27 January 2015 at 16:27, Joe Hershberger >> wrote: >> > First just add support for MAC drivers. >> > >> >> I don't fully understand this partly because my kn

Re: [U-Boot] [RFC PATCH 5/7] net: Add basic driver model support to Ethernet stack

2015-01-28 Thread Joe Hershberger
On Tue, Jan 27, 2015 at 8:34 PM, Simon Glass wrote: > > Hi Joe, > > On 27 January 2015 at 16:27, Joe Hershberger wrote: > > First just add support for MAC drivers. > > > > I don't fully understand this partly because my knowledge of the > network stack is limited. So I'll make a few comments and

Re: [U-Boot] [RFC PATCH 5/7] net: Add basic driver model support to Ethernet stack

2015-01-27 Thread Simon Glass
Hi Joe, On 27 January 2015 at 16:27, Joe Hershberger wrote: > First just add support for MAC drivers. > I don't fully understand this partly because my knowledge of the network stack is limited. So I'll make a few comments and we can go from there. > Signed-off-by: Joe Hershberger > --- > > c

[U-Boot] [RFC PATCH 5/7] net: Add basic driver model support to Ethernet stack

2015-01-27 Thread Joe Hershberger
First just add support for MAC drivers. Signed-off-by: Joe Hershberger --- common/board_r.c | 4 +- common/cmd_bdinfo.c| 2 + include/dm/uclass-id.h | 1 + include/net.h | 23 net/eth.c | 320 - 5 files