public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 0/5] arm:exynos: Support for display drivers
Date: Fri, 02 Nov 2012 18:01:50 +0900	[thread overview]
Message-ID: <50938BFE.70104@samsung.com> (raw)
In-Reply-To: <1350660847-29138-1-git-send-email-p.wilczek@samsung.com>

On 20/10/12 00:34, Piotr Wilczek wrote:
> This patchset add support for display on Universal C210 board.
> Software SPI support is added to universal C210.
> Max8998 is modified to power on display, new driver ld9040 is added
> 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:
> 	- code cleanup
> Changes in v4:
> 	- removed comment and unused struct
> 	- removed patch with unused display control define
> Changes in v5:
> 	- add patch to support soft SPI on Universal_C210
> 	
> Piotr Wilczek (5):
>   exynos4: universal_C210: use software SPI
>   misc:max8998 Add LDO macros
>   drivers: video: Add ld9040 video driver
>   drivers: video: fix image position
>   exynos4: universal_C210: add display support
> 
>  board/samsung/universal_c210/universal.c |  253 +++++++++++++++++++++++++++--
>  drivers/video/Makefile                   |    1 +
>  drivers/video/exynos_fb.c                |   15 ++-
>  drivers/video/ld9040.c                   |  144 +++++++++++++++++
>  include/configs/s5pc210_universal.h      |   34 ++++
>  include/ld9040.h                         |   32 ++++
>  include/max8998_pmic.h                   |    2 +
>  7 files changed, 461 insertions(+), 20 deletions(-)
>  create mode 100644 drivers/video/ld9040.c
>  create mode 100644 include/ld9040.h
> 

applied to u-boot-samsung.

Thanks.
Minkyu Kang.

  parent reply	other threads:[~2012-11-02  9:01 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             ` Minkyu Kang [this message]
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 ` [U-Boot] [PATCH v2 0/5] Exynos: Support for display drivers Jaehoon Chung
2012-09-20 11:11   ` 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=50938BFE.70104@samsung.com \
    --to=mk7.kang@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox