From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 17 Jun 2011 17:09:43 +0200 Subject: [RFC PATCH 10/16] ARM: local timers: add exynos_mct driver to driver/clocksource In-Reply-To: <1308251204-16719-11-git-send-email-marc.zyngier@arm.com> References: <1308251204-16719-1-git-send-email-marc.zyngier@arm.com> <1308251204-16719-11-git-send-email-marc.zyngier@arm.com> Message-ID: <201106171709.43973.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 16 June 2011, Marc Zyngier wrote: > > Add a "new" driver to driver/clocksource to support the Samsung MCT > hardware. This is basically the local timer part of > arch/arm/mach-exynos4/mct.c, turned into a platform driver, and > with a CPU notifier being used to start/stop timers on secondary > cores. > > Cc: Kukjin Kim > Signed-off-by: Marc Zyngier My feeling is that it would be nicer to do this as an atomic change together with the removal of the existing code, rather than two patches. Arnd