aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.15/730-net-phy-realtek-detect-early-version-of-RTL8221B.patch
Commit message (Collapse)AuthorAgeFilesLines
* generic: net: phy: realtek: detect early version of RTL8221BDaniel Golle2023-04-301-0/+63
Early versions (?) of the RTL8221B PHY cannot be identified in a regular Clause-45 bus scan as the PHY doesn't report the implemented MMDs correctly but returns 0 instead. Implement custom identify function using the PKGID instead of iterating over the implemented MMDs to work-around this problem. Signed-off-by: Daniel Golle <daniel@makrotopia.org>