From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: [PATCH v8 09/16] clockevents/drivers: Add STM32 Timer driver Date: Tue, 19 May 2015 15:49:52 +0200 Message-ID: <555B3F80.8070605@linaro.org> References: <1431158038-3813-1-git-send-email-mcoquelin.stm32@gmail.com> <555B098A.8030202@linaro.org> <6177628.0ZDPLeVyah@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Maxime Coquelin , Arnd Bergmann Cc: =?UTF-8?B?VXdlIEtsZWluZS1Lw7ZuaWc=?= , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , 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 Campbell Kumar Gala List-Id: linux-gpio@vger.kernel.org On 05/19/2015 03:42 PM, Maxime Coquelin wrote: > 2015-05-19 12:55 GMT+02:00 Arnd Bergmann : >> Please also make it possible to select this driver on other architec= tures >> with COMPILE_TEST, so we get coverage from all the x86 test infrastr= ucture. > > You proposal is to revert back to the original patch, except that > ARCH_STM32 should select CLKSRC_STM32, right? > > Daniel, what do you think? It is not exactly as the initial patch. I think Arnd is proposing: config CLKSRC_STM32 bool "Clocksource for STM32 SoCs" if COMPILE_TEST select CLKSRC_MMIO --=20 Linaro.org =E2=94=82 Open source software fo= r ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932721AbbESNuP (ORCPT ); Tue, 19 May 2015 09:50:15 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:35072 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755702AbbESNuG (ORCPT ); Tue, 19 May 2015 09:50:06 -0400 Message-ID: <555B3F80.8070605@linaro.org> Date: Tue, 19 May 2015 15:49:52 +0200 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Maxime Coquelin , Arnd Bergmann CC: =?UTF-8?B?VXdlIEtsZWluZS1Lw7ZuaWc=?= , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , 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 Campbell , Kumar Gala , Thomas Gleixner , Greg Kroah-Hartman , Jiri Slaby , Andrew Morton , "David S. Miller" , Mauro Carvalho Chehab , Antti Palosaari , Tejun Heo , Will Deacon , Nikolay Borisov , Rusty Russell , Kees Cook , Michal Marek , "linux-doc@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-gpio@vger.kernel.org" , "linux-serial@vger.kernel.org" , Linux-Arch , "linux-api@vger.kernel.org" , Nicolae Rosia , Kamil Lulko Subject: Re: [PATCH v8 09/16] clockevents/drivers: Add STM32 Timer driver References: <1431158038-3813-1-git-send-email-mcoquelin.stm32@gmail.com> <555B098A.8030202@linaro.org> <6177628.0ZDPLeVyah@wuerfel> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/19/2015 03:42 PM, Maxime Coquelin wrote: > 2015-05-19 12:55 GMT+02:00 Arnd Bergmann : >> 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. > > You proposal is to revert back to the original patch, except that > ARCH_STM32 should select CLKSRC_STM32, right? > > Daniel, what do you think? It is not exactly as the initial patch. I think Arnd is proposing: config CLKSRC_STM32 bool "Clocksource for STM32 SoCs" if COMPILE_TEST select CLKSRC_MMIO -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel.lezcano@linaro.org (Daniel Lezcano) Date: Tue, 19 May 2015 15:49:52 +0200 Subject: [PATCH v8 09/16] clockevents/drivers: Add STM32 Timer driver In-Reply-To: References: <1431158038-3813-1-git-send-email-mcoquelin.stm32@gmail.com> <555B098A.8030202@linaro.org> <6177628.0ZDPLeVyah@wuerfel> Message-ID: <555B3F80.8070605@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/19/2015 03:42 PM, Maxime Coquelin wrote: > 2015-05-19 12:55 GMT+02:00 Arnd Bergmann : >> 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. > > You proposal is to revert back to the original patch, except that > ARCH_STM32 should select CLKSRC_STM32, right? > > Daniel, what do you think? It is not exactly as the initial patch. I think Arnd is proposing: config CLKSRC_STM32 bool "Clocksource for STM32 SoCs" if COMPILE_TEST select CLKSRC_MMIO -- Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog