From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Turquette Subject: Re: [PATCH v7 00/11] Add generic set_rate clk_ops for PLL35xx and PLL36xx for samsung SoCs Date: Mon, 22 Jul 2013 18:26:21 -0700 Message-ID: <20130723012621.7598.46496@quantum> References: <1370943076-13461-1-git-send-email-yadi.brar@samsung.com> <1524664.UCV47tfIRU@flatron> <20130621163143.9136.28807@quantum> <51C85F8F.9050501@samsung.com> <20130624190227.20448.68120@quantum> <007001ce7149$1f683f40$5e38bdc0$%kim@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Return-path: Received: from mail-pb0-f49.google.com ([209.85.160.49]:64361 "EHLO mail-pb0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751088Ab3GWB0Z convert rfc822-to-8bit (ORCPT ); Mon, 22 Jul 2013 21:26:25 -0400 Received: by mail-pb0-f49.google.com with SMTP id jt11so7756990pbb.22 for ; Mon, 22 Jul 2013 18:26:25 -0700 (PDT) In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Vikas Sajjan , Yadwinder Singh Brar Cc: Kukjin Kim , Tomasz Figa , "linux-arm-kernel@lists.infradead.org" , Yadwinder Singh Brar , linux-samsung-soc , Andrew Bresticker , Tomasz Figa , Doug Anderson , Thomas Abraham , Vikas Sajjan Quoting Vikas Sajjan (2013-07-21 23:15:27) > Hi Kukjin / Mike, > > Can you apply this series Let me apply this to see if the dependencies are taken care of now. If so I'll just take it through the clk tree. Regards, Mike > > On Tue, Jul 16, 2013 at 7:10 PM, Yadwinder Singh Brar > wrote: > > Hi Kukjin / Mike, > > > > On Tue, Jun 25, 2013 at 7:40 AM, Kukjin Kim wrote: > >> Mike Turquette wrote: > >>> > >>> Quoting Kukjin Kim (2013-06-24 08:02:39) > >>> > On 06/22/13 01:31, Mike Turquette wrote: > >>> > > > >>> > > Acked-by: Mike Turquette > >>> > > > >>> > > Or I can take this through the clk tree. Either way is fine. > >>> > > > >>> > Mike, please go ahead taking this series into the clk tree for 3.11. > >>> > >>> Actually it might be better for you to take it. Patch #5 relies on > >>> drivers/clk/samsung/clk-exynos5420.c which only exists in the samsung > >>> tree. It was introduced by commit 1609027f, "clk: exynos5420: register > >>> clocks using common clock framework". > >>> > >> Yes, you're right. It depends on soc-exynos5420 stuff in samsung tree. > >> > >>> And these patches need to be applied with some fuzz to the clk tree due > >>> to other changes which are not in my tree and only present in yours. > >>> > >>> The best two options are either for you to take this series or it can be > >>> rebased on top of clk-next, after which I'll apply it. > >>> > >> Let me try to send this series via samsung tree for v3.11 but I'm not sure because it's a little bit late for arm-soc tree. > >> > >> Thanks for your ack, just note I will send to arm-soc tonight in my time. > >> > > > > Can we get this series merge now in any of trees. > > Please let me if its required to rebase it. > > > > Regards, > > Yadwinder From mboxrd@z Thu Jan 1 00:00:00 1970 From: mturquette@linaro.org (Mike Turquette) Date: Mon, 22 Jul 2013 18:26:21 -0700 Subject: [PATCH v7 00/11] Add generic set_rate clk_ops for PLL35xx and PLL36xx for samsung SoCs In-Reply-To: References: <1370943076-13461-1-git-send-email-yadi.brar@samsung.com> <1524664.UCV47tfIRU@flatron> <20130621163143.9136.28807@quantum> <51C85F8F.9050501@samsung.com> <20130624190227.20448.68120@quantum> <007001ce7149$1f683f40$5e38bdc0$%kim@samsung.com> Message-ID: <20130723012621.7598.46496@quantum> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Vikas Sajjan (2013-07-21 23:15:27) > Hi Kukjin / Mike, > > Can you apply this series Let me apply this to see if the dependencies are taken care of now. If so I'll just take it through the clk tree. Regards, Mike > > On Tue, Jul 16, 2013 at 7:10 PM, Yadwinder Singh Brar > wrote: > > Hi Kukjin / Mike, > > > > On Tue, Jun 25, 2013 at 7:40 AM, Kukjin Kim wrote: > >> Mike Turquette wrote: > >>> > >>> Quoting Kukjin Kim (2013-06-24 08:02:39) > >>> > On 06/22/13 01:31, Mike Turquette wrote: > >>> > > > >>> > > Acked-by: Mike Turquette > >>> > > > >>> > > Or I can take this through the clk tree. Either way is fine. > >>> > > > >>> > Mike, please go ahead taking this series into the clk tree for 3.11. > >>> > >>> Actually it might be better for you to take it. Patch #5 relies on > >>> drivers/clk/samsung/clk-exynos5420.c which only exists in the samsung > >>> tree. It was introduced by commit 1609027f, "clk: exynos5420: register > >>> clocks using common clock framework". > >>> > >> Yes, you're right. It depends on soc-exynos5420 stuff in samsung tree. > >> > >>> And these patches need to be applied with some fuzz to the clk tree due > >>> to other changes which are not in my tree and only present in yours. > >>> > >>> The best two options are either for you to take this series or it can be > >>> rebased on top of clk-next, after which I'll apply it. > >>> > >> Let me try to send this series via samsung tree for v3.11 but I'm not sure because it's a little bit late for arm-soc tree. > >> > >> Thanks for your ack, just note I will send to arm-soc tonight in my time. > >> > > > > Can we get this series merge now in any of trees. > > Please let me if its required to rebase it. > > > > Regards, > > Yadwinder