]> Pileus Git - ~andy/linux/commit
asix: Add a new driver for the AX88172A
authorChristian Riesch <christian.riesch@omicron.at>
Fri, 13 Jul 2012 05:26:31 +0000 (05:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jul 2012 06:26:23 +0000 (23:26 -0700)
commit16626b0cc3d5afe250850f96759b241f8a403b52
tree97cb3cc00d2cebc7d59d6a56d253538d08c8fb02
parent607740bc1605395c96b09416cdcc5e77c8976eed
asix: Add a new driver for the AX88172A

The Asix AX88172A is a USB 2.0 Ethernet interface that supports both an
internal PHY as well as an external PHY (connected via MII).

This patch adds a driver for the AX88172A and provides support for
both modes and the phylib.

Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/Makefile
drivers/net/usb/asix.h
drivers/net/usb/asix_common.c
drivers/net/usb/asix_devices.c
drivers/net/usb/ax88172a.c [new file with mode: 0644]