From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 27 Nov 2012 08:58:47 +0000 Subject: [PATCH] ARM: use clockevents_config_and_register() where possible In-Reply-To: <1353936857-15313-1-git-send-email-shawn.guo@linaro.org> References: <1353936857-15313-1-git-send-email-shawn.guo@linaro.org> Message-ID: <201211270858.47610.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 26 November 2012, 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 combined configure > and register function where possible to make the codes less error prone > and gain some positive diff stat. Acked-by: Arnd Bergmann