public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/13] video: exynos: Add DT support for exynos_fb and exynos_dp drivers
@ 2013-02-22  9:52 Ajay Kumar
  2013-02-22  9:52 ` [U-Boot] [PATCH 01/13] video: exynos_fb: Remove callbacks from the driver Ajay Kumar
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: Ajay Kumar @ 2013-02-22  9:52 UTC (permalink / raw)
  To: u-boot

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

-- 
1.8.0

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2013-03-27 12:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox