mbox series

[net,0/3] Regressions in Ocelot switch drivers

Message ID 20230224155235.512695-1-vladimir.oltean@nxp.com (mailing list archive)
Headers show
Series Regressions in Ocelot switch drivers | expand

Message

Vladimir Oltean Feb. 24, 2023, 3:52 p.m. UTC
These are 3 patches which resolve a regression in the Seville driver,
one in the Felix driver and a generic one which affects any kernel
compiled with 2 Kconfig options enabled. All of them have in common my
lack of attention during review/testing. The patches touch the DSA, MFD
and MDIO drivers for Ocelot. I think it would be preferable if all
patches went through netdev (with Lee's Ack).

Vladimir Oltean (3):
  net: dsa: seville: ignore mscc-miim read errors from Lynx PCS
  net: dsa: felix: fix internal MDIO controller resource length
  net: mscc: ocelot: fix duplicate driver name error

 drivers/mfd/ocelot-core.c                | 2 +-
 drivers/net/dsa/ocelot/felix_vsc9959.c   | 2 +-
 drivers/net/dsa/ocelot/ocelot_ext.c      | 2 +-
 drivers/net/dsa/ocelot/seville_vsc9953.c | 4 ++--
 drivers/net/mdio/mdio-mscc-miim.c        | 9 ++++++---
 include/linux/mdio/mdio-mscc-miim.h      | 2 +-
 6 files changed, 12 insertions(+), 9 deletions(-)

Comments

Jakub Kicinski Feb. 27, 2023, 7:40 p.m. UTC | #1
On Fri, 24 Feb 2023 17:52:32 +0200 Vladimir Oltean wrote:
> These are 3 patches which resolve a regression in the Seville driver,
> one in the Felix driver and a generic one which affects any kernel
> compiled with 2 Kconfig options enabled. All of them have in common my
> lack of attention during review/testing. The patches touch the DSA, MFD
> and MDIO drivers for Ocelot. I think it would be preferable if all
> patches went through netdev (with Lee's Ack).

Applied, thanks!