commit | f9e09a0711ca4ff7b689688936039772c24ea689 | [log] [tgz] |
---|---|---|
author | Vaibhav Gupta <vaibhavgupta40@gmail.com> | Mon Jul 13 23:06:12 2020 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 03 18:48:46 2020 -0700 |
tree | 32c5863cbb56252c0c759bcfe726a58901fb9a26 | |
parent | 9a51ffe845e4bc8cf8f826139e894ee6353c60fe [diff] |
ide: sc1200: 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. The required operations are done by PCI core. Compile-tested only. Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>