Re: [PATCH v1] ethernet: myri10ge: use generic power management

2020-07-20 Thread David Miller
From: Vaibhav Gupta Date: Mon, 20 Jul 2020 21:49:31 +0530 > Drivers using legacy PM have to manage PCI states and device's PM states > themselves. They also need to take care of configuration registers. > > With improved and powerful support of generic PM, PCI Core takes care of > above mentione

[PATCH v1] ethernet: myri10ge: use generic power management

2020-07-20 Thread Vaibhav Gupta
Drivers using legacy PM have to manage PCI states and device's PM states themselves. They also need to take care of configuration registers. With improved and powerful support of generic PM, PCI Core takes care of above mentioned, device-independent, jobs. This driver makes use of PCI helper func