From mboxrd@z Thu Jan 1 00:00:00 1970 From: mturquette@linaro.org (Mike Turquette) Date: Mon, 21 Oct 2013 05:10:15 -0700 Subject: [PATCH V2] ARM: EXYNOS: Move arm core power down clock to exynos5250 common clock In-Reply-To: <52644C65.3040805@samsung.com> References: <1381470134-29410-1-git-send-email-amit.daniel@samsung.com> <4953642.S7P9jyspGP@amdn883> <52644C65.3040805@samsung.com> Message-ID: <20131021121015.11944.4344@quantum> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Kukjin Kim (2013-10-20 14:34:29) > On 10/11/13 16:33, Tomasz Figa wrote: > > Hi Amit, > > > > On Friday 11 of October 2013 11:12:14 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 > >> Acked-by: Kukjin Kim > > > > nit: Typo in samsung. Probably something that Kukjin can fix up when > > applying, though. > > > >> Reviewed-by: Bartlomiej Zolnierkiewicz > >> Signed-off-by: Amit Daniel Kachhap > >> --- > >> > >> Changes in V2: > >> * Rebased against linux-next tree. > >> * Removed un-used macros in regs-clock.h > >> > >> arch/arm/mach-exynos/cpuidle.c | 35 -------------------- > >> arch/arm/mach-exynos/include/mach/regs-clock.h | 16 --------- > >> drivers/clk/samsung/clk-exynos5250.c | 42 ++++++++++++++++++++++++ > >> 3 files changed, 42 insertions(+), 51 deletions(-) > > > > Otherwise > > > > Acked-by: Tomasz Figa > > > Mike, do you want me to pick this patch into Samsung tree? I'll take it through clk-next. Thanks, Mike > > - Kukjin