index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
eth
/
r8152.c
Age
Commit message (
Expand
)
Author
2020-09-01
eth/r8152: support RTL8153B/RTL8154B
Hayes Wang
2020-09-01
eth/r8152: reset PHY after setting it
Hayes Wang
2020-09-01
eth/r8152: reset bmu after disabling Tx/Rx
Hayes Wang
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-05-29
eth/r8152: fix assigning the wrong endpoint
Hayes Wang
2020-05-22
eth/r8152: fix typo in register name
Hayes Wang
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2018-12-14
usb: composite: Move bitmap related operations to ./include/linux/bitmap.h
Lukasz Majewski
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-07
net: usb: r8152: fix "duplicate 'const' declaration specifier"
Philipp Tomsich
2016-12-08
net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffers
Stefan Roese
2016-08-07
net: usb: r8152: Add DM support
Stefan Roese
2016-01-23
usb: eth: add Realtek RTL8152B/RTL8153 DRIVER
Ted Chen