From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Tue, 23 Apr 2013 22:56:13 +0900 Subject: [PATCH v2 2/3] ARM: EXYNOS: Fix support of Exynos4210 rev0 SoC In-Reply-To: <201304222310.34775.arnd@arndb.de> References: <1366036922-4103-1-git-send-email-t.figa@samsung.com> <1366036922-4103-3-git-send-email-t.figa@samsung.com> <201304222310.34775.arnd@arndb.de> Message-ID: <517692FD.9080005@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/23/13 06:10, Arnd Bergmann wrote: > On Monday 15 April 2013, Tomasz Figa wrote: >> This patch extends exynos_init_time() function to handle Exynos4210 rev0 >> SoC, which differs in availability of system timers and needs different >> clocksource initialization. >> >> This makes it possible to use exynos_init_time() function as init_time >> callback for all Exynos-based boards, including Universal_C210, which >> originally had to use samsung_timer_init(). >> >> Signed-off-by: Tomasz Figa > > Acked-by: Arnd Bergmann > > Note that it would be helpful to mention here that this is required for > the calling samsung_timer_init from the exynos4-dt.c file. > I did 'amend' as per your suggestion and added your ack on this series. Thanks. - Kukjin