Files
u-boot-tk1-som/drivers
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
..
2015-04-07 08:41:10 -04:00
2015-02-24 13:09:42 -08:00
2015-03-30 23:24:38 -05:00
2015-04-10 14:23:23 +02:00
2015-04-18 11:11:30 -06:00
2015-03-24 10:50:50 -04:00
2014-09-24 18:30:28 -04:00