<feed xmlns='http://www.w3.org/2005/Atom'>
<title>litmus-rt.git/arch/arm/configs/omap_ldp_defconfig, branch master</title>
<subtitle>The LITMUS^RT kernel.</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/'/>
<entry>
<title>Remove ARM default configurations which duplicate omap3_defconfig</title>
<updated>2010-08-04T12:47:29+00:00</updated>
<author>
<name>Vincent Sanders</name>
<email>vince@simtec.co.uk</email>
</author>
<published>2010-08-03T20:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=80690ccc41f01df6edfb6684006824d8edff189e'/>
<id>80690ccc41f01df6edfb6684006824d8edff189e</id>
<content type='text'>
These configurations are no longer useful as the systems they support
are covered by the generic omap3_defconfig

Signed-off-by:Vincent Sanders &lt;vince@simtec.co.uk&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These configurations are no longer useful as the systems they support
are covered by the generic omap3_defconfig

Signed-off-by:Vincent Sanders &lt;vince@simtec.co.uk&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: reduce defconfigs</title>
<updated>2010-06-10T05:12:18+00:00</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2010-06-10T05:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=07a8c03f3e06129e847acd068b8b89c13357ee64'/>
<id>07a8c03f3e06129e847acd068b8b89c13357ee64</id>
<content type='text'>
Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: Kill CONFIG_CPU_32</title>
<updated>2009-12-18T16:07:53+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-12-18T16:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=4da8b8208eded0ba21e3ed7cee79e7454b2b973d'/>
<id>4da8b8208eded0ba21e3ed7cee79e7454b2b973d</id>
<content type='text'>
26-bit ARM support was removed a long time ago, and this symbol has
been defined to be 'y' ever since.  As it's never disabled anymore,
we can kill it without any side effects.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
26-bit ARM support was removed a long time ago, and this symbol has
been defined to be 'y' ever since.  As it's never disabled anymore,
we can kill it without any side effects.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>omap3: defconfigs: remove SYSFS_DEPRECATED flag</title>
<updated>2009-11-22T18:24:33+00:00</updated>
<author>
<name>vikram pandita</name>
<email>vikram.pandita@ti.com</email>
</author>
<published>2009-11-22T18:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=6502401d8169f76c6a72849cb55e8302226ca930'/>
<id>6502401d8169f76c6a72849cb55e8302226ca930</id>
<content type='text'>
Remove the SYSFS_DEPRECATED flag from OMAP3 board defconfigs
This is a deprecated feature no longer needed.

Signed-off-by: Vikram Pandita &lt;vikram.pandita@ti.com&gt;
Acked-by: Kevin Hilman &lt;khilman@deeprootsystems.com&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the SYSFS_DEPRECATED flag from OMAP3 board defconfigs
This is a deprecated feature no longer needed.

Signed-off-by: Vikram Pandita &lt;vikram.pandita@ti.com&gt;
Acked-by: Kevin Hilman &lt;khilman@deeprootsystems.com&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>omapfb: add support for the ZOOM MDK LCD</title>
<updated>2009-09-23T14:39:49+00:00</updated>
<author>
<name>Stanley.Miao</name>
<email>stanley.miao@windriver.com</email>
</author>
<published>2009-09-22T23:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=8fea8844a72f95ef22b108f5dc5c4237019771dd'/>
<id>8fea8844a72f95ef22b108f5dc5c4237019771dd</id>
<content type='text'>
Add glue to control the OMAP_LDP LCD as a frame buffer device using the
existing dispc.c driver under omapfb.

Patch updated for mainline kernel.  Note that the drivers/video/omap
should be updated to pass omap_lcd_config in platform_data.  The patch
should also be updated to compile if twl4030 is not selected, and
eventually to use the regulator framework.

