linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Kconfig: Select clocksource in STM32 entry
@ 2015-05-22 21:50 Maxime Coquelin
  2015-05-30  8:14 ` Maxime Coquelin
  0 siblings, 1 reply; 4+ messages in thread
From: Maxime Coquelin @ 2015-05-22 21:50 UTC (permalink / raw)
  To: Arnd Bergmann, Daniel Lezcano
  Cc: Russell King, linux-arm-kernel, linux-kernel, Maxime Coquelin

STM32 clocksource driver needs to be selected if ARCH_STM32.

Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
---
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.

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.
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: Kconfig: Select clocksource in STM32 entry
  2015-05-22 21:50 [PATCH] ARM: Kconfig: Select clocksource in STM32 entry Maxime Coquelin
@ 2015-05-30  8:14 ` Maxime Coquelin
  2015-05-30  8:16   ` Maxime Coquelin
  0 siblings, 1 reply; 4+ messages in thread
From: Maxime Coquelin @ 2015-05-30  8:14 UTC (permalink / raw)
  To: Arnd Bergmann, Daniel Lezcano
  Cc: Russell King, linux-arm-kernel, linux-kernel, Daniel THOMPSON

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 <mcoquelin.stm32@gmail.com>
> ---
> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: Kconfig: Select clocksource in STM32 entry
  2015-05-30  8:14 ` Maxime Coquelin
@ 2015-05-30  8:16   ` Maxime Coquelin
  2015-06-01 15:56     ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Maxime Coquelin @ 2015-05-30  8:16 UTC (permalink / raw)
  To: Arnd Bergmann, Daniel Lezcano
  Cc: Russell King, linux-arm-kernel, linux-kernel, daniel.thompson

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 <mcoquelin.stm32@gmail.com>
>> ---
>> 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: Kconfig: Select clocksource in STM32 entry
  2015-05-30  8:16   ` Maxime Coquelin
@ 2015-06-01 15:56     ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-06-01 15:56 UTC (permalink / raw)
  To: Maxime Coquelin
  Cc: Daniel Lezcano, Russell King, linux-arm-kernel, linux-kernel,
	daniel.thompson

On Saturday 30 May 2015 10:16:12 Maxime Coquelin wrote:
> 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 <mcoquelin.stm32@gmail.com>
> >> ---
> >> 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
> >>
> 

Applied to next/soc, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-01 15:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-22 21:50 [PATCH] ARM: Kconfig: Select clocksource in STM32 entry Maxime Coquelin
2015-05-30  8:14 ` Maxime Coquelin
2015-05-30  8:16   ` Maxime Coquelin
2015-06-01 15:56     ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).