* [PATCH] clocksource: meson6: Select CLKSRC_MMIO
@ 2014-11-16 8:03 Beniamino Galvani
2014-11-16 10:58 ` Carlo Caione
2014-11-19 9:50 ` Daniel Lezcano
0 siblings, 2 replies; 5+ messages in thread
From: Beniamino Galvani @ 2014-11-16 8:03 UTC (permalink / raw)
To: Daniel Lezcano
Cc: Thomas Gleixner, Carlo Caione, linux-kernel, Beniamino Galvani
Select CLKSRC_MMIO when the meson6_timer driver is enabled since it
depends on clocksource MMIO functions.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
---
drivers/clocksource/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 9042060..f657a48 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -32,6 +32,7 @@ config ARMADA_370_XP_TIMER
config MESON6_TIMER
bool
+ select CLKSRC_MMIO
config ORION_TIMER
select CLKSRC_OF
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] clocksource: meson6: Select CLKSRC_MMIO
2014-11-16 8:03 [PATCH] clocksource: meson6: Select CLKSRC_MMIO Beniamino Galvani
@ 2014-11-16 10:58 ` Carlo Caione
2014-11-19 9:50 ` Daniel Lezcano
1 sibling, 0 replies; 5+ messages in thread
From: Carlo Caione @ 2014-11-16 10:58 UTC (permalink / raw)
To: Beniamino Galvani
Cc: Daniel Lezcano, Thomas Gleixner, Carlo Caione, linux-kernel
On Sun, Nov 16, 2014 at 9:03 AM, Beniamino Galvani <b.galvani@gmail.com> wrote:
> Select CLKSRC_MMIO when the meson6_timer driver is enabled since it
> depends on clocksource MMIO functions.
>
> Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
> ---
> drivers/clocksource/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
> index 9042060..f657a48 100644
> --- a/drivers/clocksource/Kconfig
> +++ b/drivers/clocksource/Kconfig
> @@ -32,6 +32,7 @@ config ARMADA_370_XP_TIMER
>
> config MESON6_TIMER
> bool
> + select CLKSRC_MMIO
>
> config ORION_TIMER
> select CLKSRC_OF
> --
> 1.9.1
>
Acked-by: Carlo Caione <carlo@caione.org>
--
Carlo Caione
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] clocksource: meson6: Select CLKSRC_MMIO
2014-11-16 8:03 [PATCH] clocksource: meson6: Select CLKSRC_MMIO Beniamino Galvani
2014-11-16 10:58 ` Carlo Caione
@ 2014-11-19 9:50 ` Daniel Lezcano
2014-11-19 10:00 ` Carlo Caione
1 sibling, 1 reply; 5+ messages in thread
From: Daniel Lezcano @ 2014-11-19 9:50 UTC (permalink / raw)
To: Beniamino Galvani; +Cc: Thomas Gleixner, Carlo Caione, linux-kernel
On 11/16/2014 09:03 AM, Beniamino Galvani wrote:
> Select CLKSRC_MMIO when the meson6_timer driver is enabled since it
> depends on clocksource MMIO functions.
>
> Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
patch queued for 3.19
Thanks !
-- Daniel
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] clocksource: meson6: Select CLKSRC_MMIO
2014-11-19 9:50 ` Daniel Lezcano
@ 2014-11-19 10:00 ` Carlo Caione
2014-11-19 10:06 ` Daniel Lezcano
0 siblings, 1 reply; 5+ messages in thread
From: Carlo Caione @ 2014-11-19 10:00 UTC (permalink / raw)
To: Daniel Lezcano
Cc: Beniamino Galvani, Thomas Gleixner, Carlo Caione, linux-kernel
On Wed, Nov 19, 2014 at 10:50 AM, Daniel Lezcano
<daniel.lezcano@linaro.org> wrote:
> On 11/16/2014 09:03 AM, Beniamino Galvani wrote:
>>
>> Select CLKSRC_MMIO when the meson6_timer driver is enabled since it
>> depends on clocksource MMIO functions.
>>
>> Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
>
>
> patch queued for 3.19
>
> Thanks !
Hi Daniel,
actually I already pulled this fix with the meson/soc changes in
http://www.spinics.net/lists/arm-kernel/msg378895.html
Sorry for the confusion (yeah, probably it should have gone through
your tree, sorry for that).
--
Carlo Caione
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] clocksource: meson6: Select CLKSRC_MMIO
2014-11-19 10:00 ` Carlo Caione
@ 2014-11-19 10:06 ` Daniel Lezcano
0 siblings, 0 replies; 5+ messages in thread
From: Daniel Lezcano @ 2014-11-19 10:06 UTC (permalink / raw)
To: Carlo Caione; +Cc: Beniamino Galvani, Thomas Gleixner, linux-kernel
On 11/19/2014 11:00 AM, Carlo Caione wrote:
> On Wed, Nov 19, 2014 at 10:50 AM, Daniel Lezcano
> <daniel.lezcano@linaro.org> wrote:
>> On 11/16/2014 09:03 AM, Beniamino Galvani wrote:
>>>
>>> Select CLKSRC_MMIO when the meson6_timer driver is enabled since it
>>> depends on clocksource MMIO functions.
>>>
>>> Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
>>
>>
>> patch queued for 3.19
>>
>> Thanks !
>
> Hi Daniel,
> actually I already pulled this fix with the meson/soc changes in
> http://www.spinics.net/lists/arm-kernel/msg378895.html
> Sorry for the confusion (yeah, probably it should have gone through
> your tree, sorry for that).
Ok, dropping it from my tree.
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-11-19 10:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-16 8:03 [PATCH] clocksource: meson6: Select CLKSRC_MMIO Beniamino Galvani
2014-11-16 10:58 ` Carlo Caione
2014-11-19 9:50 ` Daniel Lezcano
2014-11-19 10:00 ` Carlo Caione
2014-11-19 10:06 ` Daniel Lezcano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox