mbox series

[net-next,v2,0/2] Move KSZ9477 errata handling to PHY driver

Message ID 20230605153943.1060444-1-robert.hancock@calian.com (mailing list archive)
Headers show
Series Move KSZ9477 errata handling to PHY driver | expand

Message

Robert Hancock June 5, 2023, 3:39 p.m. UTC
Patches to move handling for KSZ9477 PHY errata register fixes from
the DSA switch driver into the corresponding PHY driver, for more
proper layering and ordering.

Changed since v1: Rebased on top of correct net-next tree.

Robert Hancock (2):
  net: phy: micrel: Move KSZ9477 errata fixes to PHY driver
  net: dsa: microchip: remove KSZ9477 PHY errata handling

 drivers/net/dsa/microchip/ksz9477.c    | 74 ++-----------------------
 drivers/net/dsa/microchip/ksz_common.c |  4 --
 drivers/net/dsa/microchip/ksz_common.h |  1 -
 drivers/net/phy/micrel.c               | 75 +++++++++++++++++++++++++-
 4 files changed, 78 insertions(+), 76 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 7, 2023, 4:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  5 Jun 2023 09:39:41 -0600 you wrote:
> Patches to move handling for KSZ9477 PHY errata register fixes from
> the DSA switch driver into the corresponding PHY driver, for more
> proper layering and ordering.
> 
> Changed since v1: Rebased on top of correct net-next tree.
> 
> Robert Hancock (2):
>   net: phy: micrel: Move KSZ9477 errata fixes to PHY driver
>   net: dsa: microchip: remove KSZ9477 PHY errata handling
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] net: phy: micrel: Move KSZ9477 errata fixes to PHY driver
    https://git.kernel.org/netdev/net-next/c/26dd2974c5b5
  - [net-next,v2,2/2] net: dsa: microchip: remove KSZ9477 PHY errata handling
    https://git.kernel.org/netdev/net-next/c/6068e6d7ba50

You are awesome, thank you!