[PATCH v2 1/3] PM / clock_ops: Add pm_clk_add_clk()
From: Santosh Shilimkar <hidden>
Date: 2014-10-21 18:00:35
Also in:
linux-devicetree, linux-pm, lkml
From: Santosh Shilimkar <hidden>
Date: 2014-10-21 18:00:35
Also in:
linux-devicetree, linux-pm, lkml
Kevin, Rafael, On 10/20/2014 05:56 AM, Grygorii Strashko wrote:
From: Geert Uytterhoeven <geert+renesas@glider.be>
The existing pm_clk_add() allows to pass a clock by con_id. However,
when referring to a specific clock from DT, no con_id is available.
Add pm_clk_add_clk(), which allows to specify the struct clk * directly.
Reviewed-by: Kevin Hilman <redacted>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
Pay attantion pls, that there is another series of patches
which have been posted already and which depends from this patch
"[PATCH v4 0/3] ARM: rk3288 : Add PM Domain support"
https://lkml.org/lkml/2014/10/20/105How do you go about merging the $subject patch ? I see there are at least 2 series which depends on this one. Regards, Santosh