]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MX51: Add IPU driver for video support
authorStefano Babic <sbabic@denx.de>
Wed, 13 Oct 2010 10:16:35 +0000 (12:16 +0200)
committerAnatolij Gustschin <agust@denx.de>
Thu, 21 Oct 2010 22:05:05 +0000 (00:05 +0200)
commit575001e40c9d10e63f2924649098e7c07d3985c7
tree148e1dca4c4e702ef694a1afe2cb4cc54a5bb42e
parentbf90ecd3c366177c55012e68d15b8aeb2c41e907
MX51: Add IPU driver for video support

The patch is a porting of the IPU Linux driver
developed by Freescale to have framebuffer
functionalities in u-boot. The port is based on
kernel 2.6.31 commit cc4fe714041805997b601fe8e5dd585d8a99297f,
as delivered by Freescale [i.MX BSP].
Most features are dropped from the original driver and
only LCD support is the goal of this porting.

Signed-off-by: Stefano Babic <sbabic@denx.de>
arch/arm/include/asm/arch-mx5/crm_regs.h
drivers/video/ipu.h [new file with mode: 0644]
drivers/video/ipu_common.c [new file with mode: 0644]
drivers/video/ipu_disp.c [new file with mode: 0644]
drivers/video/ipu_regs.h [new file with mode: 0644]