Re: [Patch 3/3] clk: Avoid re-parenting orphan clk's having invalid parent index.

2013-06-13 Thread Ambresh K
>> Sorry for not being descriptive in commit message. >> >> a) Avoids unnecessary re-parenting cycle for orphan clock's with invalid >> parent for every clock >> > > True, but this is a minor optimisation. If this is a big optimization > for you then you really need to fix your bootloader.

Re: [Patch 3/3] clk: Avoid re-parenting orphan clk's having invalid parent index.

2013-06-13 Thread Ambresh K
Sorry for not being descriptive in commit message. a) Avoids unnecessary re-parenting cycle for orphan clock's with invalid parent for every clock True, but this is a minor optimisation. If this is a big optimization for you then you really need to fix your bootloader. We

Re: [Patch 3/3] clk: Avoid re-parenting orphan clk's having invalid parent index.

2013-06-04 Thread Ambresh K
On Wednesday 29 May 2013 12:48 PM, Mike Turquette wrote: > Quoting Ambresh K (2013-05-01 23:25:29) >> From: Ambresh K >> >> Add orhan clk nodes having invalid parent index to list and use >> the list to skip re-parenting orphan clk having invalid parents. >> >> Signed-off-by: Ambresh K >> ---

Re: [Patch 3/3] clk: Avoid re-parenting orphan clk's having invalid parent index.

2013-06-04 Thread Ambresh K
On Wednesday 29 May 2013 12:48 PM, Mike Turquette wrote: Quoting Ambresh K (2013-05-01 23:25:29) From: Ambresh K ambr...@ti.com Add orhan clk nodes having invalid parent index to list and use the list to skip re-parenting orphan clk having invalid parents. Signed-off-by: Ambresh K

[Patch 3/3] clk: Avoid re-parenting orphan clk's having invalid parent index.

2013-05-02 Thread Ambresh K
From: Ambresh K Add orhan clk nodes having invalid parent index to list and use the list to skip re-parenting orphan clk having invalid parents. Signed-off-by: Ambresh K --- drivers/clk/clk.c | 21 +++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git

[Patch 3/3] clk: Avoid re-parenting orphan clk's having invalid parent index.

2013-05-02 Thread Ambresh K
From: Ambresh K ambr...@ti.com Add orhan clk nodes having invalid parent index to list and use the list to skip re-parenting orphan clk having invalid parents. Signed-off-by: Ambresh K ambr...@ti.com --- drivers/clk/clk.c | 21 +++-- 1 files changed, 19 insertions(+), 2