Fixed-by: Jarkko Nikula &lt;jarkko.nikula@gmail.com&gt;
Fixed-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Stanley.Miao &lt;stanley.miao@windriver.com&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Imre Deak &lt;imre.deak@nokia.com&gt;
Acked-by: Krzysztof Helt &lt;krzysztof.h1@wp.pl&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add glue to control the OMAP_LDP LCD as a frame buffer device using the
existing dispc.c driver under omapfb.

Patch updated for mainline kernel.  Note that the drivers/video/omap
should be updated to pass omap_lcd_config in platform_data.  The patch
should also be updated to compile if twl4030 is not selected, and
eventually to use the regulator framework.

Fixed-by: Jarkko Nikula &lt;jarkko.nikula@gmail.com&gt;
Fixed-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Stanley.Miao &lt;stanley.miao@windriver.com&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Imre Deak &lt;imre.deak@nokia.com&gt;
Acked-by: Krzysztof Helt &lt;krzysztof.h1@wp.pl&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: update omap_ldp defconfig to use smsc911x</title>
<updated>2009-04-02T17:26:26+00:00</updated>
<author>
<name>Stanley.Miao</name>
<email>stanley.miao@windriver.com</email>
</author>
<published>2009-01-20T17:06:10+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=162e8a415f4e6900f1f157c4a2ad68147b0a899c'/>
<id>162e8a415f4e6900f1f157c4a2ad68147b0a899c</id>
<content type='text'>
Signed-off-by: Stanley.Miao &lt;stanley.miao@windriver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stanley.Miao &lt;stanley.miao@windriver.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>eeprom: More consistent symbol names</title>
<updated>2009-01-26T20:19:57+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2009-01-26T20:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=dd7f8dbe2b3c0611ba969cd867c10cb63d163e25'/>
<id>dd7f8dbe2b3c0611ba969cd867c10cb63d163e25</id>
<content type='text'>
Now that all EEPROM drivers live in the same place, let's harmonize
their symbol names.

Also fix eeprom's dependencies, it definitely needs sysfs, and is no
longer experimental after many years in the kernel tree.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Acked-by: Wolfram Sang &lt;w.sang@pengutronix.de&gt;
Cc: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that all EEPROM drivers live in the same place, let's harmonize
their symbol names.

Also fix eeprom's dependencies, it definitely needs sysfs, and is no
longer experimental after many years in the kernel tree.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Acked-by: Wolfram Sang &lt;w.sang@pengutronix.de&gt;
Cc: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: OMAP3: LDP: Add Ethernet device support to make ldp boot succeess</title>
<updated>2008-12-11T01:36:53+00:00</updated>
<author>
<name>Stanley.Miao</name>
<email>stanley.miao@windriver.com</email>
</author>
<published>2008-12-11T01:36:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=b1c056d20caa6fdd3481b348567f1f91e98aaa4b'/>
<id>b1c056d20caa6fdd3481b348567f1f91e98aaa4b</id>
<content type='text'>
Add Ethernet device support in board-ldp.c to make ldp can boot and mount
nfs successfully.

Signed-off-by: Stanley.Miao &lt;stanley.miao@windriver.com&gt;



</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Ethernet device support in board-ldp.c to make ldp can boot and mount
nfs successfully.

Signed-off-by: Stanley.Miao &lt;stanley.miao@windriver.com&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: OMAP3: Add default kernel config for OMAP LDP</title>
<updated>2008-10-10T09:12:09+00:00</updated>
<author>
<name>Nishant Kamat</name>
<email>nskamat@ti.com</email>
</author>
<published>2008-10-10T08:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=99b3075b9095c23acf8d884bdc7fe33c8c3520f0'/>
<id>99b3075b9095c23acf8d884bdc7fe33c8c3520f0</id>
<content type='text'>
This patch adds a default config for the OMAP LDP platform.

Signed-off-by: Nishant Kamat &lt;nskamat@ti.com&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;



</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a default config for the OMAP LDP platform.

Signed-off-by: Nishant Kamat &lt;nskamat@ti.com&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;



</pre>
</div>
</content>
</entry>
</feed>
