<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/include/asm-arm/arch-orion5x, branch master</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2008-08-07T08:55:48+00:00</updated>
<entry>
<title>[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach</title>
<updated>2008-08-07T08:55:48+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2008-08-05T15:14:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=a09e64fbc0094e3073dbb09c3b4bfe4ab669244b'/>
<id>urn:sha1:a09e64fbc0094e3073dbb09c3b4bfe4ab669244b</id>
<content type='text'>
This just leaves include/asm-arm/plat-* to deal with.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] Orion: add a separate BRIDGE_INT_TIMER1_CLR define</title>
<updated>2008-06-22T20:45:01+00:00</updated>
<author>
<name>Ke Wei</name>
<email>kewei@marvell.com</email>
</author>
<published>2008-05-23T08:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=1219715de70956557b9dedf3ee021a73d4f4ec52'/>
<id>urn:sha1:1219715de70956557b9dedf3ee021a73d4f4ec52</id>
<content type='text'>
Some Feroceon-based SoCs have an MBUS bridge interrupt controller
that requires writing a one instead of a zero to clear edge
interrupt sources such as timer expiry.

This patch adds a new BRIDGE_INT_TIMER1_CLR define, which platform
code can set to either ~BRIDGE_INT_TIMER1 (write-zero-to-clear) or
BRIDGE_INT_TIMER1 (write-one-to-clear) depending on the platform.

Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
</content>
</entry>
<entry>
<title>[ARM] Orion: nuke orion5x_{read,write}</title>
<updated>2008-06-22T20:44:57+00:00</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-05-28T14:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=79e90dd5aa95adfdc3117db8a559da3d0195ba58'/>
<id>urn:sha1:79e90dd5aa95adfdc3117db8a559da3d0195ba58</id>
<content type='text'>
Nuke the Orion-specific orion5x_{read,write} wrappers.

Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
</content>
</entry>
<entry>
<title>[ARM] Orion: use linux/serial_reg.h for Orion uncompress.h</title>
<updated>2008-06-22T20:44:56+00:00</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-06-04T01:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=0e3bc0503f7e7b5b0bd4416f43eeeca1b661e66e'/>
<id>urn:sha1:0e3bc0503f7e7b5b0bd4416f43eeeca1b661e66e</id>
<content type='text'>
Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
</content>
</entry>
<entry>
<title>[ARM] Orion: add 88F5181L (Orion-VoIP) support</title>
<updated>2008-06-22T20:44:51+00:00</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-05-31T06:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=d2b2a6bbc020e5a9a244f318d28515081e922882'/>
<id>urn:sha1:d2b2a6bbc020e5a9a244f318d28515081e922882</id>
<content type='text'>
Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
Acked-by: Russell King &lt;linux@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] Orion: delete unused IO_SPACE_REMAP define</title>
<updated>2008-06-22T20:44:44+00:00</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-05-28T14:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=6eef84a5496c678ab27b72bec0fc785c9cee063b'/>
<id>urn:sha1:6eef84a5496c678ab27b72bec0fc785c9cee063b</id>
<content type='text'>
This define isn't used anywhere in the kernel tree -- nuke it.

Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
Acked-by: Russell King &lt;linux@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] Orion: fix ioremap() optimization</title>
<updated>2008-04-28T19:57:41+00:00</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2008-04-25T18:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=fd153abb01c3fbcc47cd4ac3c0bc8801cfcc0009'/>
<id>urn:sha1:fd153abb01c3fbcc47cd4ac3c0bc8801cfcc0009</id>
<content type='text'>
The ioremap() optimization used for internal register didn't cope
with the fact that paddr + size can wrap to zero if the area extends
to the end of the physical address space.

Issue isolated by Sylver Bruneau &lt;sylver.bruneau@googlemail.com&gt;.

Signed-off-by: Nicolas Pitre &lt;nico@marvell.com&gt;
</content>
</entry>
<entry>
<title>Orion: orion -&gt; orion5x rename</title>
<updated>2008-03-27T18:51:41+00:00</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-03-27T18:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9dd0b194bf6804b1998f0fe261b2606ec7b58d72'/>
<id>urn:sha1:9dd0b194bf6804b1998f0fe261b2606ec7b58d72</id>
<content type='text'>
Do a global s/orion/orion5x/ of the Orion 5x-specific bits (i.e.
not the plat-orion bits.)

Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
Reviewed-by: Tzachi Perelstein &lt;tzachi@marvell.com&gt;
Acked-by: Saeed Bishara &lt;saeed@marvell.com&gt;
Acked-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
Signed-off-by: Nicolas Pitre &lt;nico@marvell.com&gt;
</content>
</entry>
</feed>
