From: Jack Ping CHNG <jchng@maxlinear.com>
To: <netdev@vger.kernel.org>, <devicetree@vger.kernel.org>
Cc: <davem@davemloft.net>, <andrew+netdev@lunn.ch>,
<edumazet@google.com>, <kuba@kernel.org>, <pabeni@redhat.com>,
<robh@kernel.org>, <krzk+dt@kernel.org>, <conor+dt@kernel.org>,
<yzhu@maxlinear.com>, <sureshnagaraj@maxlinear.com>,
Jack Ping CHNG <jchng@maxlinear.com>
Subject: [PATCH net-next 0/2] Add MxL Ethernet driver & devicetree binding
Date: Fri, 22 Aug 2025 17:08:07 +0800 [thread overview]
Message-ID: <20250822090809.1464232-1-jchng@maxlinear.com> (raw)
Hello netdev maintainers,
This patch series adds support for the MaxLinear LGM SoC's Ethernet
controller, including:
Patch 1: Adds build infrastructure and the main driver for the MaxLinear LGM
SoC Ethernet controller.
Patch 2: Introduces the devicetree binding documentation for the MaxLinear LGM
Network Processor.
The driver supports multi-port operation and is integrated with standard Linux
network device driver framework. The devicetree binding documents the required
properties for the hardware description.
Please review and let me know if any changes are required.
Jack Ping CHNG (2):
net: maxlinear: Add build support for MxL SoC
dt-bindings: net: mxl: Add MxL LGM Network Processor SoC
.../devicetree/bindings/net/mxl,lgm-eth.yaml | 59 +++++
.../device_drivers/ethernet/index.rst | 1 +
.../device_drivers/ethernet/maxlinear/mxl.rst | 72 ++++++
MAINTAINERS | 7 +
drivers/net/ethernet/Kconfig | 1 +
drivers/net/ethernet/Makefile | 1 +
drivers/net/ethernet/maxlinear/Kconfig | 15 ++
drivers/net/ethernet/maxlinear/Makefile | 6 +
drivers/net/ethernet/maxlinear/mxl_eth.c | 205 ++++++++++++++++++
9 files changed, 367 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/mxl,lgm-eth.yaml
create mode 100644 Documentation/networking/device_drivers/ethernet/maxlinear/mxl.rst
create mode 100644 drivers/net/ethernet/maxlinear/Kconfig
create mode 100644 drivers/net/ethernet/maxlinear/Makefile
create mode 100644 drivers/net/ethernet/maxlinear/mxl_eth.c
--
2.34.1
next reply other threads:[~2025-08-22 9:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-22 9:08 Jack Ping CHNG [this message]
2025-08-22 9:08 ` [PATCH net-next 1/2] net: maxlinear: Add build support for MxL SoC Jack Ping CHNG
2025-08-22 9:42 ` Krzysztof Kozlowski
2025-08-22 14:58 ` Andrew Lunn
2025-08-22 9:08 ` [PATCH net-next 2/2] dt-bindings: net: mxl: Add MxL LGM Network Processor SoC Jack Ping CHNG
2025-08-22 9:39 ` Krzysztof Kozlowski
2025-08-22 12:58 ` Rob Herring (Arm)
2025-08-22 15:06 ` [PATCH net-next 0/2] Add MxL Ethernet driver & devicetree binding Andrew Lunn
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=20250822090809.1464232-1-jchng@maxlinear.com \
--to=jchng@maxlinear.com \
--cc=andrew+netdev@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=krzk+dt@kernel.org \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=robh@kernel.org \
--cc=sureshnagaraj@maxlinear.com \
--cc=yzhu@maxlinear.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.