rv1126-uboot/net
David Wu 548715c7d5 UPSTREAM: net: eth-uclass: Change uclass driver name to ethernet
dev_read_alias_seq() used uc_drv->name compared to alias
stem string, Ethernet's alias stem uses "ethernet", which
does not match the eth-uclass driver name "eth", can not
get the correct index of ethernet alias namer. So it seems
change uclass driver name to match the alias stem is a more
reasonable way.

(cherry picked from commit 1231184caacad32c180d7e2338a645f7dfe9571a)
Signed-off-by: David Wu <david.wu@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

Change-Id: I2ebbf20ae2a127456f92dc79461610b7b339c8f3
Signed-off-by: David Wu <david.wu@rock-chips.com>
2021-01-30 09:48:34 +08:00
..
Kconfig
Makefile
arp.c
arp.h
bootp.c
bootp.h
cdp.c
cdp.h
checksum.c
dns.c
dns.h
eth-uclass.c UPSTREAM: net: eth-uclass: Change uclass driver name to ethernet 2021-01-30 09:48:34 +08:00
eth_common.c
eth_internal.h
eth_legacy.c
fastboot.c
link_local.c
link_local.h
mdio-uclass.c
net.c
net_rand.h
nfs.c
nfs.h
ping.c
ping.h
rarp.c
rarp.h
sntp.c
sntp.h
tftp.c