<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/include/asm-arm/arch-orion, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/include/asm-arm/arch-orion?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/include/asm-arm/arch-orion?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2008-03-27T18:51:41Z</updated>
<entry>
<title>Orion: orion -&gt; orion5x rename</title>
<updated>2008-03-27T18:51:41Z</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-03-27T18:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/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>
<entry>
<title>Orion: general cleanup</title>
<updated>2008-03-27T18:51:41Z</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-03-27T18:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=159ffb3a04f6bc619643af680df406faafd0199d'/>
<id>urn:sha1:159ffb3a04f6bc619643af680df406faafd0199d</id>
<content type='text'>
Various Orion cleanups:
- Unify GPL license banner format across all files.
- Unify naming of .h double inclusion guard preprocessor macros.
- Unify spelling of "PCIe" (variants seen: PCIE, PCIe, PCI-EX.)
- Various typo fixes.
- Remove __init attributes from prototypes declared in headers.
- Remove trailing comments from #endif statements.
- Mark a couple of locally-used-only structs static.

Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
Reviewed-by: Tzachi Perelstein &lt;tzachi@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>
<entry>
<title>Orion: only map peripheral register space once</title>
<updated>2008-03-27T18:51:41Z</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-03-27T18:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=1419468ab548f990b172740d77b5c1032a790114'/>
<id>urn:sha1:1419468ab548f990b172740d77b5c1032a790114</id>
<content type='text'>
Save some TLB entries by making ioremap() return pointers into the
boot-time Orion peripheral iotable mapping whenever someone tries
to ioremap any part of the Orion peripheral register space.

Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
Reviewed-by: Nicolas Pitre &lt;nico@marvell.com&gt;
Reviewed-by: Tzachi Perelstein &lt;tzachi@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>
<entry>
<title>Orion: move I/O macros out of orion.h</title>
<updated>2008-03-27T18:51:41Z</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-03-27T18:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b590bc5cd0ced1019f02ca7c9b8594482304987f'/>
<id>urn:sha1:b590bc5cd0ced1019f02ca7c9b8594482304987f</id>
<content type='text'>
Move the Orion register accessor macros out of orion.h, to prevent
them from ending up in the decompressor image (Orion uncompress.h
includes orion.h.)  Move them into io.h, which seems a better place
for this kind of stuff.

Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
Reviewed-by: Tzachi Perelstein &lt;tzachi@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>
<entry>
<title>Orion: describe physical address map</title>
<updated>2008-03-27T18:51:40Z</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-03-27T18:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=da14d88e90d476b315e5e9c3e3ffa940cb670c6d'/>
<id>urn:sha1:da14d88e90d476b315e5e9c3e3ffa940cb670c6d</id>
<content type='text'>
Include a table describing our physical address map in orion.h.

Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
Reviewed-by: Tzachi Perelstein &lt;tzachi@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>
<entry>
<title>plat-orion: make orion_nand available for all Orion families</title>
<updated>2008-03-27T18:51:40Z</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-03-27T18:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=5d4294c524fc53746b5ec138d2e90f9d34d754b0'/>
<id>urn:sha1:5d4294c524fc53746b5ec138d2e90f9d34d754b0</id>
<content type='text'>
Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
Reviewed-by: Tzachi Perelstein &lt;tzachi@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>
<entry>
<title>plat-orion: make ehci-orion available for all Orion families</title>
<updated>2008-03-27T18:51:40Z</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-03-27T18:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=705a752162768fed3e2c26fba5bffdd3a3bd04f2'/>
<id>urn:sha1:705a752162768fed3e2c26fba5bffdd3a3bd04f2</id>
<content type='text'>
Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
Reviewed-by: Tzachi Perelstein &lt;tzachi@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>
<entry>
<title>plat-orion: share time handling code</title>
<updated>2008-03-27T18:51:40Z</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-03-27T18:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=2bac1de2031aa4cad88a437d4410ec289da4f7dc'/>
<id>urn:sha1:2bac1de2031aa4cad88a437d4410ec289da4f7dc</id>
<content type='text'>
Split off Orion time handling code into plat-orion/.

Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
Reviewed-by: Tzachi Perelstein &lt;tzachi@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>
<entry>
<title>ehci-orion: mbus decode window support</title>
<updated>2008-03-27T18:51:39Z</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-03-27T18:51:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=92aecfa95523384923b52c8ddaf948fc02a53e82'/>
<id>urn:sha1:92aecfa95523384923b52c8ddaf948fc02a53e82</id>
<content type='text'>
Make it possible to pass mbus_dram_target_info to the ehci-orion
driver via the platform data, make the ehci-orion driver program
the window registers based on this data if it is passed in, and
make the Orion platform setup code use this method instead of
programming the EHCI mbus window registers by hand.

Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
Reviewed-by: Tzachi Perelstein &lt;tzachi@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>
<entry>
<title>[ARM] Orion: free up kernel virtual address space</title>
<updated>2008-02-08T16:52:23Z</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@wantstofly.org</email>
</author>
<published>2008-02-07T20:55:45Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8c42da46f3b0ff85ac4f61beaa0633bbb480c49e'/>
<id>urn:sha1:8c42da46f3b0ff85ac4f61beaa0633bbb480c49e</id>
<content type='text'>
Move Orion virtual mappings higher up in the address space, to free
up more kernel virtual address space.

Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
Signed-off-by: Nicolas Pitre &lt;nico@marvell.com&gt;
</content>
</entry>
</feed>
