devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] add Display support for exynos3250 Rinato board
@ 2014-11-28 11:39 Inki Dae
  2014-11-28 11:39 ` [PATCH 1/3] ARM: dts: add fimd device support for exynos3250-rinato Inki Dae
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Inki Dae @ 2014-11-28 11:39 UTC (permalink / raw)
  To: dri-devel, devicetree
  Cc: airlied, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
	linux-samsung-soc, a.hajda, kgene.kim, thierry.reding, Inki Dae

This patch series adds Display support for exynos3250 Rinato board.
For this, it adds fimd, MIPI-DSI and Panel device nodes to
exynos3250-rinato dts file, and adds a s6e63j0x03 Amoled panel device
driver which is based on MIPI-DSI bus.

Inki Dae (3):
  ARM: dts: add fimd device support for exynos3250-rinato
  drm/panel: add s6e63j0x03 LCD Panel driver
  ARM: dts: add Panel device support for exynos3250-rinato

 arch/arm/boot/dts/exynos3250-rinato.dts  |   70 +++
 drivers/gpu/drm/panel/Kconfig            |    6 +
 drivers/gpu/drm/panel/Makefile           |    1 +
 drivers/gpu/drm/panel/panel-s6e63j0x03.c |  693 ++++++++++++++++++++++++++++++
 4 files changed, 770 insertions(+)
 create mode 100644 drivers/gpu/drm/panel/panel-s6e63j0x03.c

-- 
1.7.9.5

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

end of thread, other threads:[~2015-01-12  9:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-28 11:39 [PATCH 0/3] add Display support for exynos3250 Rinato board Inki Dae
2014-11-28 11:39 ` [PATCH 1/3] ARM: dts: add fimd device support for exynos3250-rinato Inki Dae
2015-01-03  6:50   ` Inki Dae
2015-01-12  9:12     ` Kukjin Kim
2015-01-12  9:46       ` Inki Dae
2014-11-28 11:39 ` [PATCH 2/3] drm/panel: add s6e63j0x03 LCD Panel driver Inki Dae
2014-12-01 10:43   ` Thierry Reding
2014-11-28 11:39 ` [PATCH 3/3] ARM: dts: add Panel device support for exynos3250-rinato Inki Dae
2015-01-03  6:51   ` Inki Dae

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).