From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 28 Oct 2008 00:43:40 +0100 Subject: [U-Boot] Pull request: u-boot-video Message-ID: <4906522C.2000604@denx.de> 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 d9d8c7c696dec370ca714c03beb6e79d4c90bd5e: Wolfgang Denk (1): Fix strmhz(): avoid printing negative fractions are available in the git repository at: git://git.denx.de/u-boot-video.git master Haavard Skinnemoen (5): atmel_lcdfb: Eliminate unneeded #include atmel_lcdfb: Straighten out funky vl_sync logic lcd: Implement lcd_printf() lcd: Set lcd_is_enabled before clearing the screen lcd: Let the board code show board-specific info board/atmel/at91cap9adk/at91cap9adk.c | 29 ++++++++ board/atmel/at91sam9261ek/at91sam9261ek.c | 29 ++++++++ board/atmel/at91sam9263ek/at91sam9263ek.c | 29 ++++++++ board/atmel/at91sam9rlek/at91sam9rlek.c | 29 ++++++++ board/lwmon/lwmon.c | 29 ++++++++ board/tqc/tqm8xx/tqm8xx.c | 26 ++++++++ common/lcd.c | 100 ++++++----------------------- drivers/video/atmel_lcdfb.c | 6 +-- include/asm-arm/arch-at91/gpio.h | 1 + include/lcd.h | 2 + 10 files changed, 195 insertions(+), 85 deletions(-) Best regards, Anatolij