Re: [PATCH net-next 0/5] net: stmmac: Stop using hard-coded callbacks

2018-04-16 Thread David Miller
From: Jose Abreu Date: Mon, 16 Apr 2018 16:08:11 +0100 > This a starting point for a cleanup and re-organization of stmmac. > > In this series we stop using hard-coded callbacks along the code and use > instead helpers which are defined in a single place ("hwif.h"). >

Re: [PATCH net-next 0/5] net: stmmac: Stop using hard-coded callbacks

2018-04-06 Thread David Miller
From: Jose Abreu Date: Fri, 6 Apr 2018 14:08:14 +0100 > This a starting point for a cleanup and re-organization of stmmac. > > In this series we stop using hard-coded callbacks along the code and use > instead helpers which are defined in a single place ("hwif.h"). >

[PATCH net-next 0/5] net: stmmac: Stop using hard-coded callbacks

2018-04-06 Thread Jose Abreu
This a starting point for a cleanup and re-organization of stmmac. In this series we stop using hard-coded callbacks along the code and use instead helpers which are defined in a single place ("hwif.h"). This brings several advantages: 1) Less typing :) 2) Guaranteed function