<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/video/Makefile, branch linux-2.6.35.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.35.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.35.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2010-03-14T05:29:38+00:00</updated>
<entry>
<title>Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6</title>
<updated>2010-03-14T05:29:38+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-03-14T05:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=3474cbd11df8cdd6413781ea95bd51dd469098ff'/>
<id>urn:sha1:3474cbd11df8cdd6413781ea95bd51dd469098ff</id>
<content type='text'>
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
  sparc64: Add very basic XVR-1000 framebuffer driver.
  qlogicpti: Remove slash in QlogicPTI irq name
</content>
</entry>
<entry>
<title>sparc64: Add very basic XVR-1000 framebuffer driver.</title>
<updated>2010-03-14T00:25:03+00:00</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2010-03-14T00:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2d378b9179881b46a0faf11430efb421fe03ddd8'/>
<id>urn:sha1:2d378b9179881b46a0faf11430efb421fe03ddd8</id>
<content type='text'>
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
Acked-by: Frans van Berckel &lt;fberckel@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>NUC900 LCD Controller Driver</title>
<updated>2010-03-12T23:52:34+00:00</updated>
<author>
<name>Wang Qiang</name>
<email>rurality.linux@gmail.com</email>
</author>
<published>2010-03-10T23:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8661970875d7d27e4de233d357327fffdb4a5e3d'/>
<id>urn:sha1:8661970875d7d27e4de233d357327fffdb4a5e3d</id>
<content type='text'>
An LCD controller driver for nuc900s.  The Linux LOGO is just fine and the
FB-Test application was ok, too.

Signed-off-by: Wang Qiang &lt;rurality.linux@gmail.com&gt;
Cc: Wang Zongshun &lt;mcuos.com@gmail.com&gt;
Cc: Russell King &lt;rmk@arm.linux.org.uk&gt;
Cc: Krzysztof Helt &lt;krzysztof.h1@poczta.fm&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>fbdev: bfin-lq035q1-fb: new Blackfin Landscape LCD EZ-Extender driver</title>
<updated>2009-12-16T15:20:01+00:00</updated>
<author>
<name>Michael Hennerich</name>
<email>michael.hennerich@analog.com</email>
</author>
<published>2009-12-16T00:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9cfe4a93e50bb36392c8d74432e4607f297cdbfc'/>
<id>urn:sha1:9cfe4a93e50bb36392c8d74432e4607f297cdbfc</id>
<content type='text'>
Framebuffer driver for the Landscape LCD EZ-Extender (ADZS-BFLLCD-EZEXT)
http://docs.blackfin.uclinux.org/doku.php?id=hw:cards:landscape_lcd_ez-extender

Signed-off-by: Michael Hennerich &lt;michael.hennerich@analog.com&gt;
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>OMAP: Add VRAM manager</title>
<updated>2009-12-09T10:04:33+00:00</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@nokia.com</email>
</author>
<published>2009-08-07T09:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=afedec183e95bd5e126a7846a644acfdddb86a66'/>
<id>urn:sha1:afedec183e95bd5e126a7846a644acfdddb86a66</id>
<content type='text'>
Add a Video RAM manager for OMAP 2 and 3 platforms. VRAM manager is used
to allocate large continuous blocks of SDRAM or SRAM. The features VRAM
manager has that are missing from dma_alloc_* functions are:

- Support for OMAP2's SRAM
- Allocate without ioremapping
- Allocate at defined physical addresses
- Allows larger VRAM area and larger allocations

The upcoming DSS2 uses VRAM manager.

VRAM area size can be defined in kernel config, board file or with
kernel boot parameters. Board file definition overrides kernel config,
and boot parameter overrides kernel config and board file.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@nokia.com&gt;
</content>
</entry>
<entry>
<title>ep93xx video driver</title>
<updated>2009-09-23T14:39:51+00:00</updated>
<author>
<name>Ryan Mallon</name>
<email>ryan@bluewatersys.com</email>
</author>
<published>2009-09-22T23:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=88017bda96a5fd568a982b01546c8fb1782dda62'/>
<id>urn:sha1:88017bda96a5fd568a982b01546c8fb1782dda62</id>
<content type='text'>
EP93xx video driver plus documentation.

Signed-off-by: Ryan Mallon &lt;ryan@bluewatersys.com&gt;
Acked-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Cc: Daniele Venzano &lt;linux@brownhat.org&gt;
Cc: Russell King &lt;rmk@arm.linux.org.uk&gt;
Cc: Krzysztof Helt &lt;krzysztof.h1@poczta.fm&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>davinci: fb: Frame Buffer driver for TI DA8xx/OMAP-L1xx</title>
<updated>2009-09-23T14:39:50+00:00</updated>
<author>
<name>Sudhakar Rajashekhara</name>
<email>sudhakar.raj@ti.com</email>
</author>
<published>2009-09-22T23:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4ed824d9aead77a6a4eb1e89c3b3d270ba386fad'/>
<id>urn:sha1:4ed824d9aead77a6a4eb1e89c3b3d270ba386fad</id>
<content type='text'>
Add LCD controller (LCDC) driver for TI's DA8xx/OMAP-L1xx architecture.
LCDC specifications can be found at http://www.ti.com/litv/pdf/sprufm0a.

