[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210624145353.6910-1-alexandru.tachici@analog.com>
Date: Thu, 24 Jun 2021 17:53:49 +0300
From: <alexandru.tachici@...log.com>
To: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <andrew@...n.ch>, <davem@...emloft.net>, <kuba@...nel.org>,
<linux@...linux.org.uk>,
Alexandru Tachici <alexandru.tachici@...log.com>
Subject: [PATCH 0/4] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
From: Alexandru Tachici <alexandru.tachici@...log.com>
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
Powered by blists - more mailing lists