From mboxrd@z Thu Jan 1 00:00:00 1970 From: tglx@linutronix.de (Thomas Gleixner) Date: Mon, 14 Jan 2013 12:23:16 +0100 (CET) Subject: [PATCH v2 0/3] Use helper clockevents_config_and_register() In-Reply-To: <201301122114.07278.arnd@arndb.de> References: <1357991406-22778-1-git-send-email-shawn.guo@linaro.org> <201301122114.07278.arnd@arndb.de> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, 12 Jan 2013, Arnd Bergmann wrote: > On Saturday 12 January 2013, Shawn Guo wrote: > > The clockevent core is able to figure out the best mult and shift, > > calculate min_delta_ns and max_delta_ns, with the necessary info passed > > into clockevents_config_and_register(). Use this handy helper to make > > the drivers less error prone and save some LOC. > > > > Changes since v1: > > - Add one patch to export clockevents_config_and_register for fixing > > the error [1] reported by Fengguang. > > - Add Acked-by and Tested-by tags given by people (Thanks!) > > > > [1] http://thread.gmane.org/gmane.linux.ports.arm.kernel/209152 > > Very nice series! > > Acked-by: Arnd Bergmann Reviewed-by: Thomas Gleixner Arnd, can you take the whole lot via the ARM tree? The export should not cause any conflicts, and if it does Linus should be able to solve it :) Thanks, tglx