[PATCH RESEND v3] clk: return probe defer when DT clock not yet ready
From: s.nawrocki@samsung.com (Sylwester Nawrocki)
Date: 2014-02-18 13:23:37
Also in:
linux-devicetree, lkml
From: s.nawrocki@samsung.com (Sylwester Nawrocki)
Date: 2014-02-18 13:23:37
Also in:
linux-devicetree, lkml
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: Jean-Francois Moine <redacted>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Tested-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Hope this can be merged for v3.15. Thanks.