]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
VIDEO: davinci: add framebuffer to da8xx
authorStefano Babic <sbabic@denx.de>
Fri, 7 Oct 2011 23:27:34 +0000 (23:27 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 3 Nov 2011 21:56:26 +0000 (22:56 +0100)
commit134028682f652b8221631b19c9bef1c3989635b6
tree4eeadcde00796bbf0fe8356b68445499662349dd
parent829f9178548325b6b999cf0b367514889a054825
VIDEO: davinci: add framebuffer to da8xx

The patch is a port from the framebuffer driver
of the Linux driver drivers/video/da8xx-fb.c, used
on davinci da8xx and OMAP-L138 boards.

As base for the port, the following commit (last changes
for this driver at the moment in the Linux kernel tree)
was taken:

commit 1db41e032d563eb47deab40dc5595be306b143ba
Author: axel lin <axel.lin@gmail.com>
Date:   Tue Feb 22 01:52:42 2011 +0000

    video: da8xx-fb: fix section mismatch warning

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Sandeep Paulraj <s-paulraj@ti.com>
Cc: Anatolij Gustschin <agust@denx.de>
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/include/asm/arch-davinci/da8xx-fb.h [new file with mode: 0644]
drivers/video/Makefile
drivers/video/da8xx-fb.c [new file with mode: 0644]