|
|
@@ -12,7 +12,7 @@ Signed-off-by: Jianhui Zhao <[email protected]>
|
|
|
|
|
|
--- a/drivers/net/phy/realtek.c
|
|
|
+++ b/drivers/net/phy/realtek.c
|
|
|
-@@ -1264,6 +1264,51 @@ static irqreturn_t rtl9000a_handle_inter
|
|
|
+@@ -1286,6 +1286,51 @@ static irqreturn_t rtl9000a_handle_inter
|
|
|
return IRQ_HANDLED;
|
|
|
}
|
|
|
|
|
|
@@ -64,7 +64,7 @@ Signed-off-by: Jianhui Zhao <[email protected]>
|
|
|
static struct phy_driver realtek_drvs[] = {
|
|
|
{
|
|
|
PHY_ID_MATCH_EXACT(0x00008201),
|
|
|
-@@ -1430,6 +1475,8 @@ static struct phy_driver realtek_drvs[]
|
|
|
+@@ -1452,6 +1497,8 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
|
.match_phy_device = rtl8221b_vb_cg_c22_match_phy_device,
|
|
|
.name = "RTL8221B-VB-CG 2.5Gbps PHY (C22)",
|
|
|
@@ -73,7 +73,7 @@ Signed-off-by: Jianhui Zhao <[email protected]>
|
|
|
.probe = rtl822x_probe,
|
|
|
.soft_reset = genphy_soft_reset,
|
|
|
.get_features = rtl822x_get_features,
|
|
|
-@@ -1444,6 +1491,8 @@ static struct phy_driver realtek_drvs[]
|
|
|
+@@ -1466,6 +1513,8 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
|
.match_phy_device = rtl8221b_vb_cg_c45_match_phy_device,
|
|
|
.name = "RTL8221B-VB-CG 2.5Gbps PHY (C45)",
|
|
|
@@ -82,7 +82,7 @@ Signed-off-by: Jianhui Zhao <[email protected]>
|
|
|
.probe = rtl822x_probe,
|
|
|
.soft_reset = genphy_soft_reset,
|
|
|
.config_init = rtl822xb_config_init,
|
|
|
-@@ -1456,6 +1505,8 @@ static struct phy_driver realtek_drvs[]
|
|
|
+@@ -1478,6 +1527,8 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
|
.match_phy_device = rtl8221b_vn_cg_c22_match_phy_device,
|
|
|
.name = "RTL8221B-VM-CG 2.5Gbps PHY (C22)",
|
|
|
@@ -91,7 +91,7 @@ Signed-off-by: Jianhui Zhao <[email protected]>
|
|
|
.probe = rtl822x_probe,
|
|
|
.soft_reset = genphy_soft_reset,
|
|
|
.get_features = rtl822x_get_features,
|
|
|
-@@ -1470,6 +1521,8 @@ static struct phy_driver realtek_drvs[]
|
|
|
+@@ -1492,6 +1543,8 @@ static struct phy_driver realtek_drvs[]
|
|
|
}, {
|
|
|
.match_phy_device = rtl8221b_vn_cg_c45_match_phy_device,
|
|
|
.name = "RTL8221B-VN-CG 2.5Gbps PHY (C45)",
|