Re: [PATCH RESEND v3] clk: return probe defer when DT clock not yet ready

2014-02-19 Thread Russell King - ARM Linux
On Wed, Feb 19, 2014 at 07:03:05PM +0100, Jean-Francois Moine wrote: > On Mon, 25 Nov 2013 19:47:04 +0100 > Jean-Francois Moine wrote: > > > At probe time, a clock device may not be ready when some other device > > wants to use it. > > > > This patch lets the functions clk_get/devm_clk_get

Re: [PATCH RESEND v3] clk: return probe defer when DT clock not yet ready

2014-02-19 Thread Jean-Francois Moine
On Mon, 25 Nov 2013 19:47:04 +0100 Jean-Francois Moine wrote: > At probe time, a clock device may not be ready when some other device > wants to use it. > > This patch lets the functions clk_get/devm_clk_get return a probe defer > when the clock is defined in the DT but not yet available. Hi

Re: [PATCH RESEND v3] clk: return probe defer when DT clock not yet ready

2014-02-19 Thread Jean-Francois Moine
On Mon, 25 Nov 2013 19:47:04 +0100 Jean-Francois Moine moin...@free.fr wrote: At probe time, a clock device may not be ready when some other device wants to use it. This patch lets the functions clk_get/devm_clk_get return a probe defer when the clock is defined in the DT but not yet

Re: [PATCH RESEND v3] clk: return probe defer when DT clock not yet ready

2014-02-19 Thread Russell King - ARM Linux
On Wed, Feb 19, 2014 at 07:03:05PM +0100, Jean-Francois Moine wrote: On Mon, 25 Nov 2013 19:47:04 +0100 Jean-Francois Moine moin...@free.fr wrote: At probe time, a clock device may not be ready when some other device wants to use it. This patch lets the functions clk_get/devm_clk_get

Re: [PATCH RESEND v3] clk: return probe defer when DT clock not yet ready

2014-02-18 Thread Sylwester Nawrocki
On 25/11/13 19:47, Jean-Francois Moine wrote: > At probe time, a clock device may not be ready when some other device > wants to use it. > > This patch lets the functions clk_get/devm_clk_get return a probe defer > when the clock is defined in the DT but not yet available. > > Signed-off-by:

Re: [PATCH RESEND v3] clk: return probe defer when DT clock not yet ready

2014-02-18 Thread Sylwester Nawrocki
On 25/11/13 19:47, Jean-Francois Moine wrote: At probe time, a clock device may not be ready when some other device wants to use it. This patch lets the functions clk_get/devm_clk_get return a probe defer when the clock is defined in the DT but not yet available. Signed-off-by:

[PATCH RESEND v3] clk: return probe defer when DT clock not yet ready

2014-02-08 Thread Jean-Francois Moine
At probe time, a clock device may not be ready when some other device wants to use it. This patch lets the functions clk_get/devm_clk_get return a probe defer when the clock is defined in the DT but not yet available. Signed-off-by: Jean-Francois Moine --- resend v3: - base kernel

[PATCH RESEND v3] clk: return probe defer when DT clock not yet ready

2014-02-08 Thread Jean-Francois Moine
At probe time, a clock device may not be ready when some other device wants to use it. This patch lets the functions clk_get/devm_clk_get return a probe defer when the clock is defined in the DT but not yet available. Signed-off-by: Jean-Francois Moine moin...@free.fr --- resend v3: -