LCDC on DA8xx consists of two independent controllers, the Raster
Controller and the LCD Interface Display Driver (LIDD) controller.  LIDD
further supports character and graphic displays.

This patch adds support for the graphic display (Sharp LQ035Q3DG01) found
on the DA830 based EVM.  The EVM details can be found at:
http://support.spectrumdigital.com/boards/dskda830/revc/.

Signed-off-by: Sudhakar Rajashekhara &lt;sudhakar.raj@ti.com&gt;
Signed-off-by: Pavel Kiryukhin &lt;pkiryukhin@ru.mvista.com&gt;
Signed-off-by: Steve Chen &lt;schen@mvista.com&gt;
Acked-by: Krzysztof Helt &lt;krzysztof.h1@wp.pl&gt;
DESC
davinci-fb-frame-buffer-driver-for-ti-da8xx-omap-l1xx-fix
EDESC
From: Andrew Morton &lt;akpm@linux-foundation.org&gt;

fix kconfig indenting

Cc: Krzysztof Helt &lt;krzysztof.h1@wp.pl&gt;
Cc: Pavel Kiryukhin &lt;pkiryukhin@ru.mvista.com&gt;
Cc: Steve Chen &lt;schen@mvista.com&gt;
Cc: Sudhakar Rajashekhara &lt;sudhakar.raj@ti.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>fbdev: framebuffer support for HTC Dream</title>
<updated>2009-09-23T14:39:50+00:00</updated>
<author>
<name>Pavel Machek</name>
<email>pavel@ucw.cz</email>
</author>
<published>2009-09-22T23:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d480ace08d5b59133575e672a0bd1c97b0f8400f'/>
<id>urn:sha1:d480ace08d5b59133575e672a0bd1c97b0f8400f</id>
<content type='text'>
Add a framebuffer driver for Qualcomm MSM/QSD SoCs, tested on HTC Dream
smartphone (aka T-Mobile G1, aka ADP1).

Brian said:

  I did the original quick and dirty version for bringup.  Rebecca took
  over and (re)wrote the bulk of the driver, getting things stable for
  production ship of Dream and Sapphire, and Dima is currently adding
  support for later Qualcomm chipsets (QSD8x50, etc).

Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Cc: Krzysztof Helt &lt;krzysztof.h1@poczta.fm&gt;
Cc: Rebecca Schultz Zavin &lt;rebecca@android.com&gt;
Cc: Dima Zavin &lt;dima@android.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>fb: add support of LCD display controller on pxa168/910 (base layer)</title>
<updated>2009-06-12T16:09:09+00:00</updated>
<author>
<name>Lennert Buytenhek</name>
<email>buytenh@marvell.com</email>
</author>
<published>2009-02-11T09:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=638772c7553f6893f7b346bfee4d46851af59afc'/>
<id>urn:sha1:638772c7553f6893f7b346bfee4d46851af59afc</id>
<content type='text'>
This driver is originally written by Lennert, modified by Green to be
feature complete,  and ported by Jun Nie and Kevin Liu for pxa168/910
processors.

The patch adds support for the on-chip LCD display controller, it
currently supports the base (graphics) layer only.

Signed-off-by: Lennert Buytenhek &lt;buytenh@marvell.com&gt;
Signed-off-by: Green Wan &lt;gwan@marvell.com&gt;
Cc: Peter Liao &lt;pliao@marvell.com&gt;
Signed-off-by: Jun Nie &lt;njun@marvell.com&gt;
Signed-off-by: Kevin Liu &lt;kliu5@marvell.com&gt;
Acked-by: Krzysztof Helt &lt;krzysztof.h1@wp.pl&gt;
Signed-off-by: Eric Miao &lt;eric.y.miao@gmail.com&gt;
</content>
</entry>
<entry>
<title>fbdev: remove makefile reference to removed driver</title>
<updated>2009-05-06T23:36:10+00:00</updated>
<author>
<name>Krzysztof Helt</name>
<email>krzysztof.h1@wp.pl</email>
</author>
<published>2009-05-06T23:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=57226e7898076f864d6ce41ddeff4bbc772b950c'/>
<id>urn:sha1:57226e7898076f864d6ce41ddeff4bbc772b950c</id>
<content type='text'>
The cyblafb driver is removed so remove its last trace in the makefile.

Signed-off-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>
</entry>
</feed>
