All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/13] video: exynos: Add DT support for exynos_fb and exynos_dp drivers
Date: Wed, 27 Mar 2013 21:26:44 +0900	[thread overview]
Message-ID: <5152E584.8070003@samsung.com> (raw)
In-Reply-To: <1361526789-29787-1-git-send-email-ajaykumar.rs@samsung.com>

On 22/02/13 18:52, Ajay Kumar wrote:
> Ajay Kumar (13):
>   [PATCH 01/13] video: exynos_fb: Remove callbacks from the driver
>   [PATCH 02/13] video: exynos_dp: Remove callbacks from the driver
>   [PATCH 03/13] video: exynos_fb: Make fimd_ctrl global
>   [PATCH 04/13] EXYNOS: FDT: Add compatible strings for FIMD
>   [PATCH 05/13] video: exynos_fb: add DT support for FIMD driver
>   [PATCH 06/13] EXYNOS5: Add device node for FIMD
>   [PATCH 07/13] SMDK5250: Add device node for FIMD
>   [PATCH 08/13] video: exynos_dp: Make dp_regs global
>   [PATCH 09/13] EXYNOS5: FDT: Add compatible strings for FIMD
>   [PATCH 10/13] video: exynos_dp: Add function to parse DP DT node
>   [PATCH 11/13] EXYNOS5: Add device node for DP
>   [PATCH 12/13] SMDK5250: Add device node for DP
>   [PATCH 13/13] SMDK5250: Use statically defined structures only in non DT case
> 
>  arch/arm/dts/exynos5250.dtsi                 |  13 ++
>  arch/arm/include/asm/arch-exynos/dp_info.h   |   1 -
>  board/samsung/dts/exynos5250-smdk5250.dts    |  40 +++++
>  board/samsung/smdk5250/smdk5250.c            |  16 +-
>  board/samsung/trats/trats.c                  |   6 +-
>  board/samsung/universal_c210/universal.c     |  23 +--
>  doc/device-tree-bindings/video/exynos-dp.txt |  69 ++++++++
>  doc/device-tree-bindings/video/exynos-fb.txt |  92 +++++++++++
>  drivers/video/exynos_dp.c                    |  76 ++++++++-
>  drivers/video/exynos_dp_lowlevel.c           |  69 +++-----
>  drivers/video/exynos_dp_lowlevel.h           |   1 +
>  drivers/video/exynos_fb.c                    | 230 +++++++++++++++++++++++++--
>  drivers/video/exynos_fimd.c                  |  44 +++--
>  include/fdtdec.h                             |   2 +
>  include/lcd.h                                |   9 --
>  lib/fdtdec.c                                 |   2 +
>  16 files changed, 574 insertions(+), 119 deletions(-)
>  create mode 100644 doc/device-tree-bindings/video/exynos-dp.txt
>  create mode 100644 doc/device-tree-bindings/video/exynos-fb.txt
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      parent reply	other threads:[~2013-03-27 12:26 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22  9:52 [U-Boot] [PATCH 00/13] video: exynos: Add DT support for exynos_fb and exynos_dp drivers Ajay Kumar
2013-02-22  9:52 ` [U-Boot] [PATCH 01/13] video: exynos_fb: Remove callbacks from the driver Ajay Kumar
2013-03-13  0:13   ` Simon Glass
2013-03-13 13:44     ` Ajay kumar
2013-03-14  3:13       ` Simon Glass
2013-02-22  9:52 ` [U-Boot] [PATCH 02/13] video: exynos_dp: " Ajay Kumar
2013-02-22  9:52 ` [U-Boot] [PATCH 03/13] video: exynos_fb: Make fimd_ctrl global Ajay Kumar
2013-02-22  9:53 ` [U-Boot] [PATCH 04/13] EXYNOS: FDT: Add compatible strings for FIMD Ajay Kumar
2013-02-22  9:53 ` [U-Boot] [PATCH 05/13] video: exynos_fb: add DT support for FIMD driver Ajay Kumar
2013-02-22  9:53 ` [U-Boot] [PATCH 06/13] EXYNOS5: Add device node for FIMD Ajay Kumar
2013-02-22  9:53 ` [U-Boot] [PATCH 07/13] SMDK5250: " Ajay Kumar
2013-02-22  9:53 ` [U-Boot] [PATCH 08/13] video: exynos_dp: Make dp_regs global Ajay Kumar
2013-02-22  9:53 ` [U-Boot] [PATCH 09/13] EXYNOS5: FDT: Add compatible strings for FIMD Ajay Kumar
2013-02-22  9:53 ` [U-Boot] [PATCH 10/13] video: exynos_dp: Add function to parse DP DT node Ajay Kumar
2013-02-22  9:53 ` [U-Boot] [PATCH 11/13] EXYNOS5: Add device node for DP Ajay Kumar
2013-02-22  9:53 ` [U-Boot] [PATCH 12/13] SMDK5250: " Ajay Kumar
2013-02-22  9:53 ` [U-Boot] [PATCH 13/13] SMDK5250: Use statically defined structures only in non DT case Ajay Kumar
2013-03-12  1:55 ` [U-Boot] [PATCH 00/13] video: exynos: Add DT support for exynos_fb and exynos_dp drivers Minkyu Kang
2013-03-27 12:26 ` Minkyu Kang [this message]

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=5152E584.8070003@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 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.