
This patch add support for display on Universal C210 board
[Patch 1/6] misc:max8998 Add LDO macros [Patch 2/6] drivers: video: Add ld9040 video driver [Patch 3/6] arm: exynos4: Fix exynos4_fb structure [Patch 4/6] arm: exynos4: cpu: Add definition for display [Patch 5/6] drivers: video: fix image position [Patch 6/6] arm: exynos4: universal_C210: add display support
Thank you, Piotr Wilczek
Piotr Wilczek (6): misc:max8998 Add LDO macros drivers: video: Add ld9040 video driver arm: exynos4: Fix exynos4_fb structure 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 + arch/arm/include/asm/arch-exynos/fb.h | 13 ++- board/samsung/universal_c210/universal.c | 225 +++++++++++++++++++++++++++--- 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 + 9 files changed, 425 insertions(+), 24 deletions(-) create mode 100644 drivers/video/ld9040.c create mode 100644 include/ld9040.h