|
|
@@ -15,7 +15,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
|
|
|
--- a/drivers/net/phy/realtek.c
|
|
|
+++ b/drivers/net/phy/realtek.c
|
|
|
-@@ -1325,6 +1325,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
+@@ -1375,6 +1375,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
|
.name = "RTL8226 2.5Gbps PHY",
|
|
|
.match_phy_device = rtl8226_match_phy_device,
|
|
|
@@ -23,7 +23,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.get_features = rtl822x_get_features,
|
|
|
.config_aneg = rtl822x_config_aneg,
|
|
|
.read_status = rtl822x_read_status,
|
|
|
-@@ -1337,6 +1338,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
+@@ -1387,6 +1388,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
|
PHY_ID_MATCH_EXACT(0x001cc840),
|
|
|
.name = "RTL8226B_RTL8221B 2.5Gbps PHY",
|
|
|
@@ -31,7 +31,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.get_features = rtl822x_get_features,
|
|
|
.config_aneg = rtl822x_config_aneg,
|
|
|
.config_init = rtl822xb_config_init,
|
|
|
-@@ -1351,6 +1353,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
+@@ -1401,6 +1403,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
|
PHY_ID_MATCH_EXACT(0x001cc838),
|
|
|
.name = "RTL8226-CG 2.5Gbps PHY",
|
|
|
@@ -39,7 +39,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.get_features = rtl822x_get_features,
|
|
|
.config_aneg = rtl822x_config_aneg,
|
|
|
.read_status = rtl822x_read_status,
|
|
|
-@@ -1361,6 +1364,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
+@@ -1411,6 +1414,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
|
PHY_ID_MATCH_EXACT(0x001cc848),
|
|
|
.name = "RTL8226B-CG_RTL8221B-CG 2.5Gbps PHY",
|
|
|
@@ -47,7 +47,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.get_features = rtl822x_get_features,
|
|
|
.config_aneg = rtl822x_config_aneg,
|
|
|
.config_init = rtl822xb_config_init,
|
|
|
-@@ -1373,6 +1377,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
+@@ -1423,6 +1427,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
|
.match_phy_device = rtl8221b_vb_cg_c22_match_phy_device,
|
|
|
.name = "RTL8221B-VB-CG 2.5Gbps PHY (C22)",
|
|
|
@@ -55,7 +55,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.get_features = rtl822x_get_features,
|
|
|
.config_aneg = rtl822x_config_aneg,
|
|
|
.config_init = rtl822xb_config_init,
|
|
|
-@@ -1385,6 +1390,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
+@@ -1435,6 +1440,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
|
.match_phy_device = rtl8221b_vb_cg_c45_match_phy_device,
|
|
|
.name = "RTL8221B-VB-CG 2.5Gbps PHY (C45)",
|
|
|
@@ -63,7 +63,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.config_init = rtl822xb_config_init,
|
|
|
.get_rate_matching = rtl822xb_get_rate_matching,
|
|
|
.get_features = rtl822x_c45_get_features,
|
|
|
-@@ -1395,6 +1401,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
+@@ -1445,6 +1451,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
|
.match_phy_device = rtl8221b_vn_cg_c22_match_phy_device,
|
|
|
.name = "RTL8221B-VM-CG 2.5Gbps PHY (C22)",
|
|
|
@@ -71,7 +71,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.get_features = rtl822x_get_features,
|
|
|
.config_aneg = rtl822x_config_aneg,
|
|
|
.config_init = rtl822xb_config_init,
|
|
|
-@@ -1407,6 +1414,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
+@@ -1457,6 +1464,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
|
.match_phy_device = rtl8221b_vn_cg_c45_match_phy_device,
|
|
|
.name = "RTL8221B-VN-CG 2.5Gbps PHY (C45)",
|