Re: [PATCH 1/5] phy: adin: remove broken support for adi,phy-mode-override

2022-05-08 Thread Josua Mayer
Hi Nate, Maintainers, This patch is now superseded by Nate's [PATCH] phy: adin: fix broken support for adi,phy-mode-override submitted yesterday. The remainder of this patchset cleanly applies on top of it though, so I won't roll v2. Let me know if there is any further feedback on this series,

Re: [PATCH 1/5] phy: adin: remove broken support for adi,phy-mode-override

2022-05-05 Thread Josua Mayer
\o/ Am 04.05.22 um 15:46 schrieb Nate Drude: Hi Josua, On Wed, 2022-05-04 at 11:51 +0300, Josua Mayer wrote: Hi Nate, Am 02.05.22 um 16:25 schrieb Nate Drude: Hi Josua, On Sun, 2022-05-01 at 15:41 +0300, Josua Mayer wrote: The adin_get_phy_mode_override function does not compile, because

Re: [PATCH 1/5] phy: adin: remove broken support for adi,phy-mode-override

2022-05-04 Thread Nate Drude
Hi Josua, On Wed, 2022-05-04 at 11:51 +0300, Josua Mayer wrote: > Hi Nate, > > Am 02.05.22 um 16:25 schrieb Nate Drude: > > Hi Josua, > > > > On Sun, 2022-05-01 at 15:41 +0300, Josua Mayer wrote: > > > The adin_get_phy_mode_override function does not compile, because > > > it > > > is > > >

Re: [PATCH 1/5] phy: adin: remove broken support for adi,phy-mode-override

2022-05-04 Thread Josua Mayer
Hi Nate, Am 02.05.22 um 16:25 schrieb Nate Drude: Hi Josua, On Sun, 2022-05-01 at 15:41 +0300, Josua Mayer wrote: The adin_get_phy_mode_override function does not compile, because it is missing both declaration and implementation of phy_get_interface_by_name. Remove the whole function for

Re: [PATCH 1/5] phy: adin: remove broken support for adi,phy-mode-override

2022-05-02 Thread Nate Drude
Hi Josua, On Sun, 2022-05-01 at 15:41 +0300, Josua Mayer wrote: > The adin_get_phy_mode_override function does not compile, because it > is > missing both declaration and implementation of > phy_get_interface_by_name. > > Remove the whole function for now, since the missing implementation > is >

[PATCH 1/5] phy: adin: remove broken support for adi, phy-mode-override

2022-05-01 Thread Josua Mayer
The adin_get_phy_mode_override function does not compile, because it is missing both declaration and implementation of phy_get_interface_by_name. Remove the whole function for now, since the missing implementation is not included in mainline Linux - and thus can not be copied. Signed-off-by: