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

2020-06-26 Thread Vaibhav Gupta
On Sat, 27 Jun 2020 at 00:44, David Miller wrote: > > From: Vaibhav Gupta > Date: Wed, 24 Jun 2020 23:21:17 +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

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

2020-06-26 Thread David Miller
From: Vaibhav Gupta Date: Wed, 24 Jun 2020 23:21:17 +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

RE: [EXT] [PATCH v1] bnx2x: use generic power management

2020-06-26 Thread Sudarsana Reddy Kalluru
> everest-linux-l2 > Cc: net...@vger.kernel.org; linux-kernel@vger.kernel.org; linux-kernel- > ment...@lists.linuxfoundation.org; sk...@linuxfoundation.org > Subject: Re: [EXT] [PATCH v1] bnx2x: use generic power management > > > > On 24/06/2020

Re: [EXT] [PATCH v1] bnx2x: use generic power management

2020-06-25 Thread Igor Russkikh
On 24/06/2020 8:51 pm, 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. > > After upgrading to the

[PATCH v1] bnx2x: use generic power management

2020-06-24 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. The driver was also calling