mbox series

[net-next,v8,0/2] RTL9300 MDIO driver

Message ID 20250227213248.2010986-1-chris.packham@alliedtelesis.co.nz (mailing list archive)
Headers show
Series RTL9300 MDIO driver | expand

Message

Chris Packham Feb. 27, 2025, 9:32 p.m. UTC
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. This means we need to use the hardware description from
the DTS to compute a mapping of switch port to mdio bus/address.

The dt-bindings have been applied to net-next.

I've dropped a patch that added PHYs to the cameo-rtl9302c board as I know that
will need updating once some of the other in-flight changes make it into
linux-mips.

Chris Packham (2):
  net: mdio: Add RTL9300 MDIO driver
  mips: dts: realtek: Add MDIO controller

 arch/mips/boot/dts/realtek/rtl930x.dtsi |  33 ++
 drivers/net/mdio/Kconfig                |   7 +
 drivers/net/mdio/Makefile               |   1 +
 drivers/net/mdio/mdio-realtek-rtl9300.c | 475 ++++++++++++++++++++++++
 4 files changed, 516 insertions(+)
 create mode 100644 drivers/net/mdio/mdio-realtek-rtl9300.c

Comments

Jakub Kicinski March 4, 2025, 1:32 a.m. UTC | #1
On Fri, 28 Feb 2025 10:32:46 +1300 Chris Packham wrote:
> 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. This means we need to use the hardware description from
> the DTS to compute a mapping of switch port to mdio bus/address.
> 
> The dt-bindings have been applied to net-next.
> 
> I've dropped a patch that added PHYs to the cameo-rtl9302c board as I know that
> will need updating once some of the other in-flight changes make it into
> linux-mips.

Is the second patch going via the mips tree?
If so could you repost just patch 1 for net-next? 
The second patch applies to net-next but with some fuzz, 
I suspect that may be why we're not getting any reviews here.