OSDN Git Service

Merge branch 'dwmac-sti-refactor-cleanup'
authorDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2016 03:00:17 +0000 (22:00 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2016 03:00:17 +0000 (22:00 -0500)
commit94edc86bf13f270a0ce08bf61caf5f464057a474
treefbadd148bab400d863dc4c53327ab5ac99348249
parent9811d1e376fd0a1700a5d1c36a4695c89dd67c5f
parentcb42d4b64b1af1de70297c695644b178ff0dd5b7
Merge branch 'dwmac-sti-refactor-cleanup'

Joachim Eastwood says:

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

This patch set aims to remove the init/exit callbacks from the
dwmac-sti 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.
====================

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