From: Sinthu Raja <sinthu.raja@xxxxxx> Hi All, This patch fix the resume/suspend issue on CPSW interface. Reference from the foloowing patchwork: https://lore.kernel.org/netdev/20221014144729.1159257-2-shenwei.wang@xxxxxxx/T/ V1: https://patchwork.kernel.org/project/netdevbpf/patch/20240122083414.6246-1-sinthu.raja@xxxxxx/ V2: https://patchwork.kernel.org/project/netdevbpf/patch/20240122093326.7618-1-sinthu.raja@xxxxxx/ Changes in V3: Address review comments: - Add the same fix to the drivers/net/ethernet/ti/cpsw.c file as a seperate patch. Changes in V2: Address review comment: - Add Fixes tag. Sinthu Raja (2): net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio drivers/net/ethernet/ti/cpsw.c | 2 ++ drivers/net/ethernet/ti/cpsw_new.c | 3 +++ 2 files changed, 5 insertions(+) -- 2.36.1