]> asedeno.scripts.mit.edu Git - linux.git/commit
net: phy: realtek: add support for RTL8211C
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 2 Jul 2018 06:08:13 +0000 (08:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Jul 2018 13:45:59 +0000 (22:45 +0900)
commitcf87915cb9f873742135e786d12d42a35eea7538
treee23f97c51deb00aa998d0b6d138204fdf2df3d5d
parent9868c0b2eb18470a91d6f0f0df318738a50554e2
net: phy: realtek: add support for RTL8211C

RTL8211C has an issue when operating in Gigabit slave mode, therefore
genphy driver can't be used. See also this U-boot change.
https://lists.denx.de/pipermail/u-boot/2016-March/249712.html

Add a PHY driver for this chip with the quirk to force Gigabit master
mode. As a note: This will make it impossible to connect two network
ports directly which both are driven by a RTl8211C.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/realtek.c