linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hoegeun Kwon <hoegeun.kwon@samsung.com>
To: thierry.reding@gmail.com, airlied@linux.ie, robh+dt@kernel.org,
	mark.rutland@arm.com, catalin.marinas@arm.com,
	will.deacon@arm.com, kgene@kernel.org, krzk@kernel.org
Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	javier@osg.samsung.com, a.hajda@samsung.com,
	inki.dae@samsung.com, andi.shyti@samsung.com,
	Hoegeun Kwon <hoegeun.kwon@samsung.com>
Subject: Re: [PATCH v3 0/3] Add support for the S6E3HF2 panel on TM2e board
Date: Fri, 09 Jun 2017 12:52:36 +0900	[thread overview]
Message-ID: <50d5707c-378c-e338-3358-08ff1657cf8f@samsung.com> (raw)
In-Reply-To: <4b974579-eb2f-1258-86e3-21ffeb22589a@samsung.com>

Dear Thierry,

Could you check these patches.

Regards,
Hoegeun

On 05/19/2017 03:56 PM, Hoegeun Kwon wrote:
> Dear Thierry,
>
> Could you check these patches?
> I think this patches have accumulated enough dust.
> If you have a another opinion, please tell me.
>
> Best regards,
> Hoegeun
>
> On 04/18/2017 05:40 PM, Hoegeun Kwon wrote:
>> Hi all,
>>
>> The purpose of this patch is add support for s6e3hf2 AMOLED panel on
>> the TM2e board. The panel has 1600x2560 resolution in 5.65" physical
>> panel in the TM2e device.
>>
>> The s6e3hf2 panel(5.65") is simliar to the previous s6e3ha2 panel(5.7"),
>> but resolution and some command message are different. So it can be
>> distinguished as a compatiblitiy string.
>>
>> Best regards,
>> Hoegeun
>>
>> Changes for V3:
>> - Remove te-gpios property in dts.
>> - Added Reviewed-by: Andrzej Hajda <a.hajda@samsung.com> on all patches.
>> - Added Reviewed-by: Inki Dae <inki.dae@samsung.com> on patch (2/3).
>>
>> Changes for V2:
>> - Add new compatible string to "samsung,s6e3ha2.txt binding with 
>> comments.
>> - Fix the panel name from s6e3ha2-e to s6e3hf2
>>
>> Hoegeun Kwon (3):
>>    dt-bindings: Add support for samsung s6e3hf2 panel
>>    drm/panel: s6e3ha2: Add support for s6e3hf2 panel on TM2e board
>>    arm64: dts: exynos: Add support for s6e3hf2 panel device on TM2e 
>> board
>>
>>   .../bindings/display/panel/samsung,s6e3ha2.txt     |  5 +-
>>   arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts     | 11 ++++
>>   drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c      | 64 
>> +++++++++++++++++++---
>>   3 files changed, 72 insertions(+), 8 deletions(-)
>>
>
>
>

  reply	other threads:[~2017-06-09  3:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170418084047epcas5p493261a4cb9204e682f60cde8d659565c@epcas5p4.samsung.com>
2017-04-18  8:40 ` [PATCH v3 0/3] Add support for the S6E3HF2 panel on TM2e board Hoegeun Kwon
     [not found]   ` <CGME20170418084047epcas5p440464afa8770d07253f42f362764059b@epcas5p4.samsung.com>
2017-04-18  8:40     ` [PATCH v3 1/3] dt-bindings: Add support for samsung s6e3hf2 panel Hoegeun Kwon
2017-04-20 15:59       ` Rob Herring
     [not found]   ` <CGME20170418084047epcas5p498466f18393893d7dd3b2be64f950f61@epcas5p4.samsung.com>
2017-04-18  8:40     ` [PATCH v3 2/3] drm/panel: s6e3ha2: Add support for s6e3hf2 panel on TM2e board Hoegeun Kwon
     [not found]   ` <CGME20170418084047epcas5p42535837ac327ec48730ca766176bf86d@epcas5p4.samsung.com>
2017-04-18  8:40     ` [PATCH v3 3/3] arm64: dts: exynos: Add support for s6e3hf2 panel device " Hoegeun Kwon
2017-04-20 16:01       ` Krzysztof Kozlowski
2017-05-19  6:56   ` [PATCH v3 0/3] Add support for the S6E3HF2 panel " Hoegeun Kwon
2017-06-09  3:52     ` Hoegeun Kwon [this message]
2017-06-14 18:19   ` Thierry Reding

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50d5707c-378c-e338-3358-08ff1657cf8f@samsung.com \
    --to=hoegeun.kwon@samsung.com \
    --cc=a.hajda@samsung.com \
    --cc=airlied@linux.ie \
    --cc=andi.shyti@samsung.com \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=inki.dae@samsung.com \
    --cc=javier@osg.samsung.com \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).