Message ID | 5139374e-7151-4d0d-8ba9-9ec3d9b52f67@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: add and use phy_disable_eee | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 16 Dec 2024 22:29:58 +0100 you wrote: > If a MAC driver doesn't support EEE, then the PHY shouldn't advertise it. > Add phy_disable_eee() for this purpose, and use it in cpsw driver. > > Heiner Kallweit (3): > net: phy: add phy_disable_eee > net: ethernet: ti: cpsw: disable PHY EEE advertisement > ARM: dts: ti/omap: remove eee-broken properties > > [...] Here is the summary with links: - [net-next,1/3] net: phy: add phy_disable_eee https://git.kernel.org/netdev/net-next/c/b55498ff14bd - [net-next,2/3] net: ethernet: ti: cpsw: disable PHY EEE advertisement https://git.kernel.org/netdev/net-next/c/c9f5a5dabbf5 - [net-next,3/3] ARM: dts: ti/omap: remove eee-broken properties (no matching commit) You are awesome, thank you!
On 20.12.2024 04:30, patchwork-bot+netdevbpf@kernel.org wrote: > Hello: > > This series was applied to netdev/net-next.git (main) > by Jakub Kicinski <kuba@kernel.org>: > > On Mon, 16 Dec 2024 22:29:58 +0100 you wrote: >> If a MAC driver doesn't support EEE, then the PHY shouldn't advertise it. >> Add phy_disable_eee() for this purpose, and use it in cpsw driver. >> >> Heiner Kallweit (3): >> net: phy: add phy_disable_eee >> net: ethernet: ti: cpsw: disable PHY EEE advertisement >> ARM: dts: ti/omap: remove eee-broken properties >> >> [...] > > Here is the summary with links: > - [net-next,1/3] net: phy: add phy_disable_eee > https://git.kernel.org/netdev/net-next/c/b55498ff14bd > - [net-next,2/3] net: ethernet: ti: cpsw: disable PHY EEE advertisement > https://git.kernel.org/netdev/net-next/c/c9f5a5dabbf5 > - [net-next,3/3] ARM: dts: ti/omap: remove eee-broken properties > (no matching commit) > Patch 3 is marked "not applicable" in patchwork and didn't make it to net-next. Any issue with this patch? > You are awesome, thank you!
On Fri, Dec 20, 2024 at 09:26:54AM +0100, Heiner Kallweit wrote: > On 20.12.2024 04:30, patchwork-bot+netdevbpf@kernel.org wrote: > > Hello: > > > > This series was applied to netdev/net-next.git (main) > > by Jakub Kicinski <kuba@kernel.org>: > > > > On Mon, 16 Dec 2024 22:29:58 +0100 you wrote: > >> If a MAC driver doesn't support EEE, then the PHY shouldn't advertise it. > >> Add phy_disable_eee() for this purpose, and use it in cpsw driver. > >> > >> Heiner Kallweit (3): > >> net: phy: add phy_disable_eee > >> net: ethernet: ti: cpsw: disable PHY EEE advertisement > >> ARM: dts: ti/omap: remove eee-broken properties > >> > >> [...] > > > > Here is the summary with links: > > - [net-next,1/3] net: phy: add phy_disable_eee > > https://git.kernel.org/netdev/net-next/c/b55498ff14bd > > - [net-next,2/3] net: ethernet: ti: cpsw: disable PHY EEE advertisement > > https://git.kernel.org/netdev/net-next/c/c9f5a5dabbf5 > > - [net-next,3/3] ARM: dts: ti/omap: remove eee-broken properties > > (no matching commit) > > > Patch 3 is marked "not applicable" in patchwork and didn't make it to net-next. > Any issue with this patch? Maybe Jakub wants you to submit it to the TI DT Maintainer? Or get an Acked-by: from said Maintainer. Andrew
On Fri, 20 Dec 2024 09:40:38 +0100 Andrew Lunn wrote: > > Patch 3 is marked "not applicable" in patchwork and didn't make it to net-next. > > Any issue with this patch? > > Maybe Jakub wants you to submit it to the TI DT Maintainer? Or get an > Acked-by: from said Maintainer. Indeed, we got screamed at once for applying dts changes. I filter them out now
On 20.12.2024 15:25, Jakub Kicinski wrote: > On Fri, 20 Dec 2024 09:40:38 +0100 Andrew Lunn wrote: >>> Patch 3 is marked "not applicable" in patchwork and didn't make it to net-next. >>> Any issue with this patch? >> >> Maybe Jakub wants you to submit it to the TI DT Maintainer? Or get an >> Acked-by: from said Maintainer. > > Indeed, we got screamed at once for applying dts changes. > I filter them out now