]> Git Repo - linux.git/commit
net: atlantic: refactoring pm logic
authorNikita Danilov <[email protected]>
Thu, 7 Nov 2019 22:41:52 +0000 (22:41 +0000)
committerDavid S. Miller <[email protected]>
Fri, 8 Nov 2019 03:54:42 +0000 (19:54 -0800)
commit8aaa112a57c1d725c92dfad32c0694bd21b374d0
treed05d553c211338349b6c600b49962a42f7ad320b
parent837c637869bef28b06653462cd010ccc0c2ce984
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 <[email protected]>
Signed-off-by: Igor Russkikh <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/aquantia/atlantic/aq_nic.c
drivers/net/ethernet/aquantia/atlantic/aq_nic.h
drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c
This page took 0.068367 seconds and 4 git commands to generate.