
On Wed, 13 Oct 2010 12:16:35 +0200 Stefano Babic sbabic@denx.de wrote:
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
Changes since V1:
- added precise reference to the kernel version used for porting in the commit message
- correct multiline comments
- drop dummy true/false booleans
arch/arm/include/asm/arch-mx51/crm_regs.h | 11 + drivers/video/ipu.h | 321 +++++++ drivers/video/ipu_common.c | 1183 +++++++++++++++++++++++++ drivers/video/ipu_disp.c | 1359 +++++++++++++++++++++++++++++ drivers/video/ipu_regs.h | 418 +++++++++ 5 files changed, 3292 insertions(+), 0 deletions(-) create mode 100644 drivers/video/ipu.h create mode 100644 drivers/video/ipu_common.c create mode 100644 drivers/video/ipu_disp.c create mode 100644 drivers/video/ipu_regs.h
Applied to u-boot-video/master after fixing arch-mx51 to arch-mx5. Thanks!
Best regards, Anatolij