Re: [PATCH v14 4/4] CMDQ: save more energy in idle

2016-09-30 Thread Matthias Brugger
On 09/30/2016 10:56 AM, Horng-Shyang Liao wrote: On Fri, 2016-09-23 at 17:28 +0800, Horng-Shyang Liao wrote: On Thu, 2016-09-22 at 13:22 +0530, Jassi Brar wrote: On Mon, Sep 5, 2016 at 7:14 AM, HS Liao wrote: Use clk_disable_unprepare instead of clk_disable to save

Re: [PATCH v14 4/4] CMDQ: save more energy in idle

2016-09-30 Thread Matthias Brugger
On 09/30/2016 10:56 AM, Horng-Shyang Liao wrote: On Fri, 2016-09-23 at 17:28 +0800, Horng-Shyang Liao wrote: On Thu, 2016-09-22 at 13:22 +0530, Jassi Brar wrote: On Mon, Sep 5, 2016 at 7:14 AM, HS Liao wrote: Use clk_disable_unprepare instead of clk_disable to save more energy when CMDQ is

Re: [PATCH v14 4/4] CMDQ: save more energy in idle

2016-09-30 Thread Horng-Shyang Liao
On Fri, 2016-09-23 at 17:28 +0800, Horng-Shyang Liao wrote: > On Thu, 2016-09-22 at 13:22 +0530, Jassi Brar wrote: > > On Mon, Sep 5, 2016 at 7:14 AM, HS Liao wrote: > > > Use clk_disable_unprepare instead of clk_disable to save more energy > > > when CMDQ is idle. > > > > >

Re: [PATCH v14 4/4] CMDQ: save more energy in idle

2016-09-30 Thread Horng-Shyang Liao
On Fri, 2016-09-23 at 17:28 +0800, Horng-Shyang Liao wrote: > On Thu, 2016-09-22 at 13:22 +0530, Jassi Brar wrote: > > On Mon, Sep 5, 2016 at 7:14 AM, HS Liao wrote: > > > Use clk_disable_unprepare instead of clk_disable to save more energy > > > when CMDQ is idle. > > > > > > Signed-off-by: HS

Re: [PATCH v14 4/4] CMDQ: save more energy in idle

2016-09-23 Thread Horng-Shyang Liao
On Thu, 2016-09-22 at 13:22 +0530, Jassi Brar wrote: > On Mon, Sep 5, 2016 at 7:14 AM, HS Liao wrote: > > Use clk_disable_unprepare instead of clk_disable to save more energy > > when CMDQ is idle. > > > > Signed-off-by: HS Liao > > --- > >

Re: [PATCH v14 4/4] CMDQ: save more energy in idle

2016-09-23 Thread Horng-Shyang Liao
On Thu, 2016-09-22 at 13:22 +0530, Jassi Brar wrote: > On Mon, Sep 5, 2016 at 7:14 AM, HS Liao wrote: > > Use clk_disable_unprepare instead of clk_disable to save more energy > > when CMDQ is idle. > > > > Signed-off-by: HS Liao > > --- > > drivers/mailbox/mtk-cmdq.c | 54 > >

Re: [PATCH v14 4/4] CMDQ: save more energy in idle

2016-09-22 Thread Jassi Brar
On Mon, Sep 5, 2016 at 7:14 AM, HS Liao wrote: > Use clk_disable_unprepare instead of clk_disable to save more energy > when CMDQ is idle. > > Signed-off-by: HS Liao > --- > drivers/mailbox/mtk-cmdq.c | 54 >

Re: [PATCH v14 4/4] CMDQ: save more energy in idle

2016-09-22 Thread Jassi Brar
On Mon, Sep 5, 2016 at 7:14 AM, HS Liao wrote: > Use clk_disable_unprepare instead of clk_disable to save more energy > when CMDQ is idle. > > Signed-off-by: HS Liao > --- > drivers/mailbox/mtk-cmdq.c | 54 > +++--- The driver is introduced by second

[PATCH v14 4/4] CMDQ: save more energy in idle

2016-09-04 Thread HS Liao
Use clk_disable_unprepare instead of clk_disable to save more energy when CMDQ is idle. Signed-off-by: HS Liao --- drivers/mailbox/mtk-cmdq.c | 54 +++--- 1 file changed, 46 insertions(+), 8 deletions(-) diff --git

[PATCH v14 4/4] CMDQ: save more energy in idle

2016-09-04 Thread HS Liao
Use clk_disable_unprepare instead of clk_disable to save more energy when CMDQ is idle. Signed-off-by: HS Liao --- drivers/mailbox/mtk-cmdq.c | 54 +++--- 1 file changed, 46 insertions(+), 8 deletions(-) diff --git a/drivers/mailbox/mtk-cmdq.c