Re: [PATCH net-next 0/5] stmmac: dwmac-socfpga refactor+cleanup

2016-04-28 Thread David Miller
From: Joachim Eastwood Date: Tue, 26 Apr 2016 23:24:54 +0200 > Couple of heads-up here: > 1. This patch set depend on Marek's "Remove re-registration of > reset controller" patch [1] which is not in net-next yet. > Without that patch this set will not apply! > > 2. The first patch chan

[PATCH net-next 0/5] stmmac: dwmac-socfpga refactor+cleanup

2016-04-26 Thread Joachim Eastwood
This patch aims to remove the init/exit callbacks from the dwmac- socfpga driver and instead use standard PM callbacks. Doing this will also allow us to cleanup the driver. Eventually the init/exit callbacks will be deprecated and removed from all drivers dwmac-* except for dwmac-generic. Drivers