[PATCH v8 2/2] net: phy: vitesse: Remove support for VSC8514.

2019-04-22 Thread Kavyasree.Kotagiri
From: Kavya Sree Kotagiri Add support for VSC8514 in Microsemi driver (mscc.c) with more features. Signed-off-by: Kavya Sree Kotagiri --- Changes in v8: None Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/

[PATCH v8 1/2] net: phy: mscc: add support for VSC8514 PHY.

2019-04-22 Thread Kavyasree.Kotagiri
From: Kavya Sree Kotagiri The VSC8514 PHY is a 4-ports PHY that is 10/100/1000BASE-T, 100BASE-FX, 1000BASE-X, can communicate with the MAC via QSGMII. The MAC interface protocol for each port within QSGMII can be either 1000BASE-X or SGMII, if the QSGMII MAC that the VSC8514 is connecting to supp

[PATCH v8 0/2] net: phy: mscc: Improvements to VSC8514 PHY driver.

2019-04-22 Thread Kavyasree.Kotagiri
The VSC8514 PHY is a 4-ports PHY that is 10/100/1000BASE-T, 100BASE-FX, 1000BASE-X, can communicate with the MAC via QSGMII. The MAC interface protocol for each port within QSGMII can be either 1000BASE-X or SGMII, if the QSGMII MAC that the VSC8514 is connecting to supports thi

[PATCH v7 2/2] net: phy: vitesse: Remove support for VSC8514.

2019-04-18 Thread Kavyasree.Kotagiri
From: Kavya Sree Kotagiri Add support for VSC8514 in Microsemi driver (mscc.c) with more features. Signed-off-by: Kavya Sree Kotagiri --- Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/net/phy/vitesse.c | 1

[PATCH v7 1/2] net: phy: mscc: add support for VSC8514 PHY.

2019-04-18 Thread Kavyasree.Kotagiri
From: Kavya Sree Kotagiri The VSC8514 PHY is a 4-ports PHY that is 10/100/1000BASE-T, 100BASE-FX, 1000BASE-X, can communicate with the MAC via QSGMII. The MAC interface protocol for each port within QSGMII can be either 1000BASE-X or SGMII, if the QSGMII MAC that the VSC8514 is connecting to supp

[PATCH v7 0/2] net: phy: mscc: Improvements to VSC8514 PHY driver.

2019-04-18 Thread Kavyasree.Kotagiri
The VSC8514 PHY is a 4-ports PHY that is 10/100/1000BASE-T, 100BASE-FX, 1000BASE-X, can communicate with the MAC via QSGMII. The MAC interface protocol for each port within QSGMII can be either 1000BASE-X or SGMII, if the QSGMII MAC that the VSC8514 is connecting to supports thi

[PATCH v6 2/2] net: phy: vitesse: Remove support for VSC8514.

2019-04-17 Thread Kavyasree.Kotagiri
From: Kavya Sree Kotagiri Add support for VSC8514 in Microsemi driver (mscc.c) with more features. Signed-off-by: Kavya Sree Kotagiri --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/net/phy/vitesse.c | 12 1 fil

[PATCH v6 1/2] net: phy: mscc: add support for VSC8514 PHY.

2019-04-17 Thread Kavyasree.Kotagiri
From: Kavya Sree Kotagiri The VSC8514 PHY is a 4-ports PHY that is 10/100/1000BASE-T, 100BASE-FX, 1000BASE-X, can communicate with the MAC via QSGMII. The MAC interface protocol for each port within QSGMII can be either 1000BASE-X or SGMII, if the QSGMII MAC that the VSC8514 is connecting to supp

[PATCH v6 0/2] net: phy: mscc: Improvements to VSC8514 PHY driver.

2019-04-17 Thread Kavyasree.Kotagiri
The VSC8514 PHY is a 4-ports PHY that is 10/100/1000BASE-T, 100BASE-FX, 1000BASE-X, can communicate with the MAC via QSGMII. The MAC interface protocol for each port within QSGMII can be either 1000BASE-X or SGMII, if the QSGMII MAC that the VSC8514 is connecting to supports thi

[PATCH v5 2/2] net: phy: vitesse: Remove support for VSC8514

2019-04-15 Thread Kavyasree.Kotagiri
Add support for VSC8514 in Microsemi driver (mscc.c) with more features. Signed-off-by: Kavya Sree Kotagiri --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/net/phy/vitesse.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/

[PATCH v5 1/2] net: phy: mscc: add support for VSC8514 PHY.

2019-04-15 Thread Kavyasree.Kotagiri
The VSC8514 PHY is a 4-ports PHY that is 10/100/1000BASE-T, 100BASE-FX, 1000BASE-X, can communicate with the MAC via QSGMII. The MAC interface protocol for each port within QSGMII can be either 1000BASE-X or SGMII, if the QSGMII MAC that the VSC8514 is connecting to supports this functionality. VSC

