Re: [PATCH] clk: imx6sx: disable unnecessary clocks during clock initialization

2018-06-01 Thread Stephen Boyd
Quoting Anson Huang (2018-05-16 22:00:47) > Disable those unnecessary clocks during kernel boot up to save power, > those modules clock should be managed by modules driver in runtime. > > Signed-off-by: Anson Huang > --- Applied to clk-next

Re: [PATCH] clk: imx6sx: disable unnecessary clocks during clock initialization

2018-06-01 Thread Stephen Boyd
Quoting Anson Huang (2018-05-16 22:00:47) > Disable those unnecessary clocks during kernel boot up to save power, > those modules clock should be managed by modules driver in runtime. > > Signed-off-by: Anson Huang > --- Applied to clk-next

Re: [PATCH] clk: imx6sx: disable unnecessary clocks during clock initialization

2018-05-20 Thread Shawn Guo
On Thu, May 17, 2018 at 01:00:47PM +0800, Anson Huang wrote: > Disable those unnecessary clocks during kernel boot up to save power, > those modules clock should be managed by modules driver in runtime. > > Signed-off-by: Anson Huang Acked-by: Shawn Guo

Re: [PATCH] clk: imx6sx: disable unnecessary clocks during clock initialization

2018-05-20 Thread Shawn Guo
On Thu, May 17, 2018 at 01:00:47PM +0800, Anson Huang wrote: > Disable those unnecessary clocks during kernel boot up to save power, > those modules clock should be managed by modules driver in runtime. > > Signed-off-by: Anson Huang Acked-by: Shawn Guo

[PATCH] clk: imx6sx: disable unnecessary clocks during clock initialization

2018-05-16 Thread Anson Huang
Disable those unnecessary clocks during kernel boot up to save power, those modules clock should be managed by modules driver in runtime. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx6sx.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git

[PATCH] clk: imx6sx: disable unnecessary clocks during clock initialization

2018-05-16 Thread Anson Huang
Disable those unnecessary clocks during kernel boot up to save power, those modules clock should be managed by modules driver in runtime. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx6sx.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git