Re: [U-Boot] [RFC PATCH v2 4/8] net: Refactor in preparation for driver model

2015-02-06 Thread Simon Glass
On 2 February 2015 at 17:38, Joe Hershberger joe.hershber...@ni.com wrote: Move some things around and organize things so that the driver model implementation will fit in more easily. Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- Changes in v2: None include/net.h | 63

[U-Boot] [RFC PATCH v2 4/8] net: Refactor in preparation for driver model

2015-02-02 Thread Joe Hershberger
Move some things around and organize things so that the driver model implementation will fit in more easily. Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- Changes in v2: None include/net.h | 63 + net/eth.c | 75