[PATCH 0/4] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
From: <hidden>
Date: 2021-06-24 14:45:39
Also in:
lkml
From: <hidden>
Date: 2021-06-24 14:45:39
Also in:
lkml
From: Alexandru Tachici <redacted> The ADIN1100 is a low power single port 10BASE-T1L transceiver designed for industrial Ethernet applications and is compliant with the IEEE 802.3cg Ethernet standard for long reach 10 Mb/s Single Pair Ethernet. 1. Add basic support for ADIN1100. Alexandru Ardelean (1): net: phy: adin1100: Add initial support for ADIN1100 industrial PHY 1. Allow user to access error and frame counters through ethtool. 2. Allow user to set the master-slave configuration of ADIN1100. 3. Convert MSE to SQI using a predefined table and allow user access through ethtool. Alexandru Tachici (3): net: phy: adin1100: Add ethtool get_stats support net: phy: adin1100: Add ethtool master-slave support net: phy: adin1100: Add SQI support drivers/net/phy/Kconfig | 7 + drivers/net/phy/Makefile | 1 + drivers/net/phy/adin1100.c | 642 +++++++++++++++++++++++++++++++++++++ 3 files changed, 650 insertions(+) create mode 100644 drivers/net/phy/adin1100.c -- 2.25.1