From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 20 Apr 2015 09:56:55 +0200 Subject: [U-Boot] Pull request: u-boot-video/master Message-ID: <20150420095655.7345de43@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hey Tom, The following changes since commit 4564faeafbf11feb839e2e3f927be2f1a919ba96: ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c (2015-04-16 15:08:36 -0400) are available in the git repository at: git://git.denx.de/u-boot-video.git master for you to fetch changes up to fc1a79d95e9038e9cf53f99c1825005b4dfaf7f4: video, lg4573: add support for the lg4573 display (2015-04-20 09:47:28 +0200) ---------------------------------------------------------------- Hannes Petermaier (4): common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy common/lcd_console: ask only one-time for bg/fg-color per call common/lcd_console: move single static variables into common (static) structure common/lcd_console: introduce display/framebuffer rotation Heiko Schocher (3): video, ipu: make ldb_clock configurable video, ipu: make ldb clock frequency overwritable through board code video, lg4573: add support for the lg4573 display README | 20 +++ arch/arm/include/asm/imx-common/video.h | 1 + common/Makefile | 1 + common/lcd.c | 18 ++- common/lcd_console.c | 203 ++++++++++++++------------- common/lcd_console_rotation.c | 195 ++++++++++++++++++++++++++ drivers/video/Makefile | 1 + drivers/video/ipu.h | 1 - drivers/video/ipu_common.c | 14 +- drivers/video/lg4573.c | 231 +++++++++++++++++++++++++++++++ include/atmel_lcd.h | 3 +- include/exynos_lcd.h | 1 + include/lcd.h | 9 ++ include/lcd_console.h | 28 +++- include/mpc823_lcd.h | 1 + include/pxa_lcd.h | 1 + include/video.h | 4 + 17 files changed, 618 insertions(+), 114 deletions(-) create mode 100644 common/lcd_console_rotation.c create mode 100644 drivers/video/lg4573.c Please pull. Thanks! Anatolij