From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: vibnwis <vibnwis@gmail.com>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai] Error code -19
Date: Fri, 18 Sep 2015 14:50:20 +0200 [thread overview]
Message-ID: <20150918125020.GE7301@hermes.click-hack.org> (raw)
In-Reply-To: <CAFkYNwa+1ib=a+13PWYdNEwU35pvckchVwGa+Q8Ep7caSo7ioA@mail.gmail.com>
On Sat, Sep 19, 2015 at 12:42:11AM +1200, vibnwis wrote:
> I had tried, I could not find anything associated with global_timer or
> global. Hence, may I know what wording would it be?
Ok, the problem is that that code was tested on omap4430 where the
global timer can not be used by the mainline code. Could you try the
following patch?
diff --git a/drivers/clocksource/arm_global_timer.c b/drivers/clocksource/arm_global_timer.c
index 04ca5d3..191422d 100644
--- a/drivers/clocksource/arm_global_timer.c
+++ b/drivers/clocksource/arm_global_timer.c
@@ -279,7 +279,7 @@ static void __init global_timer_of_register(struct device_node *np)
gt_ppi = irq_of_parse_and_map(np, 0);
if (!gt_ppi) {
pr_warn("global-timer: unable to parse irq\n");
- return;
+ usable_timer = 0;
}
}
--
Gilles.
https://click-hack.org
next prev parent reply other threads:[~2015-09-18 12:50 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-16 13:31 [Xenomai] Error code -19 vibnwis
2015-09-16 17:24 ` Lowell Gilbert
2015-09-17 13:02 ` vibnwis
2015-09-17 13:32 ` Gilles Chanteperdrix
2015-09-18 1:39 ` vibnwis
2015-09-18 7:46 ` Gilles Chanteperdrix
2015-09-18 12:24 ` vibnwis
2015-09-18 12:29 ` Gilles Chanteperdrix
2015-09-18 12:42 ` vibnwis
2015-09-18 12:44 ` Gilles Chanteperdrix
2015-09-18 12:49 ` vibnwis
2015-09-18 13:00 ` Gilles Chanteperdrix
2015-09-18 13:04 ` vibnwis
2015-09-18 13:16 ` vibnwis
2015-09-20 17:57 ` Gilles Chanteperdrix
2015-09-20 19:00 ` Gilles Chanteperdrix
2015-09-18 12:50 ` Gilles Chanteperdrix [this message]
2015-09-18 12:58 ` vibnwis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150918125020.GE7301@hermes.click-hack.org \
--to=gilles.chanteperdrix@xenomai.org \
--cc=vibnwis@gmail.com \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.