<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blackbird-op-linux/include/asm-arm/arch-omap/hardware.h, branch master</title>
<subtitle>Blackbird™ Linux sources for OpenPOWER</subtitle>
<id>https://git.raptorcs.com/git/blackbird-op-linux/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/blackbird-op-linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/'/>
<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.raptorcs.com/git/blackbird-op-linux/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: OMAP: Add OMAP3430 base defines</title>
<updated>2008-07-03T09:24:31+00:00</updated>
<author>
<name>Paul Walmsley</name>
<email>paul@pwsan.com</email>
</author>
<published>2008-07-03T09:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=4a79acdc784c315d9c436ba2315d08f8f53b8adf'/>
<id>urn:sha1:4a79acdc784c315d9c436ba2315d08f8f53b8adf</id>
<content type='text'>
Add symbolic constants for OMAP3430 base addresses; include that file
in hardware.h.

Signed-off-by: Paul Walmsley &lt;paul@pwsan.com&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
</content>
</entry>
<entry>
<title>[ARM] fix OMAP include loops</title>
<updated>2008-05-23T14:38:07+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2008-05-23T14:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=cfb41bf756cac168c829e27def36072dbfbe6fd0'/>
<id>urn:sha1:cfb41bf756cac168c829e27def36072dbfbe6fd0</id>
<content type='text'>
OMAP has two include loops in its header files:

  asm-arm/hardware.h &lt;- asm-arm/arch-omap/io.h &lt;-
   asm-arm/arch-omap/hardware.h &lt;- asm-arm/hardware.h

  asm-arm/arch-omap/board-palmte.h &lt;-
   asm-arm/arch-omap/hardware.h &lt;- asm-arm/hardware.h &lt;-
   asm-arm/arch-omap/gpio.h &lt;- asm-arm/arch-omap/board-palmte.h

Circular include dependencies are dangerous since they can result in
inconsistent definitions being provided to other code, especially if
'#ifndef' constructs are used.

Solve these by removing the offending includes, and add additional
includes where necessary.

Acked-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>Merge branches 'omap1-upstream' and 'omap2-upstream' into devel</title>
<updated>2007-10-12T22:44:35+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2007-10-12T22:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=92633b72d18ca4f25de1f28e436a882159491e7e'/>
<id>urn:sha1:92633b72d18ca4f25de1f28e436a882159491e7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ARM: OMAP: Basic support for siemens sx1</title>
<updated>2007-09-21T01:34:50+00:00</updated>
<author>
<name>Vladimir Ananiev</name>
<email>vovan888@gmail.com</email>
</author>
<published>2006-12-07T01:14:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=c79ed1940ca9a4af5e9c182ac51f28dadd32956d'/>
<id>urn:sha1:c79ed1940ca9a4af5e9c182ac51f28dadd32956d</id>
<content type='text'>
This adds basic support for Siemens SX1. More patches are available,
with video driver, mixer, and serial ports working. That is enough to
do gsm calls with right userland.

Signed-off-by: Pavel Machek &lt;pavel@suse.cz&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
</content>
</entry>
<entry>
<title>ARM: OMAP: Palm Tungsten|T support</title>
<updated>2007-09-21T01:34:50+00:00</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2006-12-07T01:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=dc563b4f2de0dd57a8febe26158cdf59bc15534f'/>
<id>urn:sha1:dc563b4f2de0dd57a8febe26158cdf59bc15534f</id>
<content type='text'>
This patch adds board file and necessary includes for Palm Tungsten|T.

Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
</content>
</entry>
<entry>
<title>ARM: OMAP: PalmZ71 support</title>
<updated>2007-09-21T01:34:50+00:00</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2006-12-07T01:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=ec70e8afb9b9818690bc440bc730c08bad4746a9'/>
<id>urn:sha1:ec70e8afb9b9818690bc440bc730c08bad4746a9</id>
<content type='text'>
Palmz71 specific things - board file.

Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
</content>
</entry>
<entry>
<title>ARM: OMAP: Palm Tungsten E board update</title>
<updated>2007-09-21T01:34:49+00:00</updated>
<author>
<name>Andrzej Zaborowski</name>
<email>balrog@zabor.org</email>
</author>
<published>2006-12-07T01:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=c3695015087e21ff30606bf7fc661de1582af81b'/>
<id>urn:sha1:c3695015087e21ff30606bf7fc661de1582af81b</id>
<content type='text'>
General update of the board file for Palm Tungsten E. Registers the
platform devices contained in the PDA (ROM chip, keypad, infra-red)
and updates the configuration for USB and MMC, whose config values
were previously guessed in most cases due to lack of documentation
(and now are confirmed by a number of users). Macros for GPIO pins are
moved to a file in include/asm-arm/arch-omap.

Signed-off-by: Andrzej Zaborowski &lt;balrog@zabor.org&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
</content>
</entry>
<entry>
<title>ARM: OMAP: Add minimal OMAP2430 support</title>
<updated>2007-09-20T16:59:20+00:00</updated>
<author>
<name>Syed Mohammed Khasim</name>
<email>x0khasim@ti.com</email>
</author>
<published>2006-12-07T01:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=72d0f1c3cdc7c456e1e357359ec6f566d0a5f264'/>
<id>urn:sha1:72d0f1c3cdc7c456e1e357359ec6f566d0a5f264</id>
<content type='text'>
This patch adds minimal OMAP2430 support to get the kernel booting on 2430SDP.

Signed-off-by: Syed Mohammed Khasim &lt;x0khasim@ti.com&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
</content>
</entry>
<entry>
<title>ARM: OMAP: Sync headers with linux-omap</title>
<updated>2007-05-08T19:36:25+00:00</updated>
<author>
<name>Tony Lindgren</name>
<email>tony@atomide.com</email>
</author>
<published>2006-12-07T21:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=f4e4c324a5f81f18156499d1ade3732ba1f5b523'/>
<id>urn:sha1:f4e4c324a5f81f18156499d1ade3732ba1f5b523</id>
<content type='text'>
This patch syncs omap specific headers with linux-omap.
Most of the changes needed because of bitrot caused by
driver changes in linux-omap tree. Integrating this
is needed for adding support for various omap drivers.

Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
</feed>
