drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHY
authorPiergiorgio Beruto <piergiorgio.beruto@gmail.com>
Mon, 9 Jan 2023 17:00:38 +0000 (18:00 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Jan 2023 08:35:03 +0000 (08:35 +0000)
commitb53e7e8d85574b8e2c4be00d5331e215037d80a0
tree8d3d5763307e9f53d22caf919af5b57ed44899a7
parent493323416fed6b1ec6128a65c00e5f01d38b7e17
drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHY

This patch adds support for the onsemi NCN26000 10BASE-T1S industrial
Ethernet PHY. The driver supports Point-to-Multipoint operation without
auto-negotiation and with link control handling. The PHY also features
PLCA for improving performance in P2MP mode.

Signed-off-by: Piergiorgio Beruto <piergiorgio.beruto@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/ncn26000.c [new file with mode: 0644]