public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] net: Add NCN26010 driver
@ 2023-09-18  6:58 Jay Monkman
  0 siblings, 0 replies; only message in thread
From: Jay Monkman @ 2023-09-18  6:58 UTC (permalink / raw)
  To: devicetree, netdev, linux-kernel, Piergiorgio Beruto,
	Arndt Schuebel

This series adds support for onsemi's NCN26010 10BASE-T1S Ethernet controller. This is
a combined MAC/PHY that uses SPI to interface to a microcontroller.

The patches include devicetree bindings for the NCN26000 PHY and the
NCN26010, required changes to the NCN26000 PHY driver and the NCN26010
driver itself.


Jay Monkman (4):
  dt-bindings: net: Add bindings for onsemi NCN26000 PHY
  dt-bindings: net: Add onsemi NCN26010 ethernet controller
  net: phy: Add GPIO and DT support to NCN26000
  net/onsemi: Add NCN26010 driver

 .../devicetree/bindings/net/onnn,macphy.yaml  |   94 +
 .../bindings/net/onnn,ncn26000.yaml           |  177 ++
 drivers/net/ethernet/Kconfig                  |    1 +
 drivers/net/ethernet/Makefile                 |    1 +
 drivers/net/ethernet/onsemi/Kconfig           |   27 +
 drivers/net/ethernet/onsemi/Makefile          |    9 +
 drivers/net/ethernet/onsemi/onsemi_macphy.h   |  298 +++
 .../net/ethernet/onsemi/onsemi_macphy_core.c  | 2149 +++++++++++++++++
 .../ethernet/onsemi/onsemi_macphy_ethtool.c   |  179 ++
 drivers/net/phy/ncn26000.c                    |  467 +++-
 10 files changed, 3394 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/onnn,macphy.yaml
 create mode 100644 Documentation/devicetree/bindings/net/onnn,ncn26000.yaml
 create mode 100644 drivers/net/ethernet/onsemi/Kconfig
 create mode 100644 drivers/net/ethernet/onsemi/Makefile
 create mode 100644 drivers/net/ethernet/onsemi/onsemi_macphy.h
 create mode 100644 drivers/net/ethernet/onsemi/onsemi_macphy_core.c
 create mode 100644 drivers/net/ethernet/onsemi/onsemi_macphy_ethtool.c

-- 
2.40.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-18  7:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-18  6:58 [PATCH 0/4] net: Add NCN26010 driver Jay Monkman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox