All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/5] Exynos: Support for display drivers
Date: Thu, 20 Sep 2012 18:56:14 +0900	[thread overview]
Message-ID: <505AE83E.80607@samsung.com> (raw)
In-Reply-To: <1348059674-14992-1-git-send-email-p.wilczek@samsung.com>

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
> 

  parent reply	other threads:[~2012-09-20  9:56 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-19 13:01 [U-Boot] [PATCH v2 0/5] Exynos: Support for display drivers Piotr Wilczek
2012-09-19 13:01 ` [U-Boot] [PATCH v2 1/5] misc:max8998 Add LDO macros Piotr Wilczek
2012-09-24 13:04   ` [U-Boot] [PATCH v3 0/5] Exynos: Support for display drivers Piotr Wilczek
2012-09-24 13:04     ` [U-Boot] [PATCH v3 1/5] misc: max8998: Add LDO macros Piotr Wilczek
2012-09-24 13:04     ` [U-Boot] [PATCH v3 2/5] drivers: video: Add ld9040 video driver Piotr Wilczek
2012-09-27  6:58       ` Minkyu Kang
2012-09-27  7:39         ` Piotr Wilczek
2012-09-28 10:34       ` [U-Boot] [PATCH v4 0/4] Exynos: Support for display drivers Piotr Wilczek
2012-09-28 10:34         ` [U-Boot] [PATCH v4 1/4] misc:max8998 Add LDO macros Piotr Wilczek
2012-10-19 15:34           ` [U-Boot] [PATCH v5 0/5] arm:exynos: Support for display drivers Piotr Wilczek
2012-10-19 15:34             ` [U-Boot] [PATCH v5 1/5] exynos4: universal_C210: use software SPI Piotr Wilczek
2012-12-09  5:46               ` Albert ARIBAUD
2012-10-19 15:34             ` [U-Boot] [PATCH v5 2/5] misc:max8998 Add LDO macros Piotr Wilczek
2012-10-19 15:34             ` [U-Boot] [PATCH v5 3/5] drivers: video: Add ld9040 video driver Piotr Wilczek
2012-10-19 15:34             ` [U-Boot] [PATCH v5 4/5] drivers: video: fix image position Piotr Wilczek
2012-10-19 15:34             ` [U-Boot] [PATCH v5 5/5] exynos4: universal_C210: add display support Piotr Wilczek
2012-11-02  9:01             ` [U-Boot] [PATCH v5 0/5] arm:exynos: Support for display drivers Minkyu Kang
2012-09-28 10:34         ` [U-Boot] [PATCH v4 2/4] drivers: video: Add ld9040 video driver Piotr Wilczek
2012-09-28 10:34         ` [U-Boot] [PATCH v4 3/4] drivers: video: fix image position Piotr Wilczek
2012-09-28 10:34         ` [U-Boot] [PATCH v4 4/4] exynos4: universal_C210: add display support Piotr Wilczek
2012-09-24 13:04     ` [U-Boot] [PATCH v3 3/5] arm: exynos4: cpu: Add definition for display Piotr Wilczek
2012-09-27  0:21       ` Minkyu Kang
2012-09-27  6:11         ` Piotr Wilczek
2012-09-24 13:04     ` [U-Boot] [PATCH v3 4/5] drivers: video: fix image position Piotr Wilczek
2012-09-24 13:04     ` [U-Boot] [PATCH v3 5/5] arm: exynos4: universal_C210: add display support Piotr Wilczek
2012-09-19 13:01 ` [U-Boot] [PATCH v2 2/5] drivers: video: Add ld9040 video driver Piotr Wilczek
2012-09-20  9:57   ` Jaehoon Chung
2012-09-19 13:01 ` [U-Boot] [PATCH v2 3/5] arm: exynos4: cpu: Add definition for display Piotr Wilczek
2012-09-19 13:01 ` [U-Boot] [PATCH v2 4/5] drivers: video: fix image position Piotr Wilczek
2012-09-19 13:01 ` [U-Boot] [PATCH v2 5/5] arm: exynos4: universal_C210: add display support Piotr Wilczek
2012-09-20  9:56 ` Jaehoon Chung [this message]
2012-09-20 11:11   ` [U-Boot] [PATCH v2 0/5] Exynos: Support for display drivers Piotr Wilczek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=505AE83E.80607@samsung.com \
    --to=jh80.chung@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.