<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video, branch v1.3.4-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v1.3.4-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v1.3.4-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-07-31T15:47:37Z</updated>
<entry>
<title>Fix Atmel LCD controller endianess for AVR32 processors</title>
<updated>2008-07-31T15:47:37Z</updated>
<author>
<name>Mark Jackson</name>
<email>mpfj@mimc.co.uk</email>
</author>
<published>2008-07-31T14:56:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac'/>
<id>urn:sha1:a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac</id>
<content type='text'>
The Atmel lcd controller is used on Atmel's AT91 (little endian) and
AVR32 (big endian) platforms.

As such, the controller can handle both big and little endian memory.

This patch fixes the driver for the AVR32 platform.

Signed-off-by: Mark Jackson &lt;mpfj@mimc.co.uk&gt;
</content>
</entry>
<entry>
<title>Fix bug in Lime video driver</title>
<updated>2008-07-13T14:55:59Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2008-07-12T15:31:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=322716a1d1eb33a71067ba0eb1c5346fb2dd6b34'/>
<id>urn:sha1:322716a1d1eb33a71067ba0eb1c5346fb2dd6b34</id>
<content type='text'>
We need to wait while drawing engine clears frame
buffer before any further software accesses to frame
buffer will be initiated. Otherwise software drawn
parts could be partially destroyed by the drawing
engine or even GDC chip freeze could occur (as
observed on socrates board).

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>Merging Stelian Pop AT91 patches</title>
<updated>2008-05-24T10:56:53Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2008-05-24T10:56:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=42fd5f87b1613d3039f57e93c16f760a768d3e84'/>
<id>urn:sha1:42fd5f87b1613d3039f57e93c16f760a768d3e84</id>
<content type='text'>
Merge branch 'testing-V2'

Conflicts:

	board/atmel/at91cap9adk/Makefile
                Fixing copyright
	board/atmel/at91sam9260ek/Makefile
                Fixing copyright
	board/atmel/at91sam9260ek/u-boot.lds
                Delete no more needed ld script

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>Big white-space cleanup.</title>
<updated>2008-05-20T22:14:08Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-05-20T14:00:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=53677ef18e25c97ac613349087c5cb33ae5a2741'/>
<id>urn:sha1:53677ef18e25c97ac613349087c5cb33ae5a2741</id>
<content type='text'>
This commit gets rid of a huge amount of silly white-space issues.
Especially, all sequences of SPACEs followed by TAB characters get
removed (unless they appear in print statements).

Also remove all embedded "vim:" and "vi:" statements which hide
indentation problems.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Add ATMEL LCD driver</title>
<updated>2008-05-10T09:44:55Z</updated>
<author>
<name>Stelian Pop</name>
<email>stelian@popies.net</email>
</author>
<published>2008-05-09T19:57:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=39cf480484fcce5c04a590ee1c30be0c17b02c34'/>
<id>urn:sha1:39cf480484fcce5c04a590ee1c30be0c17b02c34</id>
<content type='text'>
This patch adds support for the ATMEL LCDC driver which is used on some
AT91 and AVR platforms.

Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.

Signed-off-by: Stelian Pop &lt;stelian@popies.net&gt;
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>video: Add missing free for logo memory</title>
<updated>2008-04-21T12:05:59Z</updated>
<author>
<name>Matthias Fuchs</name>
<email>matthias.fuchs@esd-electronics.com</email>
</author>
<published>2008-04-21T09:19:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a49e0d177a0749614b316ec847fb623f09c82c07'/>
<id>urn:sha1:a49e0d177a0749614b316ec847fb623f09c82c07</id>
<content type='text'>
This patch adds two missing free()s.

Signed-off-by: Matthias Fuchs &lt;matthias.fuchs@esd-electronics.com&gt;
</content>
</entry>
<entry>
<title>lwmon5 SYSMON POST: fix backlight control</title>
<updated>2008-03-24T23:16:14Z</updated>
<author>
<name>Yuri Tikhonov</name>
<email>yur@emcraft.com</email>
</author>
<published>2008-03-24T10:30:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0d48926c87ec96f974a6ac4034f4a2f2eab3255f'/>
<id>urn:sha1:0d48926c87ec96f974a6ac4034f4a2f2eab3255f</id>
<content type='text'>
If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
run on the board, then the SYSMON POST controls the display backlight
(doesn't switch backlight ON if POST FAILED, and does switch the
backlight ON if PASSED).

If not, then the video driver controls the display backlight (just
switch ON the backlight upon initialization).

Signed-off-by: Yuri Tikhonov &lt;yur@emcraft.com&gt;
</content>
</entry>
<entry>
<title>Add Radeon Mobility 9200 pci device id to the radeon driver</title>
<updated>2008-02-14T23:54:29Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2008-02-14T17:22:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4'/>
<id>urn:sha1:e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4</id>
<content type='text'>
This patch extends PCI device id table of the
radeon driver so that the driver will also support
Radeon Mobility 9200 (M9+) based boards.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>Extend ATI Radeon driver to support more video modes</title>
<updated>2008-02-14T23:54:01Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2008-02-14T17:19:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1b8607e1f7143548c6062c28371449ec69588c00'/>
<id>urn:sha1:1b8607e1f7143548c6062c28371449ec69588c00</id>
<content type='text'>
Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
800x600, 640x480 at 24, 16 and 8 bpp.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>Add Fujitsu CoralP/Lime video driver</title>
<updated>2008-01-11T15:05:36Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2008-01-11T13:30:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bed53753dd1d7e6bcbea4339be0fb7760214cc35'/>
<id>urn:sha1:bed53753dd1d7e6bcbea4339be0fb7760214cc35</id>
<content type='text'>
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Rodolfo Giometti &lt;giometti@linux.it&gt;
</content>
</entry>
</feed>
