<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video, branch v2012.07-rc1</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=v2012.07-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v2012.07-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-07-08T20:15:08Z</updated>
<entry>
<title>Remove remaining mdelay() macros</title>
<updated>2012-07-08T20:15:08Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2012-04-24T22:43:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fe749d3728b281cd0b986c82eed30c64b3450ce7'/>
<id>urn:sha1:fe749d3728b281cd0b986c82eed30c64b3450ce7</id>
<content type='text'>
Drop mdelay() macros since we already have a common mdelay() func.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>TRATS: initialize panel_info data structure in board file</title>
<updated>2012-07-07T12:07:25Z</updated>
<author>
<name>Donghwa Lee</name>
<email>dh09.lee@samsung.com</email>
</author>
<published>2012-04-25T13:29:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c20545691a3861ece0319cf5ad257714f1b502fd'/>
<id>urn:sha1:c20545691a3861ece0319cf5ad257714f1b502fd</id>
<content type='text'>
panel_info data structure is gloable variable, so, I have initialized it
in board file. If it is initialized in init_panel_info() like existing,
it can't be used in drv_lcd_init() in common/lcd.c because
init_panel_info() is called after drv_lcd_init().

Signed-off-by: Donghwa Lee &lt;dh09.lee@samsung.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>video: atmel/lcd: add LCD driver for new Atmel SoC</title>
<updated>2012-06-05T09:19:02Z</updated>
<author>
<name>Bo Shen</name>
<email>voice.shen@atmel.com</email>
</author>
<published>2012-05-25T00:59:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f6b690e65c0aa5f3da22546ac597d9f01cff2e4e'/>
<id>urn:sha1:f6b690e65c0aa5f3da22546ac597d9f01cff2e4e</id>
<content type='text'>
The new Atmel SoC (at91sam9x5 series and at91sam9n12) add a totally
different LCD controller. Add this new driver to support it.

Using CONFIG_ATMEL_HLCD (distinguish with CONFIG_ATMEL_LCD) to enable
this in board configuration file.

Signed-off-by: Bo Shen &lt;voice.shen@atmel.com&gt;
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>video: cfb_console: flush dcache for frame buffer in DRAM</title>
<updated>2012-06-05T09:15:36Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2012-06-05T07:19:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bfd4be803bbb7d122c2e3aaf6eaf987efa8d69da'/>
<id>urn:sha1:bfd4be803bbb7d122c2e3aaf6eaf987efa8d69da</id>
<content type='text'>
Data cache flushing is required for frame buffer in RAM to fix the
distorted console text output. Currently this text distortion is
observed with cfb on beagleboard and N900 when running with data
cache enabled.

Reported-by: Pali Rohár &lt;pali.rohar@gmail.com&gt;
Tested-by: Pali Rohár &lt;pali.rohar@gmail.com&gt;
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>cfb_console: Ignore bell character</title>
<updated>2012-06-05T07:24:10Z</updated>
<author>
<name>Pali Rohár</name>
<email>pali.rohar@gmail.com</email>
</author>
<published>2012-04-28T07:26:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=24fe06cc6f9ec3b6f5367a267818d90dd6e68870'/>
<id>urn:sha1:24fe06cc6f9ec3b6f5367a267818d90dd6e68870</id>
<content type='text'>
Signed-off-by: Pali Rohár &lt;pali.rohar@gmail.com&gt;
</content>
</entry>
<entry>
<title>cfb_console: Add console_clear_line function</title>
<updated>2012-06-04T20:43:31Z</updated>
<author>
<name>Pali Rohár</name>
<email>pali.rohar@gmail.com</email>
</author>
<published>2012-04-28T07:26:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=90f60a81daa714b2395d2e9ee3ea25db883ca061'/>
<id>urn:sha1:90f60a81daa714b2395d2e9ee3ea25db883ca061</id>
<content type='text'>
console_clear_line() clears part of specified line or the full line.

Signed-off-by: Pali Rohár &lt;pali.rohar@gmail.com&gt;
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>cfb_console: Fix function console_back</title>
<updated>2012-06-04T20:42:02Z</updated>
<author>
<name>Pali Rohár</name>
<email>pali.rohar@gmail.com</email>
</author>
<published>2012-04-28T07:26:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=04bbe6999048f74af00305cacae14a2d7faf2063'/>
<id>urn:sha1:04bbe6999048f74af00305cacae14a2d7faf2063</id>
<content type='text'>
* Do not disable and enable the cursor again.

console_back() is called only from video_putc() which already turns
the cursor off at the beginning and turns it on at the end, so there
is no need to change the cursor in console_back().

Signed-off-by: Pali Rohár &lt;pali.rohar@gmail.com&gt;
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>omap3_dss: cosmetic changes</title>
<updated>2012-05-25T13:35:25Z</updated>
<author>
<name>Jeroen Hofstee</name>
<email>jhofstee@victronenergy.com</email>
</author>
<published>2012-05-18T00:51:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8da2efb6610b5b33ec4758b0fcf97e55fa25acac'/>
<id>urn:sha1:8da2efb6610b5b33ec4758b0fcf97e55fa25acac</id>
<content type='text'>
Remove unnecessary brackets.
Unwrap lines which are below 80 chars.
Single line comment as single line (as the rest).
Moved init values to the source code.

cc: s-paulraj@ti.com
cc: khasim@ti.com
Signed-off-by: Jeroen Hofstee &lt;jhofstee@victronenergy.com&gt;
</content>
</entry>
<entry>
<title>omap3_dss: add optional framebuffer</title>
<updated>2012-05-25T13:34:18Z</updated>
<author>
<name>Jeroen Hofstee</name>
<email>jhofstee@victronenergy.com</email>
</author>
<published>2012-05-18T00:51:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d9c13aac14126c2f9446715b33a69f536336b2c0'/>
<id>urn:sha1:d9c13aac14126c2f9446715b33a69f536336b2c0</id>
<content type='text'>
The beagle board uses the background color to show an orange screen during
startup. This patch adds the ability to add a frame buffer, with the
intention not to break the beagle board use case (I don't have one).
videomodes.c is not used. Scrolling depends on this patch:

http://patchwork.ozlabs.org/patch/155662/

cc: trini@ti.com
cc: s-paulraj@ti.com
cc: khasim@ti.com
Signed-off-by: Jeroen Hofstee &lt;jhofstee@victronenergy.com&gt;
</content>
</entry>
<entry>
<title>mx5: Rename mx51_fb_init()</title>
<updated>2012-05-25T08:39:23Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2012-05-10T15:07:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a1b0e190a3c0c7e1a40877218804a656e45194be'/>
<id>urn:sha1:a1b0e190a3c0c7e1a40877218804a656e45194be</id>
<content type='text'>
The ipuv3 driver is currently only used on mx51, but it can be extended to work
on mx53 and mx6 as well.

Rename mx51_fb_init(), so that it can be used by other SoCs.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Jason Liu &lt;r64343@freescale.com&gt;
</content>
</entry>
</feed>
