linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] RTL9300 MDIO driver
@ 2024-12-17 22:44 Chris Packham
  2024-12-17 22:44 ` [PATCH v3 1/3] dt-bindings: net: Add Realtek MDIO controller Chris Packham
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Chris Packham @ 2024-12-17 22:44 UTC (permalink / raw)
  To: lee, robh, krzk+dt, conor+dt, andrew+netdev, davem, edumazet,
	kuba, pabeni, tsbogend, hkallweit1, linux, markus.stockhausen
  Cc: devicetree, linux-kernel, netdev, linux-mips, Chris Packham

This series adds a driver for the MDIO controller on the RTL9300 family
of devices. The controller is a little unique in that we can't access
the SMI interfaces directly. Instead we associate the SMI interface with
a switch port and use the port number to address the SMI bus in
software.

Lee has picked up the mfd binding change so I've dropped it from this round.

Chris Packham (3):
  dt-bindings: net: Add Realtek MDIO controller
  mips: dts: realtek: Add MDIO controller
  net: mdio: Add RTL9300 MDIO driver

 .../bindings/net/realtek,rtl9301-mdio.yaml    |  82 +++++
 arch/mips/boot/dts/realtek/rtl930x.dtsi       |   8 +
 drivers/net/mdio/Kconfig                      |   7 +
 drivers/net/mdio/Makefile                     |   1 +
 drivers/net/mdio/mdio-realtek-rtl.c           | 341 ++++++++++++++++++
 5 files changed, 439 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/realtek,rtl9301-mdio.yaml
 create mode 100644 drivers/net/mdio/mdio-realtek-rtl.c

-- 
2.47.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-12-19 20:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 22:44 [PATCH v3 0/3] RTL9300 MDIO driver Chris Packham
2024-12-17 22:44 ` [PATCH v3 1/3] dt-bindings: net: Add Realtek MDIO controller Chris Packham
2024-12-17 23:54   ` Daniel Golle
2024-12-19 20:44     ` Chris Packham
2024-12-17 22:45 ` [PATCH v3 2/3] mips: dts: realtek: Add " Chris Packham
2024-12-17 22:45 ` [PATCH v3 3/3] net: mdio: Add RTL9300 MDIO driver Chris Packham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).