Re: [U-Boot] [PATCH v5 13/27] dm: eth: Add basic driver model support to Ethernet stack

2015-03-04 Thread Simon Glass
On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: First just add support for MAC drivers. Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- Changes in v5: -Add a note to doc/README.drivers.eth about its obsolescence -Expanded the Kconfig help -Moved dm/

[U-Boot] [PATCH v5 13/27] dm: eth: Add basic driver model support to Ethernet stack

2015-03-03 Thread Joe Hershberger
First just add support for MAC drivers. Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- Changes in v5: -Add a note to doc/README.drivers.eth about its obsolescence -Expanded the Kconfig help -Moved dm/ header -Use local var for priv in eth_get_dev() Changes in v4: --Don't prevent