Re: [PATCH v3 net-next 1/9] net: stmmac: Add XGMAC 2.10 HWIF entry

2018-08-06 Thread Jose Abreu
Hi Florian, On 03-08-2018 19:54, Florian Fainelli wrote: > On 08/03/2018 08:50 AM, Jose Abreu wrote: >> @@ -87,6 +88,7 @@ static const struct stmmac_hwif_entry { >> { >> .gmac = false, >> .gmac4 = false, >> +.xgmac = false, > In a future clean-up you woul

Re: [PATCH v3 net-next 1/9] net: stmmac: Add XGMAC 2.10 HWIF entry

2018-08-03 Thread Florian Fainelli
On 08/03/2018 08:50 AM, Jose Abreu wrote: > Add a new entry to HWIF table for XGMAC 2.10. For now we fill it with > empty callbacks which will be added in posterior patches. > > Signed-off-by: Jose Abreu > Cc: David S. Miller > Cc: Joao Pinto > Cc: Giuseppe Cavallaro > Cc: Alexandre Torgue >

[PATCH v3 net-next 1/9] net: stmmac: Add XGMAC 2.10 HWIF entry

2018-08-03 Thread Jose Abreu
Add a new entry to HWIF table for XGMAC 2.10. For now we fill it with empty callbacks which will be added in posterior patches. Signed-off-by: Jose Abreu Cc: David S. Miller Cc: Joao Pinto Cc: Giuseppe Cavallaro Cc: Alexandre Torgue --- drivers/net/ethernet/stmicro/stmmac/common.h | 14 +