Merge branch 'stmmac-dwmac-socfpga-cleanup'
authorDavid S. Miller <davem@davemloft.net>
Tue, 3 May 2016 19:22:21 +0000 (15:22 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 May 2016 19:22:21 +0000 (15:22 -0400)
commitda7daf5b76a0e067887567267ba020599e9c13b2
tree583a5edff01687a434b7afff67b5933aeece47e5
parente03179fe78d5b39dbf3e8b0b50f7c406514b15c7
parent0f400a87dc59be9b485ffa820ca9ed904cacfcbb
Merge branch 'stmmac-dwmac-socfpga-cleanup'

Joachim Eastwood says:

====================
stmmac: dwmac-socfpga refactor+cleanup

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 will be
refactored to use standard PM and remove callbacks.

This patch set should not change the behavior of the driver itself,
it only moves code around. The only exception to this is patch
number 4 which restores the resume callback behavior which was
changed in the "net: stmmac: socfpga: Remove re-registration of
reset controller" patch. I belive calling phy_resume() only
from the resume callback and not probe is the right thing to do.

Changes from v1:
 - Rebase on net-next

One heads-up here:
The first patch changes the prototype of a couple of
functions used in Alexandre's "add Ethernet glue logic for
stm32 chip" patch [1] and will cause build failures for
dwmac-stm32.c if not fixed up!
If Alexandre's patch set is applied first I will gladly
rebase my patch set to account for his driver as well.

[1] https://patchwork.ozlabs.org/patch/614405/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>