On Thu, May 17, 2018 at 10:57:28AM +0100, Jose Abreu wrote: > Some HW specific setusp, like sun8i, do not populate all the necessary > callbacks, which is what HWIF helpers were expecting. > > Fix this by always trying to get the generic helpers and populate them > if they were not previously populated by HW specific setup. > > Signed-off-by: Jose Abreu <joab...@synopsys.com> > Fixes: 5f0456b43140 ("net: stmmac: Implement logic to automatically > select HW Interface") > Reported-by: Corentin Labbe <clabbe.montj...@gmail.com> > Cc: Corentin Labbe <clabbe.montj...@gmail.com> > Cc: David S. Miller <da...@davemloft.net> > Cc: Joao Pinto <jpi...@synopsys.com> > Cc: Giuseppe Cavallaro <peppe.cavall...@st.com> > Cc: Alexandre Torgue <alexandre.tor...@st.com> > --- > Hi Corentin, > > Please check if this patch makes sun8i work again. > > Thanks and Best Regards, > Jose Miguel Abreu > ---
Hello Tested-by: Corentin Labbe <clabbe.montj...@gmail.com> Thanks for the quick fix. Note that this patch conflict with your next v3 serie Regards