]> git.sur5r.net Git - u-boot/commit
dm: eth: Add driver-model support to the rtl8169 driver
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 22:47:45 +0000 (16:47 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:39 +0000 (17:39 -0600)
commitd0a5a0b2d800ddf248a7a843e5efba72d19059cc
treea894081597d71777765fa05ff29972c2d9bb80d2
parentaba92962498609bcfee7a2b5332aa97440179f1d
dm: eth: Add driver-model support to the rtl8169 driver

This driver is used by the Intel Minnowmax board. Convert it to driver model
so it can use the new Ethernet implementation.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/net/rtl8169.c