]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:58 +0000 (13:48 +0200)
commit27cc76a5c4fab71b63fcfc4a607632ade8e138eb
tree21214bcfc9eef751c0bff409e9ebb9fb42786ffb
parent24b6eabbdb3d62ed52a7298b6a0da6bb373e8626
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