Messages in this thread |  | | From | Oleksij Rempel <> | | Subject | [PATCH net-next v4 0/3] net: dsa: microchip: implement PHY loopback | | Date | Wed, 24 Jan 2024 13:33:11 +0100 |
| |
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(-)
-- 2.39.2
|  |