[PATCH v4 net-next 2/2] net: phy: mchp: Add 1588 support for LAN8814 Quad PHY

2020-12-17 Thread Divya Koppera
This patch add supports for 1588 Hardware Timestamping support to LAN8814 Quad Phy. It supports L2 and Ipv4 encapsulations. Signed-off-by: Divya Koppera --- v1 -> v2 * Fixed warnings Reported-by: kernel test robot v2 -> v3 * Split the patch to linkup/linkdown interrupt ha

[PATCH v4 net-next 1/2] net: phy: mchp: Add interrupt support for Link up and Link down to LAN8814 phy

2020-12-17 Thread Divya Koppera
This patch add supports for Link up and Link down interrupts to LAN8814 phy. Signed-off-by: Divya Koppera --- v1 -> v2 * Fixed warnings Reported-by: kernel test robot v2 -> v3 * Splitting 1588 support patch to Link up/down patch and 1588 support patch. v3 -> v4 * Changed MAC AP

[PATCH v4 net-next 0/2] net: phy: mchp: Add support for 1588 driver and interrupt support

2020-12-17 Thread Divya Koppera
linkup/linkdown interrupt and the other is 1588 driver support. v1->v2 -Fixed warnings Reported-by: kernel test robot Divya Koppera (2): net: phy: mchp: Add interrupt support for Link up and Link down to LAN8814 phy net: phy: mchp: Add 1588 support for LAN8814 Quad PHY drivers/net/phy

[PATCH v3 net-next 1/2] net: phy: mchp: Add interrupt support for Link up and Link down to LAN8814 phy

2020-12-16 Thread Divya Koppera
This patch add supports for Link up and Link down interrupts to LAN8814 phy. Signed-off-by: Divya Koppera --- v1 -> v2 * Fixed warnings Reported-by: kernel test robot v2 -> v3 * Splitting 1588 support patch to Link up/down patch and 1588 support patch. --- drivers/net/phy/micrel.

[PATCH v3 net-next 0/2] net: phy: mchp: Add support for 1588 driver and interrupt support

2020-12-16 Thread Divya Koppera
This patch add support for Linkup/Linkdown suport for LAN8814 phy and 1588 Driver support for the same phy. v2->v3 -Split the patch into 2 patches, one is linkup/linkdown interrupt and the other is 1588 driver support. v1->v2 -Fixed warnings Reported-by: kernel test robot Divya Kopp

[PATCH v3 net-next 2/2] net: phy: mchp: Add 1588 support for LAN8814 Quad PHY

2020-12-16 Thread Divya Koppera
This patch add supports for 1588 Hardware Timestamping support to LAN8814 Quad Phy. It supports L2 and Ipv4 encapsulations. Signed-off-by: Divya Koppera --- v1 -> v2 * Fixed warnings Reported-by: kernel test robot v2 -> v3 * Split the patch to linkup/linkdown interrupt ha

[PATCH v2 net-next] net: phy: mchp: Add 1588 support for LAN8814 Quad PHY

2020-12-14 Thread Divya Koppera
This patch add supports for 1588 Hardware Timestamping support to LAN8814 Quad Phy. It supports L2 and Ipv4 encapsulations. Signed-off-by: Divya Koppera --- v1 -> v2 * Fixed warnings Reported-by: kernel test robot --- drivers/net/phy/micrel.c | 1054 +-

[PATCH v1 net-next] net: phy: mchp: Add 1588 support for LAN8814 Quad PHY

2020-12-14 Thread Divya Koppera
This patch add supports for 1588 Hardware Timestamping support to LAN8814 Quad Phy. It supports L2 and Ipv4 encapsulations. Signed-off-by: Divya Koppera --- drivers/net/phy/micrel.c | 1054 +- 1 file changed, 1048 insertions(+), 6 deletions(-) diff --git a

[PATCH v3 net-next] net: phy: mchp: Add support for LAN8814 QUAD PHY

2020-09-11 Thread Divya Koppera
-T, 100BASE-TX, and 1000BASE-T, QSGMII link with the MAC. Signed-off-by: Divya Koppera --- v1 -> v2: * Removing get_features and config_init as the Errata mentioned and other functionality related things are not applicable for this phy. Addressed review comments. --- v2 -> v3: * As v2 co

[PATCH v2 net-next] net: phy: mchp: Add support for LAN8814 QUAD PHY

2020-09-11 Thread Divya Koppera
-T, 100BASE-TX, and 1000BASE-T, QSGMII link with the MAC. Signed-off-by: Divya Koppera --- v1 -> v2: * Removing get_features and config_init as the Errata mentioned and other functionality related things are not applicable for this phy. Addressed review comments. --- drivers/net/phy/micre

[PATCH v1 net-next] net: phy: mchp: Add support for LAN8814 QUAD PHY

2020-09-09 Thread Divya Koppera
-T, 100BASE-TX, and 1000BASE-T, QSGMII link with the MAC. Signed-off-by: Divya Koppera --- drivers/net/phy/micrel.c | 16 include/linux/micrel_phy.h | 1 + 2 files changed, 17 insertions(+) diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index 3fe552675dd2