summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVaibhav Gupta <vaibhavgupta40@gmail.com>2020-07-28 17:11:28 +0530
committerKalle Valo <kvalo@codeaurora.org>2020-08-02 18:24:37 +0300
commitc3ab1804b168867974a4da541f6e77487a1074f5 (patch)
treeffedecf1f89bd22aa0182b612d5f604202ec6041 /.gitignore
parent4dd9e7e08bc39ef34be40be8a0ddc6469fec8ff6 (diff)
downloadlinux-next-c3ab1804b168867974a4da541f6e77487a1074f5.tar.gz
airo: use generic power management
Drivers using legacy power management .suspen()/.resume() callbacks have to manage PCI states and device's PM states themselves. They also need to take care of standard configuration registers. Switch to generic power management framework using a single "struct dev_pm_ops" variable to take the unnecessary load from the driver. This also avoids the need for the driver to directly call most of the PCI helper functions and device power state control functions, as through the generic framework PCI Core takes care of the necessary operations, and drivers are required to do only device-specific jobs. Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200728114128.1218310-1-vaibhavgupta40@gmail.com
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions