I've picked this older series from Andrew up and rebased it onto
the latest net-next.

This is the second patch set in the series which separates the C22
and C45 MDIO bus transactions at the API level to the MDIO bus drivers.

Signed-off-by: Michael Walle <mich...@walle.cc>



To: Heiner Kallweit <hkallwe...@gmail.com>
To: Russell King <li...@armlinux.org.uk>
To: "David S. Miller" <da...@davemloft.net>
To: Eric Dumazet <eduma...@google.com>
To: Jakub Kicinski <k...@kernel.org>
To: Paolo Abeni <pab...@redhat.com>
To: Ray Jui <r...@broadcom.com>
To: Scott Branden <sbran...@broadcom.com>
To: Broadcom internal kernel review list <bcm-kernel-feedback-l...@broadcom.com>
To: Joel Stanley <j...@jms.id.au>
To: Andrew Jeffery <and...@aj.id.au>
To: Felix Fietkau <n...@nbd.name>
To: John Crispin <j...@phrozen.org>
To: Sean Wang <sean.w...@mediatek.com>
To: Mark Lee <mark-mc....@mediatek.com>
To: Lorenzo Bianconi <lore...@kernel.org>
To: Matthias Brugger <matthias....@gmail.com>
To: Bryan Whitehead <bryan.whiteh...@microchip.com>
To: unglinuxdri...@microchip.com
To: Giuseppe Cavallaro <peppe.cavall...@st.com>
To: Alexandre Torgue <alexandre.tor...@foss.st.com>
To: Jose Abreu <joab...@synopsys.com>
To: Maxime Coquelin <mcoquelin.st...@gmail.com>
To: Vladimir Oltean <vladimir.olt...@nxp.com>
To: Claudiu Manoil <claudiu.man...@nxp.com>
To: Alexandre Belloni <alexandre.bell...@bootlin.com>
To: Florian Fainelli <f.faine...@gmail.com>
To: Li Yang <leoyang...@nxp.com>
Cc: net...@vger.kernel.org
Cc: linux-ker...@vger.kernel.org
Cc: linux-arm-ker...@lists.infradead.org
Cc: linux-asp...@lists.ozlabs.org
Cc: linux-media...@lists.infradead.org
Cc: linux-st...@st-md-mailman.stormreply.com
Cc: linuxppc-dev@lists.ozlabs.org
Cc: Andrew Lunn <and...@lunn.ch>
Signed-off-by: Michael Walle <mich...@walle.cc>

---
Andrew Lunn (10):
      net: mdio: cavium: Separate C22 and C45 transactions
      net: mdio: i2c: Separate C22 and C45 transactions
      net: mdio: mux-bcm-iproc: Separate C22 and C45 transactions
      net: mdio: aspeed: Separate C22 and C45 transactions
      net: mdio: ipq4019: Separate C22 and C45 transactions
      net: ethernet: mtk_eth_soc: Separate C22 and C45 transactions
      net: lan743x: Separate C22 and C45 transactions
      net: stmmac: Separate C22 and C45 transactions for xgmac2
      net: stmmac: Separate C22 and C45 transactions for xgmac
      enetc: Separate C22 and C45 transactions

 drivers/net/dsa/ocelot/felix_vsc9959.c             |   6 +-
 drivers/net/ethernet/freescale/enetc/enetc_mdio.c  | 119 ++++++--
 .../net/ethernet/freescale/enetc/enetc_pci_mdio.c  |   6 +-
 drivers/net/ethernet/freescale/enetc/enetc_pf.c    |  12 +-
 drivers/net/ethernet/mediatek/mtk_eth_soc.c        | 178 +++++++----
 drivers/net/ethernet/microchip/lan743x_main.c      | 106 ++++---
 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c  | 331 ++++++++++++++-------
 drivers/net/mdio/mdio-aspeed.c                     |  47 +--
 drivers/net/mdio/mdio-cavium.c                     | 111 +++++--
 drivers/net/mdio/mdio-cavium.h                     |   9 +-
 drivers/net/mdio/mdio-i2c.c                        |  32 +-
 drivers/net/mdio/mdio-ipq4019.c                    | 154 ++++++----
 drivers/net/mdio/mdio-mux-bcm-iproc.c              |  54 +++-
 drivers/net/mdio/mdio-octeon.c                     |   6 +-
 drivers/net/mdio/mdio-thunder.c                    |   6 +-
 include/linux/fsl/enetc_mdio.h                     |  21 +-
 16 files changed, 766 insertions(+), 432 deletions(-)
---
base-commit: 0a093b2893c711d82622a9ab27da4f1172821336
change-id: 20230112-net-next-c45-seperation-part-2-1b8fbb144687

Best regards,
-- 
Michael Walle <mich...@walle.cc>

Reply via email to