From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Subject: Re: [RESEND PATCH 1/3] ARM: EXYNOS: Move arm core power down clock to exynos5250 common clock Date: Wed, 09 Oct 2013 11:48:19 +0200 Message-ID: <16865865.dEQ4lomChq@amdc1032> References: <1363240979-1939-2-git-send-email-amit.daniel@samsung.com> <150e01ce6831$44d94920$ce8bdb60$%kim@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7Bit Return-path: Received: from mailout4.samsung.com ([203.254.224.34]:60686 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752484Ab3JIJsX (ORCPT ); Wed, 9 Oct 2013 05:48:23 -0400 Received: from epcpsbgm2.samsung.com (epcpsbgm2 [203.254.230.27]) by mailout4.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MUE00423B6E2290@mailout4.samsung.com> for linux-samsung-soc@vger.kernel.org; Wed, 09 Oct 2013 18:48:22 +0900 (KST) In-reply-to: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: amit daniel kachhap Cc: Kukjin Kim , "linux-samsung-soc@vger.kernel.org" , Mike Turquette , LAK , Thomas Abraham , Abhilash Kesavan Hi, Mike: Could you please apply this patch? It is few months overdue.. Amit: This patch no longer applies to -next. Could you please refresh and resend it? You can add: Reviewed-by: Bartlomiej Zolnierkiewicz while at it. Thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics On Friday, August 16, 2013 10:22:44 AM amit daniel kachhap wrote: > Hi Mike, > > Please merge this patch as it is pending since last merge window. > > Thanks, > Amit > > On Thu, Jun 13, 2013 at 5:56 PM, Kukjin Kim wrote: > > Amit Daniel Kachhap wrote: > >> > >> Now with common clock support added for exynos5250 it is necessary to move > >> this code to exynos5250 common clock driver as clock registers should be > >> handled there. This change is tested in exynos5250 based arndale platform. > >> > >> Cc: Abhilash Kesavan > >> Cc: Thomas Abraham > >> Signed-off-by: Amit Daniel Kachhap > > > > Hmm...I'm not sure it's better to handle the ARM core power down clock in > > common clock but the clock registers should be handled in one part, clock. > > > > Acked-by: Kukjin Kim > > > > Mike, the mach-exynos/cpuidle.c is not touched in samsung tree at this > > moment, so this patch will not create any conflict between samsung and clk. > > > > Thanks, > > - Kukjin