Hey Tom, The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076:
nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800) are available in the git repository at: git://git.denx.de/u-boot-video.git master for you to fetch changes up to 1dc793dd2b8fb97dddf437547d86bd5bcfdb8b29: edid: rename struct member to fix two EDID_* macros (2013-08-12 23:32:20 +0200) ---------------------------------------------------------------- Christian Gmeiner (1): edid: rename struct member to fix two EDID_* macros Donghwa Lee (1): exynos: video: change mipi dsi write function parameters correctly Heiko Schocher (6): video, da8xx: move da8xx-fb.h to drivers/video arm, am33xx: add clk_get prototype video, da8xx-fb: changes for am335x usage video, da8xx-fb: show fb addr in bdinfo tools, bmp_logo: fix index from uint16_t to int to allow bigger logos video: add an option to skip cfb console init Hyungwon Hwang (1): video: add L5F31188 TFT-LCD panel driver Marek Vasut (7): dma: apbh: Add special circular mode for LCD video: Allocate the MXSFB framebuffer aligned video: Add System-Mode configuration hook into mxsfb video: Implement continuous screen refresh for SmartLCD into mxsfb video: Fix cfb_console for 4-bit wide font video: Encapsulate font in video_font_data.h video: Add small 4x6 font from Linux arch/arm/include/asm/arch-am33xx/hardware.h | 1 + arch/arm/include/asm/arch-exynos/mipi_dsim.h | 2 +- arch/arm/include/asm/imx-common/dma.h | 2 + arch/powerpc/cpu/mpc8xx/video.c | 1 - board/davinci/ea20/ea20.c | 28 +- common/lcd.c | 1 - drivers/dma/apbh_dma.c | 22 + drivers/video/Makefile | 1 + drivers/video/cfb_console.c | 37 +- drivers/video/da8xx-fb.c | 338 ++- .../asm/arch-davinci => drivers/video}/da8xx-fb.h | 7 +- drivers/video/exynos_mipi_dsi_common.c | 62 +- drivers/video/exynos_mipi_dsi_common.h | 2 +- drivers/video/exynos_mipi_dsi_lowlevel.c | 2 +- drivers/video/exynos_mipi_dsi_lowlevel.h | 2 +- drivers/video/l5f31188.c | 192 ++ drivers/video/mxsfb.c | 45 +- drivers/video/s6e8ax0.c | 59 +- drivers/video/sed156x.c | 1 - include/edid.h | 2 +- include/video_font.h | 9 +- include/video_font_4x6.h | 2154 ++++++++++++++++++++ include/video_font_data.h | 7 +- tools/bmp_logo.c | 2 +- 24 files changed, 2843 insertions(+), 136 deletions(-) rename {arch/arm/include/asm/arch-davinci => drivers/video}/da8xx-fb.h (94%) create mode 100644 drivers/video/l5f31188.c create mode 100644 include/video_font_4x6.h Please pull. Thanks! Anatolij _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot