mbox series

[net-next,v4,0/3] net: dsa: microchip: implement PHY loopback

Message ID 20240124123314.734815-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series net: dsa: microchip: implement PHY loopback | expand

Message

Oleksij Rempel Jan. 24, 2024, 12:33 p.m. UTC
changes v4:
- add Acked-by: Arun Ramadoss <arun.ramadoss@microchip.com> to patch 3
- add Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com> to patch 3

changes v3:
- add Acked-by: Arun Ramadoss <arun.ramadoss@microchip.com> to first 2
  patches
- move ksz879x specific loopback handling to separate functions

changes v2:
- add Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com> to first 2
  patches
- make sure reverse x-mas tree is present in all patches
- add new lines between if statements
- reword commit message of the 3. patch 

Oleksij Rempel (3):
  net: dsa: microchip: ksz8: move BMCR specific code to separate
    function
  net: dsa: microchip: Remove redundant optimization in ksz8_w_phy_bmcr
  net: dsa: microchip: implement PHY loopback configuration for KSZ8794
    and KSZ8873

 drivers/net/dsa/microchip/ksz8795.c     | 400 ++++++++++++++++--------
 drivers/net/dsa/microchip/ksz8795_reg.h |   1 +
 2 files changed, 270 insertions(+), 131 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 27, 2024, 5:40 a.m. UTC | #1
Hello:

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

On Wed, 24 Jan 2024 13:33:11 +0100 you wrote:
> changes v4:
> - add Acked-by: Arun Ramadoss <arun.ramadoss@microchip.com> to patch 3
> - add Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com> to patch 3
> 
> changes v3:
> - add Acked-by: Arun Ramadoss <arun.ramadoss@microchip.com> to first 2
>   patches
> - move ksz879x specific loopback handling to separate functions
> 
> [...]

Here is the summary with links:
  - [net-next,v4,1/3] net: dsa: microchip: ksz8: move BMCR specific code to separate function
    https://git.kernel.org/netdev/net-next/c/0c657f860e67
  - [net-next,v4,2/3] net: dsa: microchip: Remove redundant optimization in ksz8_w_phy_bmcr
    https://git.kernel.org/netdev/net-next/c/d1b7d0d85d59
  - [net-next,v4,3/3] net: dsa: microchip: implement PHY loopback configuration for KSZ8794 and KSZ8873
    https://git.kernel.org/netdev/net-next/c/9e62bed6e105

You are awesome, thank you!