Re: [PATCH v9 01/10] clk: fix initial state of critical clock's parents

2016-08-14 Thread James Liao
Hi Stephen, On Fri, 2016-08-12 at 17:39 -0700, Stephen Boyd wrote: > On 08/12, James Liao wrote: > > On Wed, 2016-08-10 at 14:09 -0700, Stephen Boyd wrote: > > > (Including lists) > > > > > > On 08/09, James Liao wrote: > > > > On Wed, 2016-08-03 at 13:46 +0800, James Liao wrote: > > > >> > > > >

Re: [PATCH v9 01/10] clk: fix initial state of critical clock's parents

2016-08-12 Thread Stephen Boyd
On 08/12, James Liao wrote: > On Wed, 2016-08-10 at 14:09 -0700, Stephen Boyd wrote: > > (Including lists) > > > > On 08/09, James Liao wrote: > > > On Wed, 2016-08-03 at 13:46 +0800, James Liao wrote: > > >> > > >> Hi Mike, > > >> > > >> Do you have new patches to fix new clock parents? If not, I

Re: [PATCH v9 01/10] clk: fix initial state of critical clock's parents

2016-08-12 Thread James Liao
On Wed, 2016-08-10 at 14:09 -0700, Stephen Boyd wrote: > (Including lists) > > On 08/09, James Liao wrote: > > On Wed, 2016-08-03 at 13:46 +0800, James Liao wrote: > >> > >> Hi Mike, > >> > >> Do you have new patches to fix new clock parents? If not, I think we can > >> use my patch first. Is it o

Re: [PATCH v9 01/10] clk: fix initial state of critical clock's parents

2016-08-10 Thread Stephen Boyd
(Including lists) On 08/09, James Liao wrote: > On Wed, 2016-08-03 at 13:46 +0800, James Liao wrote: >> >> Hi Mike, >> >> Do you have new patches to fix new clock parents? If not, I think we can >> use my patch first. Is it okay? >> > > Hi Stephen, > > Do you have comments for the bug fixing? I pr

Re: [PATCH v9 01/10] clk: fix initial state of critical clock's parents

2016-08-08 Thread James Liao
On Wed, 2016-08-03 at 13:46 +0800, James Liao wrote: > On Mon, 2016-07-11 at 16:24 +0800, James Liao wrote: > > Hi Mike, > > > > On Fri, 2016-07-08 at 16:32 -0700, Michael Turquette wrote: > > > Hi James, > > > > > > Quoting James Liao (2016-07-03 20:51:48) > > > > On Fri, 2016-07-01 at 18:21 -07

Re: [PATCH v9 01/10] clk: fix initial state of critical clock's parents

2016-08-02 Thread James Liao
On Mon, 2016-07-11 at 16:24 +0800, James Liao wrote: > Hi Mike, > > On Fri, 2016-07-08 at 16:32 -0700, Michael Turquette wrote: > > Hi James, > > > > Quoting James Liao (2016-07-03 20:51:48) > > > On Fri, 2016-07-01 at 18:21 -0700, Stephen Boyd wrote: > > > > (Resending to everyone) > > > > > >

Re: [PATCH v9 01/10] clk: fix initial state of critical clock's parents

2016-07-11 Thread James Liao
Hi Mike, On Fri, 2016-07-08 at 16:32 -0700, Michael Turquette wrote: > Hi James, > > Quoting James Liao (2016-07-03 20:51:48) > > On Fri, 2016-07-01 at 18:21 -0700, Stephen Boyd wrote: > > > (Resending to everyone) > > > > > > On 06/22, Erin Lo wrote: > > > > From: James Liao > > > > > > > > T

Re: [PATCH v9 01/10] clk: fix initial state of critical clock's parents

2016-07-08 Thread Stephen Boyd
On 07/08/2016 04:32 PM, Michael Turquette wrote: > --- > drivers/clk/clk.c | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c > index 820a939fb6bb..70efe4c4e0cc 100644 > --- a/drivers/clk/clk.c > +++ b/drivers/clk/clk.c > @@ -2

Re: [PATCH v9 01/10] clk: fix initial state of critical clock's parents

2016-07-08 Thread Michael Turquette
Hi James, Quoting James Liao (2016-07-03 20:51:48) > On Fri, 2016-07-01 at 18:21 -0700, Stephen Boyd wrote: > > (Resending to everyone) > > > > On 06/22, Erin Lo wrote: > > > From: James Liao > > > > > > This patch fixed wrong state of parent clocks if they are registered > > > after critical c

Re: [PATCH v9 01/10] clk: fix initial state of critical clock's parents

2016-07-03 Thread James Liao
On Fri, 2016-07-01 at 18:21 -0700, Stephen Boyd wrote: > (Resending to everyone) > > On 06/22, Erin Lo wrote: > > From: James Liao > > > > This patch fixed wrong state of parent clocks if they are registered > > after critical clocks. > > > > Signed-off-by: James Liao > > Signed-off-by: Erin L

Re: [PATCH v9 01/10] clk: fix initial state of critical clock's parents

2016-07-01 Thread Stephen Boyd
(Resending to everyone) On 06/22, Erin Lo wrote: > From: James Liao > > This patch fixed wrong state of parent clocks if they are registered > after critical clocks. > > Signed-off-by: James Liao > Signed-off-by: Erin Lo It would be nice if you included the information about the problem from

[PATCH v9 01/10] clk: fix initial state of critical clock's parents

2016-06-22 Thread Erin Lo
From: James Liao This patch fixed wrong state of parent clocks if they are registered after critical clocks. Signed-off-by: James Liao Signed-off-by: Erin Lo --- drivers/clk/clk.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c