summaryrefslogtreecommitdiff
path: root/drivers/usb/eth/r8152.c
Commit message (Expand)AuthorAgeFilesLines
* usb: eth: r8152: Remove non-DM_ETH codeTom Rini2022-12-071-275/+0
* Add support for TP-Link UE200 dongleOleksii Titov2022-04-221-0/+2
* WS cleanup: remove trailing empty linesWolfgang Denk2021-09-301-1/+0
* Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-4/+22
|\
| * eth/r8152: fix the aggregation issueHayes Wang2020-12-161-2/+15
| * eth/r8152: free previous memory if r8152_eth_probe failHayes Wang2020-12-161-2/+7
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
|/
* eth/r8152: support RTL8153B/RTL8154BHayes Wang2020-09-011-2/+205
* eth/r8152: reset PHY after setting itHayes Wang2020-09-011-1/+1
* eth/r8152: reset bmu after disabling Tx/RxHayes Wang2020-09-011-0/+14
* 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