From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v8 09/16] clockevents/drivers: Add STM32 Timer driver Date: Tue, 19 May 2015 12:55:52 +0200 Message-ID: <6177628.0ZDPLeVyah@wuerfel> References: <1431158038-3813-1-git-send-email-mcoquelin.stm32@gmail.com> <555B098A.8030202@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Maxime Coquelin Cc: Daniel Lezcano , Uwe =?ISO-8859-1?Q?Kleine=2DK=F6nig?= , Andreas =?ISO-8859-1?Q?F=E4rber?= , Geert Uytterhoeven , Rob Herring , Philipp Zabel , Linus Walleij , Stefan Agner , Peter Meerwald , Paul Bolle , Peter Hurley , Andy Shevchenko , Chanwoo Choi , Russell King , Joe Perches , Vladimir Zapolskiy , Lee Jones , Daniel Thompson , Jonathan Corbet , Pawel Moll , Mark Rutland , Ian List-Id: linux-api@vger.kernel.org On Tuesday 19 May 2015 12:02:59 Maxime Coquelin wrote: > > > > config CLKSRC_STM32 > > bool > > select CLKSRC_MMIO > > > > and in the arch/arm/mach-stm32/Kconfig add select CLKSRC_STM32 > > Ok, I will send a patch for arch/arm/Kconfig, as Arnd already applied > the one intruducing ARCH_STM32. > > Please also make it possible to select this driver on other architectures with COMPILE_TEST, so we get coverage from all the x86 test infrastructure. Arnd