
Hello Wolfgang,
The following changes since commit 79642098a8345e2506ab0ff02e8c7ac4da405d0c:
Add support for Network Space v2 and parents (2011-07-04 10:55:28 +0200)
are available in the git repository at: git://git.denx.de/u-boot-video.git master
Anatolij Gustschin (1): video: mb862xx: support Coral-PA controller
Jason Kridner (1): video: update Makefile to include OMAP3 DSS driver
Matthias Weisser (1): video: Use memset instead of loop
Syed Mohammed Khasim (1): OMAP3: Add DSS driver for OMAP3
Timur Tabi (1): video: Add SHARP LQ084S3LG01 LCD support on P1022DS
arch/arm/include/asm/arch-omap3/dss.h | 173 +++++++++++++++++++++++++ arch/powerpc/cpu/mpc512x/diu.c | 2 +- board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 2 +- board/freescale/p1022ds/diu.c | 2 +- drivers/video/Makefile | 1 + drivers/video/fsl_diu_fb.c | 51 +++++-- drivers/video/mb862xx.c | 32 ++++- drivers/video/mb86r0xgdc.c | 3 +- drivers/video/omap3_dss.c | 130 +++++++++++++++++++ include/fsl_diu_fb.h | 2 +- 10 files changed, 372 insertions(+), 26 deletions(-) create mode 100644 arch/arm/include/asm/arch-omap3/dss.h create mode 100644 drivers/video/omap3_dss.c
Please pull. Thanks!
Anatolij