]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net/usb: add relative mii functions for r815x
authorhayeswang <hayeswang@realtek.com>
Mon, 8 Jul 2013 02:41:21 +0000 (10:41 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Jul 2013 00:11:01 +0000 (17:11 -0700)
commitc073f666ff5c38477849c5109f2c430df1a60e82
tree698043ce5e73174a3f9dd1b8eb18623d1933c94a
parentd77e41e12744e53ca7f98f920350998b5f00c93a
net/usb: add relative mii functions for r815x

Base on cdc_ether, add the mii functions for RTL8152 and RTL8153.
The RTL8152 and RTL8153 support ECM mode which use the driver of
cdc_ether. Add the mii functions. Then, the basic PHY access is
possible.

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/Makefile
drivers/net/usb/cdc_ether.c
drivers/net/usb/r815x.c [new file with mode: 0644]