From mboxrd@z Thu Jan 1 00:00:00 1970 From: b.zolnierkie@samsung.com (Bartlomiej Zolnierkiewicz) Date: Wed, 09 Oct 2013 11:48:19 +0200 Subject: [RESEND PATCH 1/3] ARM: EXYNOS: Move arm core power down clock to exynos5250 common clock In-Reply-To: References: <1363240979-1939-2-git-send-email-amit.daniel@samsung.com> <150e01ce6831$44d94920$ce8bdb60$%kim@samsung.com> Message-ID: <16865865.dEQ4lomChq@amdc1032> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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