Re: [PATCH v3 3/3] pwm: core: add consumer device link

2019-02-15 Thread Uwe Kleine-König
On Fri, Feb 15, 2019 at 09:23:48AM +, claudiu.bez...@microchip.com wrote: > > > On 13.02.2019 12:50, Fabrice Gasnier wrote: > > Add a device link between the PWM consumer and the PWM provider. This > > enforces the PWM user to get suspended before the PWM provider. It > > allows proper synchr

Re: [PATCH v3 3/3] pwm: core: add consumer device link

2019-02-15 Thread Claudiu.Beznea
On 13.02.2019 12:50, Fabrice Gasnier wrote: > Add a device link between the PWM consumer and the PWM provider. This > enforces the PWM user to get suspended before the PWM provider. It > allows proper synchronization of suspend/resume sequences: the PWM user > is responsible for properly stopping

Re: [PATCH v3 3/3] pwm: core: add consumer device link

2019-02-14 Thread Fabrice Gasnier
On 2/13/19 4:17 PM, Fabrice Gasnier wrote: > On 2/13/19 1:53 PM, Thierry Reding wrote: >> On Wed, Feb 13, 2019 at 11:50:12AM +0100, Fabrice Gasnier wrote: >>> Add a device link between the PWM consumer and the PWM provider. This >>> enforces the PWM user to get suspended before the PWM provider. It

Re: [PATCH v3 3/3] pwm: core: add consumer device link

2019-02-13 Thread Fabrice Gasnier
On 2/13/19 1:53 PM, Thierry Reding wrote: > On Wed, Feb 13, 2019 at 11:50:12AM +0100, Fabrice Gasnier wrote: >> Add a device link between the PWM consumer and the PWM provider. This >> enforces the PWM user to get suspended before the PWM provider. It >> allows proper synchronization of suspend/res

Re: [PATCH v3 3/3] pwm: core: add consumer device link

2019-02-13 Thread Thierry Reding
On Wed, Feb 13, 2019 at 11:50:12AM +0100, Fabrice Gasnier wrote: > Add a device link between the PWM consumer and the PWM provider. This > enforces the PWM user to get suspended before the PWM provider. It > allows proper synchronization of suspend/resume sequences: the PWM user > is responsible fo