devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] add display support for exynos3250 rinato board
@ 2014-12-09  9:29 Hyungwon Hwang
  2014-12-09  9:29 ` [PATCH v2 1/3] ARM: dts: add fimd device support for exynos3250-rinato Hyungwon Hwang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Hyungwon Hwang @ 2014-12-09  9:29 UTC (permalink / raw)
  To: dri-devel
  Cc: mark.rutland, devicetree, linux-samsung-soc, pawel.moll,
	ijc+devicetree, a.hajda, kyungmin.park, robh+dt, Hyungwon Hwang,
	galak, kgene.kim

This is v2 of the patchset adding support for s6e63j0x03 lcd panel.

Inki Dae sent this patchset before. Because of his busy work at company,
I modifies some point according to the review by Thierry Reding on
behalf of him.

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.

Changes for v2:
- Change the gamma table to 2-dimensional array
- Change the way to make index for brightness
- Make command functions to an array so that it can be called simply
- Change command id for reading device ID
- Change the way to handle the error condition
- Remove power variable, and use the same name variable in bl_dev
- Add the state FB_BLANK_NORMAL to represent the state which the panel
is working but blanked
- Miscellaneous changes to increase the readability and follow the
  coding-style standard

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  |  71 ++++
 drivers/gpu/drm/panel/Kconfig            |   6 +
 drivers/gpu/drm/panel/Makefile           |   1 +
 drivers/gpu/drm/panel/panel-s6e63j0x03.c | 549 +++++++++++++++++++++++++++++++
 4 files changed, 627 insertions(+)
 create mode 100644 drivers/gpu/drm/panel/panel-s6e63j0x03.c

-- 
1.9.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2015-01-16 11:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-09  9:29 [PATCH v2 0/3] add display support for exynos3250 rinato board Hyungwon Hwang
2014-12-09  9:29 ` [PATCH v2 1/3] ARM: dts: add fimd device support for exynos3250-rinato Hyungwon Hwang
2014-12-09  9:29 ` [PATCH v2 2/3] drm/panel: add s6e63j0x03 LCD panel driver Hyungwon Hwang
2014-12-31 10:41   ` Inki Dae
2015-01-05 14:19     ` Thierry Reding
2015-01-05 15:21       ` Inki Dae
2015-01-06  0:57         ` Hyungwon Hwang
2015-01-05 15:28   ` [Resend][PATCH " Inki Dae
2015-01-16 11:30     ` Thierry Reding
2014-12-09  9:29 ` [PATCH v2 3/3] ARM: dts: add Panel device support for exynos3250-rinato Hyungwon Hwang

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).