Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-19 Thread Emilio López
Hi Gregory, El 18/02/14 06:47, Gregory CLEMENT escribió: (snip) (...) what would be an acceptable version would be the something like the patch attached. There will be still an issue if old dtb is used with recent kernel, but at least the user will be warned. The patch you attached is similar

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-19 Thread Ezequiel Garcia
On Tue, Feb 18, 2014 at 10:47:00AM +0100, Gregory CLEMENT wrote: > On 17/02/2014 19:19, Ezequiel Garcia wrote: > > On Mon, Feb 17, 2014 at 04:59:01PM +0100, Gregory CLEMENT wrote: > > [..] > >>> > >>> Right. If you think it adds a regression, then that's a perfectly valid > >>> reasons > >>> for

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-19 Thread Ezequiel Garcia
On Tue, Feb 18, 2014 at 10:47:00AM +0100, Gregory CLEMENT wrote: On 17/02/2014 19:19, Ezequiel Garcia wrote: On Mon, Feb 17, 2014 at 04:59:01PM +0100, Gregory CLEMENT wrote: [..] Right. If you think it adds a regression, then that's a perfectly valid reasons for nacking. However,

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-19 Thread Emilio López
Hi Gregory, El 18/02/14 06:47, Gregory CLEMENT escribió: (snip) (...) what would be an acceptable version would be the something like the patch attached. There will be still an issue if old dtb is used with recent kernel, but at least the user will be warned. The patch you attached is similar

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-18 Thread Gregory CLEMENT
On 17/02/2014 19:19, Ezequiel Garcia wrote: > On Mon, Feb 17, 2014 at 04:59:01PM +0100, Gregory CLEMENT wrote: > [..] >>> >>> Right. If you think it adds a regression, then that's a perfectly valid >>> reasons >>> for nacking. >>> >>> However, I'd like to double-check we have such a regression. I

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-18 Thread Gregory CLEMENT
On 17/02/2014 19:19, Ezequiel Garcia wrote: On Mon, Feb 17, 2014 at 04:59:01PM +0100, Gregory CLEMENT wrote: [..] Right. If you think it adds a regression, then that's a perfectly valid reasons for nacking. However, I'd like to double-check we have such a regression. I guess you're

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Ezequiel Garcia
On Mon, Feb 17, 2014 at 04:59:01PM +0100, Gregory CLEMENT wrote: [..] > > > > Right. If you think it adds a regression, then that's a perfectly valid > > reasons > > for nacking. > > > > However, I'd like to double-check we have such a regression. I guess you're > > talking about the "tclk"

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Gregory CLEMENT
On 17/02/2014 16:44, Ezequiel Garcia wrote: > On Mon, Feb 17, 2014 at 04:28:41PM +0100, Gregory CLEMENT wrote: >> On 17/02/2014 16:21, Ezequiel Garcia wrote: >>> On Mon, Feb 17, 2014 at 03:25:22PM +0100, Gregory CLEMENT wrote: On 17/02/2014 15:13, Ezequiel Garcia wrote: > On Wed, Feb 05,

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Ezequiel Garcia
On Mon, Feb 17, 2014 at 04:28:41PM +0100, Gregory CLEMENT wrote: > On 17/02/2014 16:21, Ezequiel Garcia wrote: > > On Mon, Feb 17, 2014 at 03:25:22PM +0100, Gregory CLEMENT wrote: > >> On 17/02/2014 15:13, Ezequiel Garcia wrote: > >>> On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: >

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Emilio López
Hi, El 17/02/14 12:04, Gregory CLEMENT escribió: (snip) Please read what I have written: "if there is no output-name, which is our default case) this proposal just ignored the parent clock given by the device tree". Extract of your code from the link you pointed: const char *default_parent =

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Gregory CLEMENT
On 17/02/2014 16:21, Ezequiel Garcia wrote: > On Mon, Feb 17, 2014 at 03:25:22PM +0100, Gregory CLEMENT wrote: >> On 17/02/2014 15:13, Ezequiel Garcia wrote: >>> On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Ezequiel Garcia
On Mon, Feb 17, 2014 at 03:25:22PM +0100, Gregory CLEMENT wrote: > On 17/02/2014 15:13, Ezequiel Garcia wrote: > > On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: > >> On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth wrote: > >>> This patch set fixes clk init order

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Gregory CLEMENT
On 17/02/2014 15:42, Emilio López wrote: > Hi Gregory, Ezequiel, > > >> Are we still in time to consider Emilio's oneline proposal? >>> (Emilio: would you mind preparing a suitable patch against dove, >>> kirkwood, armada370/xp, so we can see the real thing?). > > The patch is in a common file,

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Emilio López
Hi Gregory, Ezequiel, >> Are we still in time to consider Emilio's oneline proposal? (Emilio: would you mind preparing a suitable patch against dove, kirkwood, armada370/xp, so we can see the real thing?). The patch is in a common file, so it does not need patching anything for each

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Gregory CLEMENT
On 17/02/2014 15:13, Ezequiel Garcia wrote: > On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: >> On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth wrote: >>> This patch set fixes clk init order that went upside-down with >>> v3.14. I haven't really investigated what

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Ezequiel Garcia
On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: > On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth wrote: > > This patch set fixes clk init order that went upside-down with > > v3.14. I haven't really investigated what caused this, but I assume > > it is related with

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Ezequiel Garcia
On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Gregory CLEMENT
On 17/02/2014 15:13, Ezequiel Garcia wrote: On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this,

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Emilio López
Hi Gregory, Ezequiel, Are we still in time to consider Emilio's oneline proposal? (Emilio: would you mind preparing a suitable patch against dove, kirkwood, armada370/xp, so we can see the real thing?). The patch is in a common file, so it does not need patching anything for each platform.

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Gregory CLEMENT
On 17/02/2014 15:42, Emilio López wrote: Hi Gregory, Ezequiel, Are we still in time to consider Emilio's oneline proposal? (Emilio: would you mind preparing a suitable patch against dove, kirkwood, armada370/xp, so we can see the real thing?). The patch is in a common file, so it does

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Ezequiel Garcia
On Mon, Feb 17, 2014 at 03:25:22PM +0100, Gregory CLEMENT wrote: On 17/02/2014 15:13, Ezequiel Garcia wrote: On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Gregory CLEMENT
On 17/02/2014 16:21, Ezequiel Garcia wrote: On Mon, Feb 17, 2014 at 03:25:22PM +0100, Gregory CLEMENT wrote: On 17/02/2014 15:13, Ezequiel Garcia wrote: On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth wrote: This

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Emilio López
Hi, El 17/02/14 12:04, Gregory CLEMENT escribió: (snip) Please read what I have written: if there is no output-name, which is our default case) this proposal just ignored the parent clock given by the device tree. Extract of your code from the link you pointed: const char *default_parent =

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Ezequiel Garcia
On Mon, Feb 17, 2014 at 04:28:41PM +0100, Gregory CLEMENT wrote: On 17/02/2014 16:21, Ezequiel Garcia wrote: On Mon, Feb 17, 2014 at 03:25:22PM +0100, Gregory CLEMENT wrote: On 17/02/2014 15:13, Ezequiel Garcia wrote: On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: On Sat,

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Gregory CLEMENT
On 17/02/2014 16:44, Ezequiel Garcia wrote: On Mon, Feb 17, 2014 at 04:28:41PM +0100, Gregory CLEMENT wrote: On 17/02/2014 16:21, Ezequiel Garcia wrote: On Mon, Feb 17, 2014 at 03:25:22PM +0100, Gregory CLEMENT wrote: On 17/02/2014 15:13, Ezequiel Garcia wrote: On Wed, Feb 05, 2014 at

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-17 Thread Ezequiel Garcia
On Mon, Feb 17, 2014 at 04:59:01PM +0100, Gregory CLEMENT wrote: [..] Right. If you think it adds a regression, then that's a perfectly valid reasons for nacking. However, I'd like to double-check we have such a regression. I guess you're talking about the tclk name being

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-06 Thread Jason Cooper
On Thu, Feb 06, 2014 at 02:08:39PM -0300, Ezequiel Garcia wrote: > On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: > > On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth wrote: > > > This patch set fixes clk init order that went upside-down with > > > v3.14. I haven't

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-06 Thread Ezequiel Garcia
On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: > On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth wrote: > > This patch set fixes clk init order that went upside-down with > > v3.14. I haven't really investigated what caused this, but I assume > > it is related with

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-06 Thread Ezequiel Garcia
On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-06 Thread Jason Cooper
On Thu, Feb 06, 2014 at 02:08:39PM -0300, Ezequiel Garcia wrote: On Wed, Feb 05, 2014 at 01:34:57PM -0500, Jason Cooper wrote: On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't really

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-05 Thread Jason Cooper
On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth wrote: > This patch set fixes clk init order that went upside-down with > v3.14. I haven't really investigated what caused this, but I assume > it is related with DT node reordering by addresses. > > Anyway, with v3.14 for MVEBU

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-05 Thread Jason Cooper
On Wed, Feb 05, 2014 at 06:08:02AM -0800, Mike Turquette wrote: > Quoting Sebastian Hesselbarth (2014-01-25 10:19:06) > > This patch set fixes clk init order that went upside-down with > > v3.14. I haven't really investigated what caused this, but I assume > > it is related with DT node reordering

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-05 Thread Mike Turquette
Quoting Sebastian Hesselbarth (2014-01-25 10:19:06) > This patch set fixes clk init order that went upside-down with > v3.14. I haven't really investigated what caused this, but I assume > it is related with DT node reordering by addresses. > > Anyway, with v3.14 for MVEBU SoCs, the clock gating

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-05 Thread Mike Turquette
Quoting Sebastian Hesselbarth (2014-01-25 10:19:06) This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node reordering by addresses. Anyway, with v3.14 for MVEBU SoCs, the clock gating

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-05 Thread Jason Cooper
On Wed, Feb 05, 2014 at 06:08:02AM -0800, Mike Turquette wrote: Quoting Sebastian Hesselbarth (2014-01-25 10:19:06) This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node reordering by

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-05 Thread Jason Cooper
On Sat, Jan 25, 2014 at 07:19:06PM +0100, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node reordering by addresses. Anyway, with v3.14 for MVEBU SoCs, the

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-04 Thread Thomas Petazzoni
Hello, On Tue, 04 Feb 2014 15:58:44 +0100, Gregory CLEMENT wrote: > > @Jason, Andrew, Gregory, Thomas: > > Now that v3.14 is out, anything against taking this in as fixes for rc1? > > I am not found of this solution I still think it should be done > at framework level. However we still have

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-04 Thread Gregory CLEMENT
On 04/02/2014 00:36, Sebastian Hesselbarth wrote: > On 02/04/2014 12:16 AM, Willy Tarreau wrote: >> On Thu, Jan 30, 2014 at 11:31:32AM +0100, Sebastian Hesselbarth wrote: >>> On 01/30/14 11:24, Gregory CLEMENT wrote: On 25/01/2014 19:19, Sebastian Hesselbarth wrote: > This patch set fixes

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-04 Thread Gregory CLEMENT
On 04/02/2014 00:36, Sebastian Hesselbarth wrote: On 02/04/2014 12:16 AM, Willy Tarreau wrote: On Thu, Jan 30, 2014 at 11:31:32AM +0100, Sebastian Hesselbarth wrote: On 01/30/14 11:24, Gregory CLEMENT wrote: On 25/01/2014 19:19, Sebastian Hesselbarth wrote: This patch set fixes clk init order

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-04 Thread Thomas Petazzoni
Hello, On Tue, 04 Feb 2014 15:58:44 +0100, Gregory CLEMENT wrote: @Jason, Andrew, Gregory, Thomas: Now that v3.14 is out, anything against taking this in as fixes for rc1? I am not found of this solution I still think it should be done at framework level. However we still have this very

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-03 Thread Sebastian Hesselbarth
On 02/04/2014 12:16 AM, Willy Tarreau wrote: On Thu, Jan 30, 2014 at 11:31:32AM +0100, Sebastian Hesselbarth wrote: On 01/30/14 11:24, Gregory CLEMENT wrote: On 25/01/2014 19:19, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-03 Thread Willy Tarreau
Hi Sebastian, On Thu, Jan 30, 2014 at 11:31:32AM +0100, Sebastian Hesselbarth wrote: > On 01/30/14 11:24, Gregory CLEMENT wrote: > >On 25/01/2014 19:19, Sebastian Hesselbarth wrote: > >>This patch set fixes clk init order that went upside-down with > >>v3.14. I haven't really investigated what

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-03 Thread Willy Tarreau
Hi Sebastian, On Thu, Jan 30, 2014 at 11:31:32AM +0100, Sebastian Hesselbarth wrote: On 01/30/14 11:24, Gregory CLEMENT wrote: On 25/01/2014 19:19, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-02-03 Thread Sebastian Hesselbarth
On 02/04/2014 12:16 AM, Willy Tarreau wrote: On Thu, Jan 30, 2014 at 11:31:32AM +0100, Sebastian Hesselbarth wrote: On 01/30/14 11:24, Gregory CLEMENT wrote: On 25/01/2014 19:19, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-30 Thread Sebastian Hesselbarth
On 01/30/14 11:24, Gregory CLEMENT wrote: On 25/01/2014 19:19, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node reordering by addresses. Can you explain

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-30 Thread Gregory CLEMENT
Hi Sebastian, On 25/01/2014 19:19, Sebastian Hesselbarth wrote: > This patch set fixes clk init order that went upside-down with > v3.14. I haven't really investigated what caused this, but I assume > it is related with DT node reordering by addresses. Can you explain what kind of issue do you

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-30 Thread Gregory CLEMENT
Hi Sebastian, On 25/01/2014 19:19, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node reordering by addresses. Can you explain what kind of issue do you

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-30 Thread Sebastian Hesselbarth
On 01/30/14 11:24, Gregory CLEMENT wrote: On 25/01/2014 19:19, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node reordering by addresses. Can you explain

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-27 Thread Jason Cooper
On Mon, Jan 27, 2014 at 07:21:38PM +0100, Sebastian Hesselbarth wrote: > On 01/27/14 15:39, Thomas Petazzoni wrote: > >On Sat, 25 Jan 2014 19:19:06 +0100, Sebastian Hesselbarth wrote: > >>This patch set fixes clk init order that went upside-down with > >>v3.14. I haven't really investigated what

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-27 Thread Sebastian Hesselbarth
On 01/27/14 15:39, Thomas Petazzoni wrote: On Sat, 25 Jan 2014 19:19:06 +0100, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node reordering by addresses.

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-27 Thread Thomas Petazzoni
Dear Sebastian Hesselbarth, On Sat, 25 Jan 2014 19:19:06 +0100, Sebastian Hesselbarth wrote: > This patch set fixes clk init order that went upside-down with > v3.14. I haven't really investigated what caused this, but I assume > it is related with DT node reordering by addresses. > > Anyway,

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-27 Thread Thomas Petazzoni
Dear Sebastian Hesselbarth, On Sat, 25 Jan 2014 19:19:06 +0100, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node reordering by addresses. Anyway, with

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-27 Thread Sebastian Hesselbarth
On 01/27/14 15:39, Thomas Petazzoni wrote: On Sat, 25 Jan 2014 19:19:06 +0100, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node reordering by addresses.

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-27 Thread Jason Cooper
On Mon, Jan 27, 2014 at 07:21:38PM +0100, Sebastian Hesselbarth wrote: On 01/27/14 15:39, Thomas Petazzoni wrote: On Sat, 25 Jan 2014 19:19:06 +0100, Sebastian Hesselbarth wrote: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-25 Thread Ezequiel Garcia
Hi Emilio, Thanks for your help with this. On Sat, Jan 25, 2014 at 07:11:07PM -0300, Emilio López wrote: [..] > > > > Ok, I'll look if using of_clk_get_parent_name will help here. But again, > > I can see that clk-gating driver gets registered before core-clk driver. > > There may be no code to

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-25 Thread Emilio López
Sebastian, El 25/01/14 18:44, Sebastian Hesselbarth escribió: On 01/25/2014 10:32 PM, Emilio López wrote: El 25/01/14 15:19, Sebastian Hesselbarth escribió: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-25 Thread Emilio López
Hello Sebastian, El 25/01/14 15:19, Sebastian Hesselbarth escribió: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node reordering by addresses. The framework should be able to deal with

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-25 Thread Sebastian Hesselbarth
On 01/25/2014 10:32 PM, Emilio López wrote: El 25/01/14 15:19, Sebastian Hesselbarth escribió: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node reordering by addresses. The framework

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-25 Thread Sebastian Hesselbarth
On 01/25/2014 10:32 PM, Emilio López wrote: El 25/01/14 15:19, Sebastian Hesselbarth escribió: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node reordering by addresses. The framework

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-25 Thread Emilio López
Hello Sebastian, El 25/01/14 15:19, Sebastian Hesselbarth escribió: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is related with DT node reordering by addresses. The framework should be able to deal with

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-25 Thread Emilio López
Sebastian, El 25/01/14 18:44, Sebastian Hesselbarth escribió: On 01/25/2014 10:32 PM, Emilio López wrote: El 25/01/14 15:19, Sebastian Hesselbarth escribió: This patch set fixes clk init order that went upside-down with v3.14. I haven't really investigated what caused this, but I assume it is

Re: [PATCH 0/4] clk: mvebu: fix clk init order

2014-01-25 Thread Ezequiel Garcia
Hi Emilio, Thanks for your help with this. On Sat, Jan 25, 2014 at 07:11:07PM -0300, Emilio López wrote: [..] Ok, I'll look if using of_clk_get_parent_name will help here. But again, I can see that clk-gating driver gets registered before core-clk driver. There may be no code to give you