From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 27 Jan 2010 22:00:07 +0100 Subject: [U-Boot] Pull request: u-boot-video Message-ID: <20100127220007.0a3c9651@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 9b208ece0a4e040774e24990b7cb6f0ad0ca4cc7: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at: git://git.denx.de/u-boot-video.git master Alessandro Rubini (2): video: add amba-clcd prime-cell include/nomadik.h: add physical address for cldc Anatolij Gustschin (1): lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor common/lcd.c | 8 ----- drivers/video/Makefile | 1 + drivers/video/amba.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++ include/amba_clcd.h | 77 ++++++++++++++++++++++++++++++++++++++++++++++ include/nomadik.h | 1 + 5 files changed, 158 insertions(+), 8 deletions(-) create mode 100644 drivers/video/amba.c create mode 100644 include/amba_clcd.h Best regards, Anatolij