public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jay Monkman <jtm@lopingdog.com>
To: devicetree@vger.kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Piergiorgio Beruto <piergiorgio.beruto@gmail.com>,
	Arndt Schuebel <Arndt.Schuebel@onsemi.com>
Subject: [PATCH 0/4] net: Add NCN26010 driver
Date: Mon, 18 Sep 2023 01:58:46 -0500	[thread overview]
Message-ID: <ZQf1JnM34pR9oimS@lopingdog.com> (raw)

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


                 reply	other threads:[~2023-09-18  7:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZQf1JnM34pR9oimS@lopingdog.com \
    --to=jtm@lopingdog.com \
    --cc=Arndt.Schuebel@onsemi.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=piergiorgio.beruto@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox