[PATCH net-next v3 00/10] macb usrio/tsu patches
From: Conor Dooley
Date: Tue Mar 10 2026 - 13:19:16 EST
From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
Hey folks,
At the very least, it'd be good of the soc vendor folks could check
their platforms and see if their usrio stuff actually lines up with what
the driver currently calls "macb_default_usrio". Ours didn't and it was
a nasty surprise.
Theo, you added eyeq5 recently. Does it genuinely have the same usrio
bits as the at91 devices?
Ryan and I figured out that the sama7g5 stuff is not actually using the
same usrio bits as earlier devices, so there's now more patches in this
series to split them apart. I've not tested the split or the new
property due to lack of hardware, but Ryan has.
Cheers,
Conor.
v3:
- reorder patches
- fix smatch issue reported by Simon
- add patches reworking usrio handling of clken/refclk (and remove the
issue the llm reported in the process)
- add a new devicetree property for refclk selection, replacing the
existing one.
- drop the dts patch
CC: Valentina.FernandezAlanis@xxxxxxxxxxxxx
CC: Andrew Lunn <andrew+netdev@xxxxxxx>
CC: David S. Miller <davem@xxxxxxxxxxxxx>
CC: Eric Dumazet <edumazet@xxxxxxxxxx>
CC: Jakub Kicinski <kuba@xxxxxxxxxx>
CC: Paolo Abeni <pabeni@xxxxxxxxxx>
CC: Rob Herring <robh@xxxxxxxxxx>
CC: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>
CC: Conor Dooley <conor+dt@xxxxxxxxxx>
CC: Daire McNamara <daire.mcnamara@xxxxxxxxxxxxx>
CC: Paul Walmsley <pjw@xxxxxxxxxx>
CC: Palmer Dabbelt <palmer@xxxxxxxxxxx>
CC: Albert Ou <aou@xxxxxxxxxxxxxxxxx>
CC: Alexandre Ghiti <alex@xxxxxxxx>
CC: Nicolas Ferre <nicolas.ferre@xxxxxxxxxxxxx>
CC: Claudiu Beznea <claudiu.beznea@xxxxxxxxx>
CC: Richard Cochran <richardcochran@xxxxxxxxx>
CC: Samuel Holland <samuel.holland@xxxxxxxxxx>
CC: netdev@xxxxxxxxxxxxxxx
CC: devicetree@xxxxxxxxxxxxxxx
CC: linux-kernel@xxxxxxxxxxxxxxx
CC: linux-riscv@xxxxxxxxxxxxxxxxxxx
CC: Dave Stevenson <dave.stevenson@xxxxxxxxxxxxxxx>
CC: Sean Anderson <sean.anderson@xxxxxxxxx>
CC: Vineeth Karumanchi <vineeth.karumanchi@xxxxxxx>
CC: Abin Joseph <abin.joseph@xxxxxxx>
CC: Théo Lebrun <theo.lebrun@xxxxxxxxxxx>
CC: Ryan.Wanner@xxxxxxxxxxxxx
Conor Dooley (10):
net: macb: rename macb_default_usrio to at91_default_usrio as not all
platforms have mii mode control in usrio
net: macb: split USRIO_HAS_CLKEN capability in two
dt-bindings: net: cdns,macb: replace cdns,refclk-ext with
cdns,refclk-source
net: macb: rework usrio refclk selection code
net: macb: np4 doesn't need a usrio pointer
net: macb: add mpfs specific usrio configuration
net: macb: warn on pclk use as a tsu_clk fallback
net: macb: clean up tsu clk rate acquisition
dt-bindings: net: macb: add property indicating timer adjust mode
net: macb: timer adjust mode is not supported
.../devicetree/bindings/net/cdns,macb.yaml | 54 ++++-
drivers/net/ethernet/cadence/macb.h | 6 +
drivers/net/ethernet/cadence/macb_main.c | 197 ++++++++++++------
3 files changed, 186 insertions(+), 71 deletions(-)
--
2.51.0