Re: [PATCH v4 05/11] net: mvmdio: introduce an ops structure

2017-06-14 Thread Florian Fainelli
On 06/14/2017 08:49 AM, Antoine Tenart wrote: > Introduce an ops structure to add an indirection on the is_done > function, as this is needed to add the xMDIO support later. > > Signed-off-by: Antoine Tenart Reviewed-by: Florian Fainelli

[PATCH v4 05/11] net: mvmdio: introduce an ops structure

2017-06-14 Thread Antoine Tenart
Introduce an ops structure to add an indirection on the is_done function, as this is needed to add the xMDIO support later. Signed-off-by: Antoine Tenart --- drivers/net/ethernet/marvell/mvmdio.c | 30 +++--- 1 file changed, 19