<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lwn.git/arch/mips/mips-boards/sim/sim_time.c, branch docs-5.3</title>
<subtitle>Linux kernel documentation tree maintained by Jonathan Corbet</subtitle>
<id>http://mirrors.hust.edu.cn/git/lwn.git/atom?h=docs-5.3</id>
<link rel='self' href='http://mirrors.hust.edu.cn/git/lwn.git/atom?h=docs-5.3'/>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/'/>
<updated>2007-07-10T16:32:56+00:00</updated>
<entry>
<title>[MIPS] MIPSsim: Move code away from the other MIPS Inc. BSP code.</title>
<updated>2007-07-10T16:32:56+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2007-07-10T16:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=f6e2373ad6148476464fc7bb2610c6450c18cd2a'/>
<id>urn:sha1:f6e2373ad6148476464fc7bb2610c6450c18cd2a</id>
<content type='text'>
It shares no code at all.  While at it also fix up the beginning bitrot.

Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Don't drag a platform specific header into generic arch code.</title>
<updated>2007-06-20T21:27:10+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2007-06-20T21:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=3b1d4ed5353af04d6aa20be2701727b9cdb2ac61'/>
<id>urn:sha1:3b1d4ed5353af04d6aa20be2701727b9cdb2ac61</id>
<content type='text'>
For some platforms it's definitions may conflict.  So that's the one-liner.
The rest is 10 square kilometers of collateral damage fixup this include
used to paper over.

Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] No need to write c0_compare in plat_timer_setup</title>
<updated>2007-03-04T19:02:35+00:00</updated>
<author>
<name>Atsushi Nemoto</name>
<email>anemo@mba.ocn.ne.jp</email>
</author>
<published>2007-02-28T16:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=12e4396bf0b1cd62c9d71a06596914c7efa7dbaf'/>
<id>urn:sha1:12e4396bf0b1cd62c9d71a06596914c7efa7dbaf</id>
<content type='text'>
If R4k counter was used for hpt_timer and interrupt source,
c0_hpt_timer_init() initializes the c0_compare register.

Signed-off-by: Atsushi Nemoto &lt;anemo@mba.ocn.ne.jp&gt;
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Fix double inclusions</title>
<updated>2006-11-30T01:14:47+00:00</updated>
<author>
<name>Nicolas Kaiser</name>
<email>nikai@nikai.net</email>
</author>
<published>2006-11-07T08:56:24+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=dd6bfd627c4f4df771b9b73e4df75c6c0c177b09'/>
<id>urn:sha1:dd6bfd627c4f4df771b9b73e4df75c6c0c177b09</id>
<content type='text'>
Signed-off-by: Nicolas Kaiser &lt;nikai@nikai.net&gt;
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq</title>
<updated>2006-11-30T01:14:46+00:00</updated>
<author>
<name>Atsushi Nemoto</name>
<email>anemo@mba.ocn.ne.jp</email>
</author>
<published>2006-11-13T16:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=1417836e81c0ab8f5a0bfeafa90d3eaa41b2a067'/>
<id>urn:sha1:1417836e81c0ab8f5a0bfeafa90d3eaa41b2a067</id>
<content type='text'>
Further incorporation of generic irq framework.  Replacing __do_IRQ()
by proper flow handler would make the irq handling path a bit simpler
and faster.

* use generic_handle_irq() instead of __do_IRQ().
* use handle_level_irq for obvious level-type irq chips.
* use handle_percpu_irq for irqs marked as IRQ_PER_CPU.
* setup .eoi routine for irq chips possibly used with handle_percpu_irq.

Signed-off-by: Atsushi Nemoto &lt;anemo@mba.ocn.ne.jp&gt;
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Cleanup remaining references to mips_counter_frequency.</title>
<updated>2006-10-21T22:17:35+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2006-10-21T01:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=224dc50ece1b40f8cff5ecadd42a6b2691e231de'/>
<id>urn:sha1:224dc50ece1b40f8cff5ecadd42a6b2691e231de</id>
<content type='text'>
Noticed by Samium Gromoff but his patch got stale in flight ...

Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Cleanup unnecessary &lt;asm/ptrace.h&gt; inclusions.</title>
<updated>2006-10-08T23:15:28+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2006-10-08T23:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=27f768192fe2d96936cef5d4713e228daee07ae2'/>
<id>urn:sha1:27f768192fe2d96936cef5d4713e228daee07ae2</id>
<content type='text'>
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Complete fixes after removal of pt_regs argument to int handlers.</title>
<updated>2006-10-08T01:38:28+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2006-10-07T18:44:33+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=937a801576f954bd030d7c4a5a94571710d87c0b'/>
<id>urn:sha1:937a801576f954bd030d7c4a5a94571710d87c0b</id>
<content type='text'>
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] MIPSsim: Build fix, rename sim_timer_setup -&gt; plat_timer_setup.</title>
<updated>2006-07-13T20:26:19+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2006-07-10T01:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=5fd326573876e466c7693cbf06e9c88ecf86135d'/>
<id>urn:sha1:5fd326573876e466c7693cbf06e9c88ecf86135d</id>
<content type='text'>
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] MIPSsim: Delete redeclaration of ll_local_timer_interrupt.</title>
<updated>2006-07-13T20:26:14+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2006-07-08T10:25:38+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=783b09dc2806429560d0211564a94d6570b96ee3'/>
<id>urn:sha1:783b09dc2806429560d0211564a94d6570b96ee3</id>
<content type='text'>
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
</feed>
