[U-Boot] [PATCH v2 0/5] Exynos: Support for display drivers

Jaehoon Chung jh80.chung at samsung.com
Thu Sep 20 11:56:14 CEST 2012


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
> 



More information about the U-Boot mailing list