Re: [U-Boot] [RFC PATCH v3 07/14] dm: eth: Add basic driver model support to Ethernet stack

2015-02-17 Thread Simon Glass
Hi Joe, On 16 February 2015 at 21:37, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Sun, Feb 15, 2015 at 9:49 AM, Simon Glass s...@chromium.org wrote: Hi Joe, On 10 February 2015 at 18:30, Joe Hershberger joe.hershber...@ni.com wrote: First just add support for MAC

Re: [U-Boot] [RFC PATCH v3 07/14] dm: eth: Add basic driver model support to Ethernet stack

2015-02-16 Thread Joe Hershberger
Hi Simon, On Sun, Feb 15, 2015 at 9:49 AM, Simon Glass s...@chromium.org wrote: Hi Joe, On 10 February 2015 at 18:30, Joe Hershberger joe.hershber...@ni.com wrote: First just add support for MAC drivers. It has taken me a while to get through all this unfortunately. This seems OK to me

Re: [U-Boot] [RFC PATCH v3 07/14] dm: eth: Add basic driver model support to Ethernet stack

2015-02-15 Thread Simon Glass
Hi Joe, On 10 February 2015 at 18:30, Joe Hershberger joe.hershber...@ni.com wrote: First just add support for MAC drivers. It has taken me a while to get through all this unfortunately. This seems OK to me but needs a clean-up with more comments, etc. If you like these could go in a separate

[U-Boot] [RFC PATCH v3 07/14] dm: eth: Add basic driver model support to Ethernet stack

2015-02-10 Thread Joe Hershberger
First just add support for MAC drivers. Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- Changes in v3: -Correct the pre_unbind logic -Correct failure chaining from bind to probe to init --Fail init if not activated --Fail probe if ethaddr not set -Update ethaddr from env