| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: plat_timer_setup, mips_timer_ack, etc. |
| From: | Sergei Shtylyov <sshtylyov@ru.mvista.com> |
| Date: | Wed, 17 Oct 2007 20:34:52 +0400 |
| Cc: | Atsushi Nemoto <anemo@mba.ocn.ne.jp>, linux-mips@linux-mips.org |
| In-reply-to: | <20071017162837.GA5491@linux-mips.org> |
| Organization: | MontaVista Software Inc. |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20071017.005211.108739735.anemo@mba.ocn.ne.jp> <20071016163610.GA25794@linux-mips.org> <20071017.020113.63743059.anemo@mba.ocn.ne.jp> <20071017162837.GA5491@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; U; Linux i686; rv:1.7.2) Gecko/20040803 |
Hello. Ralf Baechle wrote: $ git-grep mips_timer_ack arch/mips arch/mips/dec/time.c: mips_timer_ack = dec_timer_ack; arch/mips/jmr3927/rbhma3100/setup.c: mips_timer_ack = jmr3927_timer_ack; TX3927 has three channel timer of which only channel 0 is used to implement a clocksource -- however, clocksource code whould also need to be changed since it's now jiffy-based and HRT doesn't tolerate this -- of course, if anybody still cared about this boards arch/mips/philips/pnx8550/common/time.c: mips_timer_ack = timer_ack; Here we have a case of a vendor abusing the count/compare register and also adding 3 more of them. One pair can be used for clockevents, the other for clocksource (its compare reg. being programmed to all ones). WBR, Sergei |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: plat_timer_setup, mips_timer_ack, etc., Ralf Baechle |
|---|---|
| Next by Date: | Re: [MIPS] Probe for usability of cp0 compare interrupt., Ralf Baechle |
| Previous by Thread: | Re: plat_timer_setup, mips_timer_ack, etc., Ralf Baechle |
| Next by Thread: | Re: plat_timer_setup, mips_timer_ack, etc., Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |