summaryrefslogtreecommitdiff
path: root/drivers/usb/eth/asix.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-28net: asix: Fix ASIX 88772B with driver modelAlban Bedel1-24/+3
2016-09-09net: asix: Fix AX88772B when used with DriverModelJoshua Scott1-0/+5
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-08-05net: asix: fix operation without eepromMarcel Ziswiler1-6/+34
2015-07-22dm: usb: eth: Add driver-model support to the asix driverSimon Glass1-21/+216
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+2
2015-04-14usb: eth: asix: Build warning fixes for 64-bitThierry Reding1-1/+1
2014-10-23net: asix: Add support for AX88772BAlexandre Courbot1-0/+1
2014-06-26usb: cosmetic: double constJeroen Hofstee1-1/+1
2014-03-07net: asix: don't pad odd-length TX packetsStephen Warren1-2/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-16/+1
2013-06-30usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1Pierre Aubert1-0/+1
2013-06-13usb: asix: Move software resets to basic_initJulius Werner1-23/+17
2012-09-26net: asix: add AX88772B supportLucas Stach1-12/+23
2012-09-26net: asix: add read_mac functionLucas Stach1-12/+35
2012-09-26net: asix: add write_hwaddr functionLucas Stach1-11/+52
2012-09-26net: asix: split out basic reset functionLucas Stach1-18/+26
2012-07-11CACHE: net: asix: Fix asix driver to work with data cache onMarek Vasut1-13/+17
2012-05-22drivers/usb/eth/asix.c: Fix build warningAnatolij Gustschin1-1/+1
2011-09-24ASIX: Fix buffer access in asix_get_phy_addr()Marek Vasut1-1/+1
2011-02-19Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet AdaptorSimon Glass1-0/+635