[PATCH v5 0/2] net: phy: mscc: Improvements to VSC8514 PHY driver

2019-04-15 Thread Kavyasree.Kotagiri
The VSC8514 PHY is a 4-ports PHY that is 10/100/1000BASE-T, 100BASE-FX, 1000BASE-X, can communicate with the MAC via QSGMII. The MAC interface protocol for each port within QSGMII can be either 1000BASE-X or SGMII, if the QSGMII MAC that the VSC8514 is connecting to supports thi

[PATCH v4 1/2] net: phy: mscc: add support for VSC8514 PHY

2019-04-10 Thread Kavyasree.Kotagiri
The VSC8514 PHY is a 4-ports PHY that is 10/100/1000BASE-T, 100BASE-FX, 1000BASE-X, can communicate with the MAC via QSGMII. The MAC interface protocol for each port within QSGMII can be either 1000BASE-X or SGMII, if the QSGMII MAC that the VSC8514 is connecting to supports this functionality. VSC

[PATCH v4 2/2] net: phy: vitesse: Remove support for VSC8514

2019-04-10 Thread Kavyasree.Kotagiri
Add support for VSC8514 in Microsemi driver (mscc.c) with more features. Signed-off-by: Kavya Sree Kotagiri --- Changes in v4: None Changes in v3: None Changes in v2: None drivers/net/phy/vitesse.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/net/phy/vitesse.c b/d

[PATCH v4 0/2] net: phy: mscc: Improvements to VSC8514 PHY driver

2019-04-10 Thread Kavyasree.Kotagiri
The VSC8514 PHY is a 4-ports PHY that is 10/100/1000BASE-T, 100BASE-FX, 1000BASE-X, can communicate with the MAC via QSGMII. The MAC interface protocol for each port within QSGMII can be either 1000BASE-X or SGMII, if the QSGMII MAC that the VSC8514 is connecting to supports thi

[PATCH v3 1/2] net: phy: mscc: add support for VSC8514 PHY

2019-04-08 Thread Kavyasree.Kotagiri
From: Kavya Sree Kotagiri The VSC8514 PHY is a 4-ports PHY that is 10/100/1000BASE-T, 100BASE-FX, 1000BASE-X, can communicate with the MAC via QSGMII. The MAC interface protocol for each port within QSGMII can be either 1000BASE-X or SGMII, if the QSGMII MAC that the VSC8514 is connecting to supp

[PATCH v3 2/2] net: phy: vitesse: Remove support for VSC8514

2019-04-08 Thread Kavyasree.Kotagiri
Add support for VSC8514 in Microsemi driver (mscc.c) with more features. Signed-off-by: Kavya Sree Kotagiri --- Changes in v3: None Changes in v2: None drivers/net/phy/vitesse.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/net/phy/vitesse.c b/drivers/net/phy/vitess

[PATCH v3 0/2] net: phy: mscc: Improvements to VSC8514 PHY driver

2019-04-08 Thread Kavyasree.Kotagiri
From: Kavya Sree Kotagiri The VSC8514 PHY is a 4-ports PHY that is 10/100/1000BASE-T, 100BASE-FX, 1000BASE-X, can communicate with the MAC via QSGMII. The MAC interface protocol for each port within QSGMII can be either 1000BASE-X or SGMII, if the QSGMII MAC that the VSC8514 is

[PATCH 2/2] net: phy: vitesse: Remove support for VSC8514

2019-03-06 Thread Kavyasree.Kotagiri
From: Kavya Sree Kotagiri Recently added support for VSC8514 in Microsemi driver (mscc.c) with more features. Features supported in Vitesse driver are also supported in the Microsemi driver. Signed-off-by: Kavya Sree Kotagiri --- drivers/net/phy/vitesse.c | 12 1 file changed, 12

[PATCH 1/2] net: phy: mscc: add support for VSC8514 PHY

2019-03-06 Thread Kavyasree.Kotagiri
From: Kavya Sree Kotagiri The VSC8514 PHY is a 4-ports PHY that is 10/100/1000BASE-T, 100BASE-FX, 1000BASE-X, can communicate with the MAC via QSGMII. The MAC interface protocol for each port within QSGMII can be either 1000BASE-X or SGMII, if the QSGMII MAC that the VSC8514 is connecting to supp

[PATCH] net: mscc: Enable all ports in QSGMII

2019-02-27 Thread Kavyasree.Kotagiri
From: Kavya Sree Kotagiri When Ocelot phy-mode is QSGMII, all 4 ports involved in QSGMII shall be kept out of reset and Tx lanes shall be enabled to pass the data. Fixes: a556c76adc05 ("net: mscc: Add initial Ocelot switch support") Signed-off-by: Kavya Sree Kotagiri Signed-off-by: Steen Hegelu