commit | 8aaa112a57c1d725c92dfad32c0694bd21b374d0 | [log] [tgz] |
---|---|---|
author | Nikita Danilov <ndanilov@marvell.com> | Thu Nov 07 22:41:52 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 07 19:54:42 2019 -0800 |
tree | d05d553c211338349b6c600b49962a42f7ad320b | |
parent | 837c637869bef28b06653462cd010ccc0c2ce984 [diff] |
net: atlantic: refactoring pm logic We now implement .driver.pm callbacks, these allows driver to work correctly in hibernate usecases, especially when used in conjunction with WOL feature. Before that driver only reacted to legacy .suspend/.resume callbacks, that was a limitation in some cases. Signed-off-by: Nikita Danilov <ndanilov@marvell.com> Signed-off-by: Igor Russkikh <irusskikh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>