]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MX51: Add video support
authorStefano Babic <sbabic@denx.de>
Wed, 13 Oct 2010 10:17:14 +0000 (12:17 +0200)
committerAnatolij Gustschin <agust@denx.de>
Thu, 21 Oct 2010 22:05:05 +0000 (00:05 +0200)
commit5dda7945d18077db81eb0cfdc2f9d4525e6b77b1
treed6d2fcd5d46af5cb12998254b96a0c69dc9488a7
parent575001e40c9d10e63f2924649098e7c07d3985c7
MX51: Add video support

Add framebuffer driver for the MX51 processor
working on the IPUv3 internal graphic processor.
The port is based on the driver found in the kernel
delivered by Freescale as part of i.MX BSP:

[kernel 2.6.31 commit cc4fe714041805997b601fe8e5dd585d8a99297f]

[agust@denx.de: some style fixes and dead code removal]
Signed-off-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/video/Makefile
drivers/video/mxc_ipuv3_fb.c [new file with mode: 0644]
drivers/video/mxcfb.h [new file with mode: 0644]