Re: [PATCH] clk: imx8mq: Mark AHB clock as critical

2019-08-03 Thread Shawn Guo
On Sat, Aug 03, 2019 at 09:27:25AM +0200, Shawn Guo wrote: > > Also, without this patch linux-next hangs on imx8mq. > > How does that happen? Mainline is fine there? Okay, understood it by reading more threads. Shawn

Re: [PATCH] clk: imx8mq: Mark AHB clock as critical

2019-08-03 Thread Shawn Guo
On Sat, Jul 27, 2019 at 09:30:57AM +0300, Daniel Baluta wrote: > On Tue, Jul 23, 2019 at 6:17 AM Stephen Boyd wrote: > > > > Quoting Abel Vesa (2019-07-05 01:52:19) > > > On 19-06-25 15:32:22, Stephen Boyd wrote: > > > > Quoting Abel Vesa (2019-06-25 02:01:56) > > > > > Keep the AHB clock always o

Re: [PATCH] clk: imx8mq: Mark AHB clock as critical

2019-07-26 Thread Daniel Baluta
On Tue, Jul 23, 2019 at 6:17 AM Stephen Boyd wrote: > > Quoting Abel Vesa (2019-07-05 01:52:19) > > On 19-06-25 15:32:22, Stephen Boyd wrote: > > > Quoting Abel Vesa (2019-06-25 02:01:56) > > > > Keep the AHB clock always on since there is no driver to control it and > > > > all the other clocks t

Re: [PATCH] clk: imx8mq: Mark AHB clock as critical

2019-07-22 Thread Stephen Boyd
Quoting Abel Vesa (2019-07-05 01:52:19) > On 19-06-25 15:32:22, Stephen Boyd wrote: > > Quoting Abel Vesa (2019-06-25 02:01:56) > > > Keep the AHB clock always on since there is no driver to control it and > > > all the other clocks that use it as parent rely on it being always > > > enabled. > >

Re: [PATCH] clk: imx8mq: Mark AHB clock as critical

2019-07-05 Thread Abel Vesa
On 19-06-25 15:32:22, Stephen Boyd wrote: > Quoting Abel Vesa (2019-06-25 02:01:56) > > Keep the AHB clock always on since there is no driver to control it and > > all the other clocks that use it as parent rely on it being always enabled. > > > > Signed-off-by: Abel Vesa > > --- > > drivers/clk

Re: [PATCH] clk: imx8mq: Mark AHB clock as critical

2019-06-25 Thread Stephen Boyd
Quoting Abel Vesa (2019-06-25 02:01:56) > Keep the AHB clock always on since there is no driver to control it and > all the other clocks that use it as parent rely on it being always enabled. > > Signed-off-by: Abel Vesa > --- > drivers/clk/imx/clk-imx8mq.c | 2 +- > 1 file changed, 1 insertion(

[PATCH] clk: imx8mq: Mark AHB clock as critical

2019-06-25 Thread Abel Vesa
Keep the AHB clock always on since there is no driver to control it and all the other clocks that use it as parent rely on it being always enabled. Signed-off-by: Abel Vesa --- drivers/clk/imx/clk-imx8mq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/imx/clk-im