<feed xmlns='http://www.w3.org/2005/Atom'>
<title>litmus-rt.git/drivers/video/omap/Makefile, branch wip-binary-heap</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>omap: Remove support for omap2evm</title>
<updated>2011-05-13T11:41:32+00:00</updated>
<author>
<name>Tony Lindgren</name>
<email>tony@atomide.com</email>
</author>
<published>2011-05-13T11:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=91d94af56a52ffc059523fdad71287232c040697'/>
<id>91d94af56a52ffc059523fdad71287232c040697</id>
<content type='text'>
The board support has never been merged for it as noticed
by Russell King &lt;linux@arm.linux.org.uk&gt;. So let's remove the
related dead code.

Cc: linux-fbdev@vger.kernel.org
Cc: alsa-devel@alsa-project.org
Cc: Paul Mundt &lt;lethal@linux-sh.org&gt;
Acked-by: Jarkko Nikula &lt;jhnikula@gmail.com&gt;
Acked-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Acked-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Acked-by: Liam Girdwood &lt;lrg@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>
The board support has never been merged for it as noticed
by Russell King &lt;linux@arm.linux.org.uk&gt;. So let's remove the
related dead code.

Cc: linux-fbdev@vger.kernel.org
Cc: alsa-devel@alsa-project.org
Cc: Paul Mundt &lt;lethal@linux-sh.org&gt;
Acked-by: Jarkko Nikula &lt;jhnikula@gmail.com&gt;
Acked-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Acked-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Acked-by: Liam Girdwood &lt;lrg@ti.com&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>omap1: Add board support and LCD for HTC Herald</title>
<updated>2009-11-22T18:24:33+00:00</updated>
<author>
<name>Cory Maccarrone</name>
<email>darkstar6262@gmail.com</email>
</author>
<published>2009-11-22T18:11:34+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=9c2816f7bd445c5eb152babff4d6fb3f8f556610'/>
<id>9c2816f7bd445c5eb152babff4d6fb3f8f556610</id>
<content type='text'>
This patch introduces support for the HTC Herald (T-Mobile
Wing, etc.) series of smart phones -- board support and LCD
panel settings.

Signed-off-by: Cory Maccarrone &lt;darkstar6262@gmail.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 introduces support for the HTC Herald (T-Mobile
Wing, etc.) series of smart phones -- board support and LCD
panel settings.

Signed-off-by: Cory Maccarrone &lt;darkstar6262@gmail.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>omapfb: add support for the Gumstix Overo LCD</title>
<updated>2009-09-23T14:39:49+00:00</updated>
<author>
<name>Steve Sakoman</name>
<email>steve@sakoman.com</email>
</author>
<published>2009-09-22T23:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=be481941c6ddfe96e5c17a5d6f077b00e7b7bdf1'/>
<id>be481941c6ddfe96e5c17a5d6f077b00e7b7bdf1</id>
<content type='text'>
Signed-off-by: Steve Sakoman &lt;steve@sakoman.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>
Signed-off-by: Steve Sakoman &lt;steve@sakoman.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>omapfb: add support for the OMAP3 Beagle DVI output</title>
<updated>2009-09-23T14:39:49+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2009-09-22T23:46:50+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=27969ccc2840c42bfbe4f55d08f0c7ec254d4e93'/>
<id>27969ccc2840c42bfbe4f55d08f0c7ec254d4e93</id>
<content type='text'>
The default resolution is 1024x768@24bit

This version addresses the comments from Felipe Balbi adn Arun Edarath

Fixed-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
Fixed-by: Steve Sakoman &lt;steve@sakoman.com&gt;
Fixed-by: Jarkko Nikula &lt;jarkko.nikula@gmail.com&gt;
Fixed-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&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>
The default resolution is 1024x768@24bit

This version addresses the comments from Felipe Balbi adn Arun Edarath

Fixed-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
Fixed-by: Steve Sakoman &lt;steve@sakoman.com&gt;
Fixed-by: Jarkko Nikula &lt;jarkko.nikula@gmail.com&gt;
Fixed-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&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>omapfb: add support for the OMAP3 EVM LCD</title>
<updated>2009-09-23T14:39:49+00:00</updated>
<author>
<name>Steve Sakoman</name>
<email>steve@sakoman.com</email>
</author>
<published>2009-09-22T23:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=2a8729c47a9dfe5c8ba55883b86b719b33e6e099'/>
<id>2a8729c47a9dfe5c8ba55883b86b719b33e6e099</id>
<content type='text'>
Add LCD support for OMAP3 EVM

Backlight support by Arun C &lt;arunedarath@mistralsolutions.com&gt;

Fixed-by: Jarkko Nikula &lt;jarkko.nikula@gmail.com&gt;
Fixed-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
Acked-by: Syed Mohammed Khasim &lt;khasim@ti.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 LCD support for OMAP3 EVM

