[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH] net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio resume warning

2023-12-18 Thread Xulin Sun via lists.yoctoproject.org
The commit 744d23c71af3 ("net: phy: Warn about incorrect mdio_bus_phy_resume() state") introduced a WARN when phy state is not in the states: PHY_HALTED, PHY_READY and PHY_UP. When cpsw_new resumes, there have port in PHY_NOLINK state, so the below warning comes out. Set mac_managed_pm be true to t

Re: [linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH] net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio resume warning

2023-12-20 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH] net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio resume warning on 19/12/2023 Xulin Sun wrote: > The commit 744d23c71af3 ("ne