Re: [net-next PATCH 3/7] stmmac: dwmac-sti: add PM ops and resume function

2016-11-01 Thread Joachim Eastwood
On 30 October 2016 at 21:05, Joachim Eastwood wrote: > Implement PM callbacks and driver remove in the driver instead > of relying on the init/exit hooks in stmmac_platform. This gives > the driver more flexibility in how the code is organized. > > Eventually the init/exit callbacks will be deprec

[net-next PATCH 3/7] stmmac: dwmac-sti: add PM ops and resume function

2016-10-30 Thread Joachim Eastwood
Implement PM callbacks and driver remove in the driver instead of relying on the init/exit hooks in stmmac_platform. This gives the driver more flexibility in how the code is organized. Eventually the init/exit callbacks will be deprecated in favor of the standard PM callbacks and driver remove fu