Files
u-boot/drivers/net
Simon Glass 64dcd25f55 dm: net: Tidy up designware driver ready for driver model
Adjust the error handling to use errno.h instead of returning -1. Change
leaf functions to pass in the arguments they require rather than struct
eth_device. Apart from simplifying the code it makes is easier to reuse
these functions for driver model, since mostly they actually only use
struct dw_eth_priv (which we can keep).

Create a stub for each Ethernet operation function. This will allow use to
share code with the driver model versions.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2015-04-18 11:11:37 -06:00
..
2011-01-09 18:06:50 +01:00
2010-07-12 00:14:29 -07:00
2013-04-01 16:33:52 -04:00
2014-04-18 10:42:30 -04:00
2013-04-01 16:33:52 -04:00
2015-03-24 21:22:37 -06:00
2015-01-30 15:55:00 -06:00
2012-11-04 11:00:36 -07:00