summaryrefslogtreecommitdiff
path: root/drivers/usb/eth/asix88179.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-08usb: eth: asix88179: Remove non-DM_ETH codeTom Rini1-250/+0
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: 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-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.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-08-09eth: asix88179: Add support for the driver modelAlban Bedel1-0/+184
2016-08-09eth: asix88179: Prepare supporting the driver modelAlban Bedel1-28/+47
2016-08-07eth: asix88179: Fix receiving on big endian systemAlban Bedel1-1/+1
2016-08-07eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet AdapterAlban Bedel1-0/+2
2016-04-02eth: asix88179: Print packet length properlyMateusz Kulikowski1-1/+1
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2015-01-18usb: eth: asix88179: add ability to modify MAC addressRene Griessl1-0/+14
2014-12-31usb: eth: add ASIX AX88179 DRIVERRene Griessl1-0/+700