From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 2 Aug 2011 22:53:09 +0200 Subject: [U-Boot] Pull request: u-boot-video/master (updated) In-Reply-To: <20110705004819.08cb16f8@wker> References: <20110705004819.08cb16f8@wker> Message-ID: <20110802225309.3c06d68c@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, The following changes since commit d50a8f45c9a640b3bcbd0ede91f83c8646cca018: Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-08-02 22:39:36 +0200) are available in the git repository at: git://git.denx.de/u-boot-video.git master Anatolij Gustschin (2): video: mb862xx: support Coral-PA controller video: mb862xx: change controller detection message 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 | 34 ++++- drivers/video/mb86r0xgdc.c | 3 +- drivers/video/omap3_dss.c | 130 +++++++++++++++++++ include/fsl_diu_fb.h | 2 +- 10 files changed, 373 insertions(+), 27 deletions(-) create mode 100644 arch/arm/include/asm/arch-omap3/dss.h create mode 100644 drivers/video/omap3_dss.c Please pull. Thanks! Best regards, Anatolij