Re: [PATCH v1] [media] saa7134: use generic power management

2020-08-17 Thread Vaibhav Gupta
On Mon, Jun 22, 2020 at 05:32:30PM +0530, Vaibhav Gupta wrote: > 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 PC

Re: [PATCH v1] [media] saa7134: use generic power management

2020-07-20 Thread Vaibhav Gupta
On Mon, Jun 22, 2020 at 5:36 PM Vaibhav Gupta wrote: > > 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.

[PATCH v1] [media] saa7134: use generic power management

2020-06-22 Thread Vaibhav Gupta
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 --- drive