linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ARM: STM32: undefined ARMV7M_SYSTICK
@ 2015-05-18  9:30 Valentin Rothberg
  2015-05-18 10:16 ` Maxime Coquelin
  0 siblings, 1 reply; 3+ messages in thread
From: Valentin Rothberg @ 2015-05-18  9:30 UTC (permalink / raw)
  To: mcoquelin.stm32
  Cc: corbet, linux, arnd, linux-kernel, linux-arm-kernel, Paul Bolle,
	Andreas Ruprecht, hengelein Stefan

Hi Maxime,

your commit 9b799b78372c ("ARM: Add STM32 family machine") is in
today's linux-next tree (i.e., next-20150518) adding the following
Kconfig select:

+config ARCH_STM32
[...]
+       select ARMV7M_SYSTICK

ARMV7M_SYSTICK is not defined in Kconfig, so that the select turns out
to be a NOP.  Is there a patch queued somewhere that adds this Kconfig
option?

I detected this issue with scripts/checkkconfigsymbols.py by diffing
yesterday's and today's linux-next tree.  You can also use the script
to check specific commits for Kconfig related issues.

Kind regards,
 Valentin

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

* Re: ARM: STM32: undefined ARMV7M_SYSTICK
  2015-05-18  9:30 ARM: STM32: undefined ARMV7M_SYSTICK Valentin Rothberg
@ 2015-05-18 10:16 ` Maxime Coquelin
  2015-05-18 10:17   ` Maxime Coquelin
  0 siblings, 1 reply; 3+ messages in thread
From: Maxime Coquelin @ 2015-05-18 10:16 UTC (permalink / raw)
  To: Valentin Rothberg
  Cc: Jonathan Corbet, Russell King, Arnd Bergmann, linux-kernel,
	linux-arm-kernel, Paul Bolle, Andreas Ruprecht, hengelein Stefan

Hi Valentin,

2015-05-18 11:30 GMT+02:00 Valentin Rothberg <valentinrothberg@gmail.com>:
> Hi Maxime,
>
> your commit 9b799b78372c ("ARM: Add STM32 family machine") is in
> today's linux-next tree (i.e., next-20150518) adding the following
> Kconfig select:
>
> +config ARCH_STM32
> [...]
> +       select ARMV7M_SYSTICK
>
> ARMV7M_SYSTICK is not defined in Kconfig, so that the select turns out
> to be a NOP.  Is there a patch queued somewhere that adds this Kconfig
> option?

Yes, this Kconfig option is added by another patch[0].
I expect this patch to be taken by clocksource maintainers for v4.2.

>
> I detected this issue with scripts/checkkconfigsymbols.py by diffing
> yesterday's and today's linux-next tree.  You can also use the script
> to check specific commits for Kconfig related issues.
Ok. Thanks for the hint.

Kind regards,
Maxime

>
> Kind regards,
>  Valentin

[0]: https://stintbugzilla.st.com/show_bug.cgi?id=72732

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

* Re: ARM: STM32: undefined ARMV7M_SYSTICK
  2015-05-18 10:16 ` Maxime Coquelin
@ 2015-05-18 10:17   ` Maxime Coquelin
  0 siblings, 0 replies; 3+ messages in thread
From: Maxime Coquelin @ 2015-05-18 10:17 UTC (permalink / raw)
  To: Valentin Rothberg
  Cc: Jonathan Corbet, Russell King, Arnd Bergmann, linux-kernel,
	linux-arm-kernel, Paul Bolle, Andreas Ruprecht, hengelein Stefan

2015-05-18 12:16 GMT+02:00 Maxime Coquelin <mcoquelin.stm32@gmail.com>:
> Hi Valentin,
>
> 2015-05-18 11:30 GMT+02:00 Valentin Rothberg <valentinrothberg@gmail.com>:
>> Hi Maxime,
>>
>> your commit 9b799b78372c ("ARM: Add STM32 family machine") is in
>> today's linux-next tree (i.e., next-20150518) adding the following
>> Kconfig select:
>>
>> +config ARCH_STM32
>> [...]
>> +       select ARMV7M_SYSTICK
>>
>> ARMV7M_SYSTICK is not defined in Kconfig, so that the select turns out
>> to be a NOP.  Is there a patch queued somewhere that adds this Kconfig
>> option?
>
> Yes, this Kconfig option is added by another patch[0].
> I expect this patch to be taken by clocksource maintainers for v4.2.
>
>>
>> I detected this issue with scripts/checkkconfigsymbols.py by diffing
>> yesterday's and today's linux-next tree.  You can also use the script
>> to check specific commits for Kconfig related issues.
> Ok. Thanks for the hint.
>
> Kind regards,
> Maxime
>
>>
>> Kind regards,
>>  Valentin
>

Sorry, with correct link:

https://lkml.org/lkml/2015/5/9/47

Kind regards,
Maxime

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

end of thread, other threads:[~2015-05-18 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-18  9:30 ARM: STM32: undefined ARMV7M_SYSTICK Valentin Rothberg
2015-05-18 10:16 ` Maxime Coquelin
2015-05-18 10:17   ` Maxime Coquelin

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