|
@@ -15,7 +15,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
|
|
|
|
|
--- a/drivers/net/phy/realtek/realtek_main.c
|
|
--- a/drivers/net/phy/realtek/realtek_main.c
|
|
|
+++ b/drivers/net/phy/realtek/realtek_main.c
|
|
+++ b/drivers/net/phy/realtek/realtek_main.c
|
|
|
-@@ -1430,6 +1430,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
|
|
|
|
+@@ -1434,6 +1434,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
}, {
|
|
|
.name = "RTL8226 2.5Gbps PHY",
|
|
.name = "RTL8226 2.5Gbps PHY",
|
|
|
.match_phy_device = rtl8226_match_phy_device,
|
|
.match_phy_device = rtl8226_match_phy_device,
|
|
@@ -23,7 +23,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.get_features = rtl822x_get_features,
|
|
.get_features = rtl822x_get_features,
|
|
|
.config_aneg = rtl822x_config_aneg,
|
|
.config_aneg = rtl822x_config_aneg,
|
|
|
.read_status = rtl822x_read_status,
|
|
.read_status = rtl822x_read_status,
|
|
|
-@@ -1440,6 +1441,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
|
|
|
|
+@@ -1444,6 +1445,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
}, {
|
|
|
.match_phy_device = rtl8221b_match_phy_device,
|
|
.match_phy_device = rtl8221b_match_phy_device,
|
|
|
.name = "RTL8226B_RTL8221B 2.5Gbps PHY",
|
|
.name = "RTL8226B_RTL8221B 2.5Gbps PHY",
|
|
@@ -31,7 +31,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.get_features = rtl822x_get_features,
|
|
.get_features = rtl822x_get_features,
|
|
|
.config_aneg = rtl822x_config_aneg,
|
|
.config_aneg = rtl822x_config_aneg,
|
|
|
.config_init = rtl822xb_config_init,
|
|
.config_init = rtl822xb_config_init,
|
|
|
-@@ -1452,6 +1454,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
|
|
|
|
+@@ -1456,6 +1458,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
}, {
|
|
|
PHY_ID_MATCH_EXACT(0x001cc838),
|
|
PHY_ID_MATCH_EXACT(0x001cc838),
|
|
|
.name = "RTL8226-CG 2.5Gbps PHY",
|
|
.name = "RTL8226-CG 2.5Gbps PHY",
|
|
@@ -39,7 +39,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.get_features = rtl822x_get_features,
|
|
.get_features = rtl822x_get_features,
|
|
|
.config_aneg = rtl822x_config_aneg,
|
|
.config_aneg = rtl822x_config_aneg,
|
|
|
.read_status = rtl822x_read_status,
|
|
.read_status = rtl822x_read_status,
|
|
|
-@@ -1462,6 +1465,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
|
|
|
|
+@@ -1466,6 +1469,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
}, {
|
|
|
PHY_ID_MATCH_EXACT(0x001cc848),
|
|
PHY_ID_MATCH_EXACT(0x001cc848),
|
|
|
.name = "RTL8226B-CG_RTL8221B-CG 2.5Gbps PHY",
|
|
.name = "RTL8226B-CG_RTL8221B-CG 2.5Gbps PHY",
|
|
@@ -47,7 +47,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.get_features = rtl822x_get_features,
|
|
.get_features = rtl822x_get_features,
|
|
|
.config_aneg = rtl822x_config_aneg,
|
|
.config_aneg = rtl822x_config_aneg,
|
|
|
.config_init = rtl822xb_config_init,
|
|
.config_init = rtl822xb_config_init,
|
|
|
-@@ -1474,6 +1478,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
|
|
|
|
+@@ -1478,6 +1482,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
}, {
|
|
|
.match_phy_device = rtl8221b_vb_cg_c22_match_phy_device,
|
|
.match_phy_device = rtl8221b_vb_cg_c22_match_phy_device,
|
|
|
.name = "RTL8221B-VB-CG 2.5Gbps PHY (C22)",
|
|
.name = "RTL8221B-VB-CG 2.5Gbps PHY (C22)",
|
|
@@ -55,7 +55,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.probe = rtl822x_probe,
|
|
.probe = rtl822x_probe,
|
|
|
.get_features = rtl822x_get_features,
|
|
.get_features = rtl822x_get_features,
|
|
|
.config_aneg = rtl822x_config_aneg,
|
|
.config_aneg = rtl822x_config_aneg,
|
|
|
-@@ -1487,6 +1492,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
|
|
|
|
+@@ -1491,6 +1496,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
}, {
|
|
|
.match_phy_device = rtl8221b_vb_cg_c45_match_phy_device,
|
|
.match_phy_device = rtl8221b_vb_cg_c45_match_phy_device,
|
|
|
.name = "RTL8221B-VB-CG 2.5Gbps PHY (C45)",
|
|
.name = "RTL8221B-VB-CG 2.5Gbps PHY (C45)",
|
|
@@ -63,7 +63,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.probe = rtl822x_probe,
|
|
.probe = rtl822x_probe,
|
|
|
.config_init = rtl822xb_config_init,
|
|
.config_init = rtl822xb_config_init,
|
|
|
.get_rate_matching = rtl822xb_get_rate_matching,
|
|
.get_rate_matching = rtl822xb_get_rate_matching,
|
|
|
-@@ -1498,6 +1504,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
|
|
|
|
+@@ -1502,6 +1508,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
}, {
|
|
|
.match_phy_device = rtl8221b_vn_cg_c22_match_phy_device,
|
|
.match_phy_device = rtl8221b_vn_cg_c22_match_phy_device,
|
|
|
.name = "RTL8221B-VM-CG 2.5Gbps PHY (C22)",
|
|
.name = "RTL8221B-VM-CG 2.5Gbps PHY (C22)",
|
|
@@ -71,7 +71,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.probe = rtl822x_probe,
|
|
.probe = rtl822x_probe,
|
|
|
.get_features = rtl822x_get_features,
|
|
.get_features = rtl822x_get_features,
|
|
|
.config_aneg = rtl822x_config_aneg,
|
|
.config_aneg = rtl822x_config_aneg,
|
|
|
-@@ -1511,6 +1518,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
|
|
|
|
+@@ -1515,6 +1522,7 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
}, {
|
|
|
.match_phy_device = rtl8221b_vn_cg_c45_match_phy_device,
|
|
.match_phy_device = rtl8221b_vn_cg_c45_match_phy_device,
|
|
|
.name = "RTL8221B-VN-CG 2.5Gbps PHY (C45)",
|
|
.name = "RTL8221B-VN-CG 2.5Gbps PHY (C45)",
|