commit | 2caf751fe080887eab4c94e8a2060e6bebe92e73 | [log] [tgz] |
---|---|---|
author | Vaibhav Gupta <vaibhavgupta40@gmail.com> | Mon Jun 22 16:43:59 2020 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 23 20:31:18 2020 -0700 |
tree | 182c12497c14bc275d038aa80322f8aff4fe3ce2 | |
parent | a86688fbef1b48395822e90d5273e8abcac95a6c [diff] |
amd8111e: Convert to generic power management Drivers should not save device registers and/or change the power state of the device. As per the generic PM approach, these are handled by PCI core. The driver should support dev_pm_ops callbacks and bind them to pci_driver. Compile-tested only. Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>