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


Groups > linux.kernel > #1550513 > unrolled thread

[PATCH v5 0/3] Add support for the S6E3HA2 panel on TM2 board

Started byHoegeun Kwon <hoegeun.kwon@samsung.com>
First post2017-01-04 09:30 +0100
Last post2017-01-04 11:00 +0100
Articles 2 — 2 participants

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 v5 0/3] Add support for the S6E3HA2 panel on TM2 board Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-01-04 09:30 +0100
    Re: [PATCH v5 0/3] Add support for the S6E3HA2 panel on TM2 board Andi Shyti <andi.shyti@samsung.com> - 2017-01-04 11:00 +0100

#1550513 — [PATCH v5 0/3] Add support for the S6E3HA2 panel on TM2 board

FromHoegeun Kwon <hoegeun.kwon@samsung.com>
Date2017-01-04 09:30 +0100
Subject[PATCH v5 0/3] Add support for the S6E3HA2 panel on TM2 board
Message-ID<sVOXD-24Q-7@gated-at.bofh.it>
Purpose of this patch is add support for S6E3HA2 AMOLED panel on
the TM2 board. The first patch adds support for S6E3HA2 panel
device tree document and driver, the second patch add support for
S6E3HA2 panel device tree.

Change for V5:
- The V5 has only one fix in V4 below.
- Removed the enable check of the mic driver in mode_set
  callback, because mode_set should be performed every time.

Changes for V4:
- Removed display-timings in devicetree, the display-timings has
  been fixed to be provided by the device driver.
- Added the mode_set callback function into exynos_drm_mic,
  because the exynos_drm_mic driver can not parse a videomode
  struct by removing the display-timings from the devicetree.

Hoegeun Kwon (2):
  drm/exynos: mic: Add mode_set callback function
  drm/panel: Add support for S6E3HA2 panel driver on TM2 board

Hyungwon Hwang (1):
  arm64: dts: exynos: Add support for S6E3HA2 panel device on TM2 board

 .../bindings/display/panel/samsung,s6e3ha2.txt     |  40 ++
 arch/arm64/boot/dts/exynos/exynos5433-tm2.dts      |  17 +
 drivers/gpu/drm/exynos/exynos_drm_mic.c            |  30 +-
 drivers/gpu/drm/panel/Kconfig                      |   6 +
 drivers/gpu/drm/panel/Makefile                     |   1 +
 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c      | 741 +++++++++++++++++++++
 6 files changed, 824 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/panel/samsung,s6e3ha2.txt
 create mode 100644 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c

-- 
1.9.1

[toc] | [next] | [standalone]


#1550599

FromAndi Shyti <andi.shyti@samsung.com>
Date2017-01-04 11:00 +0100
Message-ID<sVQwp-2U6-23@gated-at.bofh.it>
In reply to#1550513
Hi Hoegeun,

On Wed, Jan 04, 2017 at 05:15:08PM +0900, Hoegeun Kwon wrote:
> Purpose of this patch is add support for S6E3HA2 AMOLED panel on
> the TM2 board. The first patch adds support for S6E3HA2 panel
> device tree document and driver, the second patch add support for
> S6E3HA2 panel device tree.
> 
> Change for V5:
> - The V5 has only one fix in V4 below.
> - Removed the enable check of the mic driver in mode_set
>   callback, because mode_set should be performed every time.
> 
> Changes for V4:
> - Removed display-timings in devicetree, the display-timings has
>   been fixed to be provided by the device driver.
> - Added the mode_set callback function into exynos_drm_mic,
>   because the exynos_drm_mic driver can not parse a videomode
>   struct by removing the display-timings from the devicetree.

Next time, please add the full history, from "Changes for V1".
Moreover in this patchset you haven't added the
"Tested-by: Chanwoo..." in patch 2 and 3.

Andi

> 
> Hoegeun Kwon (2):
>   drm/exynos: mic: Add mode_set callback function
>   drm/panel: Add support for S6E3HA2 panel driver on TM2 board
> 
> Hyungwon Hwang (1):
>   arm64: dts: exynos: Add support for S6E3HA2 panel device on TM2 board
> 
>  .../bindings/display/panel/samsung,s6e3ha2.txt     |  40 ++
>  arch/arm64/boot/dts/exynos/exynos5433-tm2.dts      |  17 +
>  drivers/gpu/drm/exynos/exynos_drm_mic.c            |  30 +-
>  drivers/gpu/drm/panel/Kconfig                      |   6 +
>  drivers/gpu/drm/panel/Makefile                     |   1 +
>  drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c      | 741 +++++++++++++++++++++
>  6 files changed, 824 insertions(+), 11 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/display/panel/samsung,s6e3ha2.txt
>  create mode 100644 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c
> 
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web