]> git.baikalelectronics.ru Git - kernel.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)
commit3481a54e14e40b0d03b96af6da90db6183876134
tree698043ce5e73174a3f9dd1b8eb18623d1933c94a
parentea9014a13c68266f30910fb8ae91f31f69a7778c
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]