Re: [PATCH net] net: dsa: Fix functional dsa-loop dependency on FIXED_PHY

2018-03-22 Thread David Miller
From: Florian Fainelli Date: Tue, 20 Mar 2018 17:31:10 -0700 > We have a functional dependency on the FIXED_PHY MDIO bus because we register > fixed PHY devices "the old way" which only works if the code that does this > has > had a chance to run before the fixed MDIO bus is probed. Make sure we

[PATCH net] net: dsa: Fix functional dsa-loop dependency on FIXED_PHY

2018-03-20 Thread Florian Fainelli
We have a functional dependency on the FIXED_PHY MDIO bus because we register fixed PHY devices "the old way" which only works if the code that does this has had a chance to run before the fixed MDIO bus is probed. Make sure we account for that and have dsa_loop_bdinfo.o be either built-in or modul