Re: [PATCH 2/3] regulator: core: Link consumer with regulator driver

2018-07-05 Thread gre...@linuxfoundation.org
On Thu, Jul 05, 2018 at 05:53:51PM +0100, Mark Brown wrote: > On Thu, Jul 05, 2018 at 02:25:56PM +, Pascal PAILLET-LME wrote: > > From: pascal paillet > > > > Add a device link between the consumer and the driver so that > > the consumer is not suspended before the driver. The goal is to

Re: [PATCH 2/3] regulator: core: Link consumer with regulator driver

2018-07-05 Thread gre...@linuxfoundation.org
On Thu, Jul 05, 2018 at 05:53:51PM +0100, Mark Brown wrote: > On Thu, Jul 05, 2018 at 02:25:56PM +, Pascal PAILLET-LME wrote: > > From: pascal paillet > > > > Add a device link between the consumer and the driver so that > > the consumer is not suspended before the driver. The goal is to

Re: [PATCH 2/3] regulator: core: Link consumer with regulator driver

2018-07-05 Thread Mark Brown
On Thu, Jul 05, 2018 at 02:25:56PM +, Pascal PAILLET-LME wrote: > From: pascal paillet > > Add a device link between the consumer and the driver so that > the consumer is not suspended before the driver. The goal is to avoid > implementing suspend_late ops in regulator drivers. This looks

Re: [PATCH 2/3] regulator: core: Link consumer with regulator driver

2018-07-05 Thread Mark Brown
On Thu, Jul 05, 2018 at 02:25:56PM +, Pascal PAILLET-LME wrote: > From: pascal paillet > > Add a device link between the consumer and the driver so that > the consumer is not suspended before the driver. The goal is to avoid > implementing suspend_late ops in regulator drivers. This looks

[PATCH 2/3] regulator: core: Link consumer with regulator driver

2018-07-05 Thread Pascal PAILLET-LME
From: pascal paillet Add a device link between the consumer and the driver so that the consumer is not suspended before the driver. The goal is to avoid implementing suspend_late ops in regulator drivers. Signed-off-by: pascal paillet --- drivers/regulator/core.c | 18 -- 1

[PATCH 2/3] regulator: core: Link consumer with regulator driver

2018-07-05 Thread Pascal PAILLET-LME
From: pascal paillet Add a device link between the consumer and the driver so that the consumer is not suspended before the driver. The goal is to avoid implementing suspend_late ops in regulator drivers. Signed-off-by: pascal paillet --- drivers/regulator/core.c | 18 -- 1