Re: [PATCH] tty: serial: msm: Remove duplicate handling of clocks

2016-05-25 Thread Stephen Boyd
On 05/16, Pramod Gurav wrote: > On 11 May 2016 at 14:30, Pramod Gurav wrote: > > msm_serial driver provides a .pm callback to the serial core to enable > > and disable clock resource in suspend/resume path. This function is > > also called before msm_startup. msm_startup also enables the clocks wh

Re: [PATCH] tty: serial: msm: Remove duplicate handling of clocks

2016-05-16 Thread Pramod Gurav
On 11 May 2016 at 14:30, Pramod Gurav wrote: > msm_serial driver provides a .pm callback to the serial core to enable > and disable clock resource in suspend/resume path. This function is > also called before msm_startup. msm_startup also enables the clocks which > is not needed. Hence remove the

Re: [PATCH] tty: serial: msm: Remove duplicate handling of clocks

2016-05-11 Thread Pramod Gurav
On 12 May 2016 at 05:48, Stephen Boyd wrote: > On 05/11, Pramod Gurav wrote: >> msm_serial driver provides a .pm callback to the serial core to enable >> and disable clock resource in suspend/resume path. This function is >> also called before msm_startup. msm_startup also enables the clocks which

Re: [PATCH] tty: serial: msm: Remove duplicate handling of clocks

2016-05-11 Thread Stephen Boyd
On 05/11, Pramod Gurav wrote: > msm_serial driver provides a .pm callback to the serial core to enable > and disable clock resource in suspend/resume path. This function is > also called before msm_startup. msm_startup also enables the clocks which > is not needed. Hence remove the duplcate clock o