[U-Boot] [PATCH v3 0/5] Exynos: Support for display drivers
Piotr Wilczek
p.wilczek at samsung.com
Mon Sep 24 15:04:15 CEST 2012
This patchset add support for display on Universal C210 board.
Max8998 is modified to power on display, new driver ld9040
and support for LCD display on universal C210 board is added.
Changes in v2:
- removed unnecessary function for fimd clock set;
- code cleanup
- removed patch for fix exynos4_fb structure
Changes in v3:
- small changes in Patch 5/5 after some changes in another
patch ID=<1348487791-18435-2-git-send-email-p.wilczek at samsung.com>
on which this patch depends on.
Piotr Wilczek (5):
misc: max8998: Add LDO macros
drivers: video: Add ld9040 video driver
arm: exynos4: cpu: Add definition for display
drivers: video: fix image position
arm: exynos4: universal_C210: add display support
arch/arm/include/asm/arch-exynos/cpu.h | 1 +
board/samsung/universal_c210/universal.c | 202 +++++++++++++++++++++++++++---
drivers/video/Makefile | 1 +
drivers/video/exynos_fb.c | 15 ++-
drivers/video/ld9040.c | 147 ++++++++++++++++++++++
include/configs/s5pc210_universal.h | 13 ++
include/ld9040.h | 32 +++++
include/max8998_pmic.h | 2 +
8 files changed, 393 insertions(+), 20 deletions(-)
create mode 100644 drivers/video/ld9040.c
create mode 100644 include/ld9040.h
--
1.7.5.4
More information about the U-Boot
mailing list