Re: [PATCH v2 06/11] sundance: use generic power management

2020-07-08 Thread Denis Kirjanov
On 7/3/20, Denis Kirjanov wrote: > On 7/1/20, Vaibhav Gupta wrote: >> With legacy PM, drivers themselves were responsible for managing the >> device's power states and takes care of register states. >> >> After upgrading to the generic structure, PCI core will take care of >> required tasks and d

Re: [PATCH v2 06/11] sundance: use generic power management

2020-07-03 Thread Denis Kirjanov
On 7/1/20, Vaibhav Gupta wrote: > With legacy PM, drivers themselves were responsible for managing the > device's power states and takes care of register states. > > After upgrading to the generic structure, PCI core will take care of > required tasks and drivers should do only device-specific ope

[PATCH v2 06/11] sundance: 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. After upgrading to the generic structure, PCI core will take care of required tasks and drivers should do only device-specific operations. Thus, there is no need to call t