From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757461AbbE3IQS (ORCPT ); Sat, 30 May 2015 04:16:18 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:34412 "EHLO mail-wg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757584AbbE3IQO (ORCPT ); Sat, 30 May 2015 04:16:14 -0400 Message-ID: <556971CC.2060102@gmail.com> Date: Sat, 30 May 2015 10:16:12 +0200 From: Maxime Coquelin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Arnd Bergmann , Daniel Lezcano CC: Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, daniel.thompson@linaro.org Subject: Re: [PATCH] ARM: Kconfig: Select clocksource in STM32 entry References: <1432331452-2350-1-git-send-email-mcoquelin.stm32@gmail.com> <5569714A.2010706@gmail.com> In-Reply-To: <5569714A.2010706@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org With Daniel's valid address. On 05/30/2015 10:14 AM, Maxime Coquelin wrote: > Hi Arnd, > > On 05/22/2015 11:50 PM, Maxime Coquelin wrote: >> STM32 clocksource driver needs to be selected if ARCH_STM32. >> >> Signed-off-by: Maxime Coquelin >> --- >> Hi Arnd, >> >> This patch applies on top of arm-soc's next/soc branch, so that >> you don't >> get conflicts with Stefan's ARM_SINGLE_ARMV7M patch.Hi >> >> Regards, >> Maxime >> --- >> arch/arm/Kconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig >> index b7a7d15..1cb59af 100644 >> --- a/arch/arm/Kconfig >> +++ b/arch/arm/Kconfig >> @@ -978,6 +978,7 @@ config ARCH_STM32 >> depends on ARM_SINGLE_ARMV7M >> select ARCH_HAS_RESET_CONTROLLER >> select ARMV7M_SYSTICK >> + select CLKSRC_STM32 >> select RESET_CONTROLLER >> help >> Support for STMicroelectronics STM32 processors. > > This patch is needed for STM32 to boot. > Can you pick it for v4.2? > > Thanks, > Maxime