]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stmmac-dwmac-rk-PM'
authorDavid S. Miller <davem@davemloft.net>
Wed, 9 Nov 2016 18:21:25 +0000 (13:21 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Nov 2016 18:21:25 +0000 (13:21 -0500)
commitc35e97a3bb84d7018b0a08501444a3fbf70032e9
tree144978cb7a93b6c48eacc9cbaa47eabcd32dff15
parent2cbba580c8d8768d6e5a5101c1d4c6fafe974ee4
parent92b0eec4fc5e44dc968bf5fa991cb3d384ab49bf
Merge branch 'stmmac-dwmac-rk-PM'

Joachim Eastwood says:

====================
stmmac: dwmac-rk: convert to standard PM/remove functions

This patch set aims to remove the init/exit callbacks from the
dwmac-rk driver and instead use standard PM callbacks. 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 conversion was pretty straight forward, but it would really nice
if some chromium people could test suspend/resume with this patch set.
====================

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