Re: [PATCH v1 2/2] qlcninc: use generic power management

2020-07-02 Thread Vaibhav Gupta
On Thu, Jul 2, 2020 at 10:06 PM Jakub Kicinski wrote: > > On Thu, 2 Jul 2020 12:06:32 +0530 Vaibhav Gupta wrote: > > With legacy PM, drivers themselves were responsible for managing the > > device's power states and takes care of register states. And they use PCI > > helper functions to do it. >

Re: [PATCH v1 2/2] qlcninc: use generic power management

2020-07-02 Thread Jakub Kicinski
On Thu, 2 Jul 2020 12:06:32 +0530 Vaibhav Gupta wrote: > With legacy PM, drivers themselves were responsible for managing the > device's power states and takes care of register states. And they use PCI > helper functions to do it. > > After upgrading to the generic structure, PCI core will take c

Re: [EXT] [PATCH v1 2/2] qlcninc: use generic power management

2020-07-02 Thread Igor Russkikh
On 02/07/2020 9:36 am, Vaibhav Gupta wrote: > External Email > > -- > With legacy PM, drivers themselves were responsible for managing the > device's power states and takes care of register states. And they use PCI > helper fun

[PATCH v1 2/2] qlcninc: use generic power management

2020-07-01 Thread Vaibhav Gupta
With legacy PM, drivers themselves were responsible for managing the device's power states and takes care of register states. And they use PCI helper functions to do it. After upgrading to the generic structure, PCI core will take care of required tasks and drivers should do only device-specific o