summaryrefslogtreecommitdiff
path: root/drivers/usb/eth/r8152.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* eth/r8152: fix assigning the wrong endpointHayes Wang2020-05-291-6/+8
* eth/r8152: fix typo in register nameHayes Wang2020-05-221-4/+4
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski2018-12-141-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: usb: r8152: fix "duplicate 'const' declaration specifier"Philipp Tomsich2017-08-071-2/+2
* net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffersStefan Roese2016-12-081-6/+16
* net: usb: r8152: Add DM supportStefan Roese2016-08-071-22/+215
* usb: eth: add Realtek RTL8152B/RTL8153 DRIVERTed Chen2016-01-231-0/+1456