Backlight support by Arun C &lt;arunedarath@mistralsolutions.com&gt;

Fixed-by: Jarkko Nikula &lt;jarkko.nikula@gmail.com&gt;
Fixed-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
Acked-by: Syed Mohammed Khasim &lt;khasim@ti.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>omapfb: add support for the 3430SDP LCD</title>
<updated>2009-09-23T14:39:49+00:00</updated>
<author>
<name>Kevin Hilman</name>
<email>khilman@mvista.com</email>
</author>
<published>2009-09-22T23:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=fb49b78452503f6cdf8b243ccb40cda81aae9998'/>
<id>fb49b78452503f6cdf8b243ccb40cda81aae9998</id>
<content type='text'>
The 3430SDP uses the same panel as the 2430SDP.  The main difference are
in the GPIO lines used for panel enable and backlight, and the VAUX
register/commands sent to the TWL4030 power subsystem.

Also, some misc. whitespace cleanups.

Fixed-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Kevin Hilman &lt;khilman@mvsita.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>
The 3430SDP uses the same panel as the 2430SDP.  The main difference are
in the GPIO lines used for panel enable and backlight, and the VAUX
register/commands sent to the TWL4030 power subsystem.

Also, some misc. whitespace cleanups.

Fixed-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Kevin Hilman &lt;khilman@mvsita.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>omapfb: add support for the OMAP2EVM LCD</title>
<updated>2009-09-23T14:39:49+00:00</updated>
<author>
<name>arun c</name>
<email>arun.edarath@gmail.com</email>
</author>
<published>2009-09-22T23:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=42acff34f85c5892c8c762145441e993a5596a13'/>
<id>42acff34f85c5892c8c762145441e993a5596a13</id>
<content type='text'>
omap2evm LCD supports VGA and QVGA resolution, by default its in VGA mode.

Fixed-by: Jarkko Nikula &lt;jarkko.nikula@gmail.com&gt;
Fixed-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Arun C &lt;arunedarath@mistralsolutions.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>
omap2evm LCD supports VGA and QVGA resolution, by default its in VGA mode.

Fixed-by: Jarkko Nikula &lt;jarkko.nikula@gmail.com&gt;
Fixed-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Arun C &lt;arunedarath@mistralsolutions.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>omapfb: add support for the 2430SDP LCD</title>
<updated>2009-09-23T14:39:48+00:00</updated>
<author>
<name>Hunyue Yau</name>
<email>hyau@mvista.com</email>
</author>
<published>2009-09-22T23:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=3a76a819dda9a6de0ab83d04b48b3735a4d10b89'/>
<id>3a76a819dda9a6de0ab83d04b48b3735a4d10b89</id>
<content type='text'>
Add glue to control the 2430SDP LCD as a frame buffer device using the
existing dispc.c driver under omapfb.

Fixed-by: Kevin Hilman &lt;khilman@mvista.com&gt;
Fixed-by: Sergio Aguirre &lt;saaguirre@ti.com&gt;
Fixed-by: Francisco Alecrim &lt;francisco.alecrim@indt.org.br&gt;
Fixed-by: Tony Lindgren &lt;tony@atomide.com&gt;
Fixed-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Hunyue Yau &lt;hyau@mvista.com&gt;
Signed-off-by: Kevin Hilman &lt;khilman@mvista.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 2430SDP LCD as a frame buffer device using the
existing dispc.c driver under omapfb.

Fixed-by: Kevin Hilman &lt;khilman@mvista.com&gt;
Fixed-by: Sergio Aguirre &lt;saaguirre@ti.com&gt;
Fixed-by: Francisco Alecrim &lt;francisco.alecrim@indt.org.br&gt;
Fixed-by: Tony Lindgren &lt;tony@atomide.com&gt;
Fixed-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Hunyue Yau &lt;hyau@mvista.com&gt;
Signed-off-by: Kevin Hilman &lt;khilman@mvista.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>omapfb: add support for the Amstrad Delta LCD</title>
<updated>2009-09-23T14:39:48+00:00</updated>
<author>
<name>Jonathan McDowell</name>
<email>noodles@earth.li</email>
</author>
<published>2009-09-22T23:46:44+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=92e0ed074a4f134084bef47a44e948b6c6429a89'/>
<id>92e0ed074a4f134084bef47a44e948b6c6429a89</id>
<content type='text'>
This is an updated version of the LCD driver for the Amstrad Delta to take
into account the recent changes to the omapfb infrastructure.  The Delta
features a 480x320 12 bit DSTN panel.

Signed-off-by: Jonathan McDowell &lt;noodles@earth.li&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>
This is an updated version of the LCD driver for the Amstrad Delta to take
into account the recent changes to the omapfb infrastructure.  The Delta
features a 480x320 12 bit DSTN panel.

Signed-off-by: Jonathan McDowell &lt;noodles@earth.li&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>
</feed>
