
9 Apr
2015
9 Apr
'15
5:04 a.m.
On 6 April 2015 at 15:09, Joe Hershberger joe.hershberger@gmail.com wrote:
Hi Simon,
On Sun, Apr 5, 2015 at 5:07 PM, Simon Glass sjg@chromium.org wrote:
Add driver model support to the designware driver. This reuses most of the existing code except for some duplication in the probe() method.
Signed-off-by: Simon Glass sjg@chromium.org
Acked-by: Joe Hershberger joe.hershberger@ni.com
Changes in v2:
- Use the new recv() method and the free_pkt() method
drivers/net/designware.c | 167 ++++++++++++++++++++++++++++++++++++++++++----- drivers/net/designware.h | 3 +- 2 files changed, 153 insertions(+), 17 deletions(-)
Applied to u-boot-dm/next.