From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Thu, 20 Sep 2012 18:56:14 +0900 Subject: [U-Boot] [PATCH v2 0/5] Exynos: Support for display drivers In-Reply-To: <1348059674-14992-1-git-send-email-p.wilczek@samsung.com> References: <1348059674-14992-1-git-send-email-p.wilczek@samsung.com> Message-ID: <505AE83E.80607@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Piotr, Could you add Mr.Kang to CC, plz? Best Regards, Jaehoon Chung On 09/19/2012 10:01 PM, Piotr Wilczek wrote: > 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 > > 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 | 201 +++++++++++++++++++++++++++--- > 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, 392 insertions(+), 20 deletions(-) > create mode 100644 drivers/video/ld9040.c > create mode 100644 include/ld9040.h >