commit | 6c3cb945ed79f4a9a1eede1889e165f326dcf6e9 | [log] [tgz] |
---|---|---|
author | Vaibhav Gupta <vaibhavgupta40@gmail.com> | Mon Jun 22 17:12:28 2020 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 23 20:33:15 2020 -0700 |
tree | 22af8cb6dcdc6bdf10d69bdbac25e46adbc03bd3 | |
parent | 77eb16e9b28754183ffa74ae5dac6e6e6e92c93c [diff] |
tulip: uli526x: use generic power management With the support of generic PM callbacks, drivers no longer need to use legacy .suspend() and .resume() in which they had to maintain PCI states changes and device's power state themselves. Legacy PM involves usage of PCI helper functions like pci_enable_wake() which is no longer recommended. Compile-tested only. Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>