summaryrefslogtreecommitdiff
path: root/drivers/usb/eth/r8152.c
AgeCommit message (Expand)Author
2020-09-01eth/r8152: support RTL8153B/RTL8154BHayes Wang
2020-09-01eth/r8152: reset PHY after setting itHayes Wang
2020-09-01eth/r8152: reset bmu after disabling Tx/RxHayes Wang
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-29eth/r8152: fix assigning the wrong endpointHayes Wang
2020-05-22eth/r8152: fix typo in register nameHayes Wang
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-07net: usb: r8152: fix "duplicate 'const' declaration specifier"Philipp Tomsich
2016-12-08net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffersStefan Roese
2016-08-07net: usb: r8152: Add DM supportStefan Roese
2016-01-23usb: eth: add Realtek RTL8152B/RTL8153 DRIVERTed Chen