Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1661919 > unrolled thread

[PATCH 0/3] Add support for the s6e63j0x03 panel on Rinato board

Started byHoegeun Kwon <hoegeun.kwon@samsung.com>
First post2017-06-09 07:10 +0200
Last post2017-06-09 07:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 0/3] Add support for the s6e63j0x03 panel on Rinato board Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-06-09 07:10 +0200

#1661919 — [PATCH 0/3] Add support for the s6e63j0x03 panel on Rinato board

FromHoegeun Kwon <hoegeun.kwon@samsung.com>
Date2017-06-09 07:10 +0200
Subject[PATCH 0/3] Add support for the s6e63j0x03 panel on Rinato board
Message-ID<tQklj-5JZ-3@gated-at.bofh.it>
Hi all,

The purpose of this patch is add support for s6e63j0x03 AMOLED panel
on the rinato board(Samsung Galaxy Gear 2).

The first and second patches are Add the binding document and panel
driver. The third patch is remove the unnecessary properties in the
rinato dts.

Best regards,
Hoegeun

Hoegeun Kwon (3):
  dt-bindings: Add support for samsung s6e63j0x03 panel binding
  drm/panel: Add support for s6e63j0x03 panel driver
  ARM: dts: exynos: Remove the display-timing and delay from rinato dts

 .../bindings/display/panel/samsung,s6e63j0x03.txt  |  24 +
 arch/arm/boot/dts/exynos3250-rinato.dts            |  22 -
 drivers/gpu/drm/panel/Kconfig                      |   7 +
 drivers/gpu/drm/panel/Makefile                     |   1 +
 drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c   | 491 +++++++++++++++++++++
 5 files changed, 523 insertions(+), 22 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/panel/samsung,s6e63j0x03.txt
 create mode 100644 drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c

-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web