aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/eth/r8152.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07usb: eth: r8152: Remove non-DM_ETH codeTom Rini1-275/+0
2022-04-22Add support for TP-Link UE200 dongleOleksii Titov1-0/+2
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini1-4/+22
2020-12-16eth/r8152: fix the aggregation issueHayes Wang1-2/+15
2020-12-16eth/r8152: free previous memory if r8152_eth_probe failHayes Wang1-2/+7
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-09-01eth/r8152: support RTL8153B/RTL8154BHayes Wang1-2/+205
2020-09-01eth/r8152: reset PHY after setting itHayes Wang1-1/+1
2020-09-01eth/r8152: reset bmu after disabling Tx/RxHayes Wang1-0/+14
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-29eth/r8152: fix assigning the wrong endpointHayes Wang1-6/+8
2020-05-22eth/r8152: fix typo in register nameHayes Wang1-4/+4
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-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-07net: usb: r8152: fix "duplicate 'const' declaration specifier"Philipp Tomsich1-2/+2
2016-12-08net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffersStefan Roese1-6/+16
2016-08-07net: usb: r8152: Add DM supportStefan Roese1-22/+215
2016-01-23usb: eth: add Realtek RTL8152B/RTL8153 DRIVERTed Chen1-0/+1456