From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@gmail.com (Santosh Shilimkar) Date: Tue, 21 Oct 2014 11:00:36 -0700 Subject: [PATCH v2 1/3] PM / clock_ops: Add pm_clk_add_clk() In-Reply-To: <1413809764-21995-2-git-send-email-grygorii.strashko@ti.com> References: <1413809764-21995-1-git-send-email-grygorii.strashko@ti.com> <1413809764-21995-2-git-send-email-grygorii.strashko@ti.com> Message-ID: <54469F44.4060701@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Kevin, Rafael, On 10/20/2014 05:56 AM, Grygorii Strashko wrote: > From: Geert Uytterhoeven > > 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 > Signed-off-by: Geert Uytterhoeven > Signed-off-by: Grygorii Strashko > --- > > 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/105 > How do you go about merging the $subject patch ? I see there are at least 2 series which depends on this one. Regards, Santosh