openwrt/target/linux/realtek/files-5.10/drivers/net/dsa/rtl83xx
Birger Koblitz 76f60470a1 realtek: Fix bug when accessing external PHYs on SoCs older than Revision C
RTL8393 SoCs older than Revision C hang on accesses to PHYs with PHY address
larger or equal to the CPU-port (52). This will make scanning the MDIO bus
hang forever. Since the RTL8390 platform does not support more than
52 PHYs, return -EIO for phy addresses >= 52. Note that the RTL8390 family
of SoCs has a fixed mapping between port number and PHY-address.

Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
2021-10-09 08:25:06 +02:00
..
common.c realtek: Add debugfs support for RTL9300 2021-10-09 08:25:06 +02:00
debugfs.c realtek: Add debugfs support for RTL9300 2021-10-09 08:25:06 +02:00
dsa.c realtek: Fix bug in VLAN ingress and egress filtering 2021-10-09 08:25:06 +02:00
Kconfig
Makefile realtek: Add driver support for TC offloading 2021-10-09 08:25:05 +02:00
qos.c
rtl83xx.h realtek: Add driver support for TC offloading 2021-10-09 08:25:05 +02:00
rtl838x.c realtek: Add SoC-specific routing offload implementation 2021-10-09 08:25:06 +02:00
rtl838x.h realtek: add driver support for routing offload 2021-10-09 08:25:06 +02:00
rtl839x.c realtek: Fix bug when accessing external PHYs on SoCs older than Revision C 2021-10-09 08:25:06 +02:00
rtl930x.c realtek: Add SoC-specific routing offload implementation 2021-10-09 08:25:06 +02:00
rtl931x.c realtek: Add SoC-specific routing offload implementation 2021-10-09 08:25:06 +02:00
tc.c realtek: Add driver support for TC offloading 2021-10-09 08:25:05 +02:00