Re: [PATCH V3 2/3] net: phy: Drop phy_interface_is_sgmii

2023-05-06 Thread Tom Rini
On Fri, Apr 14, 2023 at 05:06:44PM -0500, Nishanth Menon wrote: > Recent commit 75d28899e3e9 ("net: phy: Synchronize PHY interface modes > with Linux") reordered the enum definitions. This caused the range of > enums that this api was checking to go bad. > > There aren't anymore users of phy_inte

Re: [PATCH V3 2/3] net: phy: Drop phy_interface_is_sgmii

2023-04-30 Thread Ramon Fried
On Sat, Apr 15, 2023 at 1:06 AM Nishanth Menon wrote: > > Recent commit 75d28899e3e9 ("net: phy: Synchronize PHY interface modes > with Linux") reordered the enum definitions. This caused the range of > enums that this api was checking to go bad. > > There aren't anymore users of phy_interface_is_

[PATCH V3 2/3] net: phy: Drop phy_interface_is_sgmii

2023-04-14 Thread Nishanth Menon
Recent commit 75d28899e3e9 ("net: phy: Synchronize PHY interface modes with Linux") reordered the enum definitions. This caused the range of enums that this api was checking to go bad. There aren't anymore users of phy_interface_is_sgmii, so, just drop it. Also the protocols are so very different