aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/eth/asix.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-09-27net: 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-11Move 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-21dm: 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-22net: asix: Add support for AX88772BAlexandre Courbot1-0/+1
2014-06-25usb: 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-12usb: 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