* [PATCH] clocksource: efm32: Use CLOCK_EVT_FEAT_PERIODIC for defining features
@ 2015-02-27 5:42 Viresh Kumar
2015-02-27 7:46 ` Uwe Kleine-König
0 siblings, 1 reply; 4+ messages in thread
From: Viresh Kumar @ 2015-02-27 5:42 UTC (permalink / raw)
To: linux-arm-kernel
We have used CLOCK_EVT_MODE_PERIODIC instead of CLOCK_EVT_FEAT_PERIODIC while
defining features. Fix it.
Cc: Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
drivers/clocksource/time-efm32.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clocksource/time-efm32.c b/drivers/clocksource/time-efm32.c
index bba62f9deefb..9edeab37a14b 100644
--- a/drivers/clocksource/time-efm32.c
+++ b/drivers/clocksource/time-efm32.c
@@ -111,7 +111,7 @@ static irqreturn_t efm32_clock_event_handler(int irq, void *dev_id)
static struct efm32_clock_event_ddata clock_event_ddata = {
.evtdev = {
.name = "efm32 clockevent",
- .features = CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_MODE_PERIODIC,
+ .features = CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_PERIODIC,
.set_mode = efm32_clock_event_set_mode,
.set_next_event = efm32_clock_event_set_next_event,
.rating = 200,
--
2.3.0.rc0.44.ga94655d
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] clocksource: efm32: Use CLOCK_EVT_FEAT_PERIODIC for defining features
2015-02-27 5:42 [PATCH] clocksource: efm32: Use CLOCK_EVT_FEAT_PERIODIC for defining features Viresh Kumar
@ 2015-02-27 7:46 ` Uwe Kleine-König
2015-03-27 17:16 ` Viresh Kumar
0 siblings, 1 reply; 4+ messages in thread
From: Uwe Kleine-König @ 2015-02-27 7:46 UTC (permalink / raw)
To: linux-arm-kernel
Hello Viresh,
On Fri, Feb 27, 2015 at 11:12:33AM +0530, Viresh Kumar wrote:
> We have used CLOCK_EVT_MODE_PERIODIC instead of CLOCK_EVT_FEAT_PERIODIC while
> defining features. Fix it.
>
> Cc: Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Makes sense, thanks for catching.
Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] clocksource: efm32: Use CLOCK_EVT_FEAT_PERIODIC for defining features
2015-02-27 7:46 ` Uwe Kleine-König
@ 2015-03-27 17:16 ` Viresh Kumar
2015-03-30 13:23 ` Daniel Lezcano
0 siblings, 1 reply; 4+ messages in thread
From: Viresh Kumar @ 2015-03-27 17:16 UTC (permalink / raw)
To: linux-arm-kernel
On 27 February 2015 at 13:16, Uwe Kleine-K?nig
<u.kleine-koenig@pengutronix.de> wrote:
> Hello Viresh,
>
> On Fri, Feb 27, 2015 at 11:12:33AM +0530, Viresh Kumar wrote:
>> We have used CLOCK_EVT_MODE_PERIODIC instead of CLOCK_EVT_FEAT_PERIODIC while
>> defining features. Fix it.
>>
>> Cc: Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
>> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> Makes sense, thanks for catching.
>
> Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
@Daniel: Have you applied this one ?
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-03-30 13:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27 5:42 [PATCH] clocksource: efm32: Use CLOCK_EVT_FEAT_PERIODIC for defining features Viresh Kumar
2015-02-27 7:46 ` Uwe Kleine-König
2015-03-27 17:16 ` Viresh Kumar
2015-03-30 13:23 ` Daniel Lezcano
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).