From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 26 Jan 2016 08:14:43 +0100 Subject: [U-Boot] Pull request: u-boot-video/master Message-ID: <20160126081443.2992ce6a@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, The following changes since commit 12f229ea8f6c8e20f8fd07906eafc853c4c354a9: Merge git://git.denx.de/u-boot-fdt (2016-01-22 17:01:22 -0500) are available in the git repository at: git://git.denx.de/u-boot-video.git master for you to fetch changes up to 7588c312528eea9e24ef5c1b9a29a256ac5024d4: video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default (2016-01-26 08:06:13 +0100) ---------------------------------------------------------------- Anatolij Gustschin (1): video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default Andreas Neubacher (1): lcd: fix the color testpattern in 16bit mode Stefan Roese (1): video: Add support for Armada XP LCD controller arch/arm/mach-mvebu/include/mach/cpu.h | 13 + arch/arm/mach-mvebu/include/mach/soc.h | 1 + common/lcd.c | 16 +- configs/chromebook_jerry_defconfig | 2 + configs/firefly-rk3288_defconfig | 2 + configs/nyan-big_defconfig | 1 + configs/rock2_defconfig | 2 + drivers/video/Kconfig | 17 +- drivers/video/Makefile | 1 + drivers/video/mvebu_lcd.c | 532 ++++++++++++++++++++++++++++++++ include/configs/chromebook_jerry.h | 1 - include/configs/firefly-rk3288.h | 1 - include/configs/nyan-big.h | 2 - include/configs/rock2.h | 1 - include/lcd.h | 11 +- 15 files changed, 594 insertions(+), 9 deletions(-) create mode 100644 drivers/video/mvebu_lcd.c Please pull. Thanks! -- Anatolij