Re: [PATCH v1] ptp_pch: use generic power management

2020-06-25 Thread David Miller
From: Vaibhav Gupta Date: Thu, 25 Jun 2020 17:40:43 +0530 > 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

[PATCH v1] ptp_pch: use generic power management

2020-06-25 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. In the case of ptp_pch, after re