All of lore.kernel.org
 help / color / mirror / Atom feed
From: Emil Velikov <emil.l.velikov@gmail.com>
To: John Stultz <john.stultz@linaro.org>
Cc: Vinay Simha BN <simhavcs@gmail.com>,
	Archit Taneja <archit.taneja@gmail.com>,
	Rob Clark <robdclark@gmail.com>,
	Sumit Semwal <sumit.semwal@linaro.org>,
	Thierry Reding <thierry.reding@gmail.com>,
	David Airlie <airlied@linux.ie>,
	open list <linux-kernel@vger.kernel.org>,
	"open list:DRM PANEL DRIVERS" <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH v8 4/4] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel
Date: Thu, 14 Jul 2016 22:18:32 +0100	[thread overview]
Message-ID: <CACvgo52EHzU+Tytne4pkUV6HBL2wJNR=sGXDi0b5Ve4o0rekHg@mail.gmail.com> (raw)
In-Reply-To: <CALAqxLXrq5b-uGDF1DbVXVX95JSkjs07=uk3ojpeV4LX4o8+Pw@mail.gmail.com>

On 13 July 2016 at 19:58, John Stultz <john.stultz@linaro.org> wrote:
> On Wed, Jul 13, 2016 at 9:44 AM, Vinay Simha BN <simhavcs@gmail.com> wrote:
>> Add support for the JDI LT070ME05000 WUXGA DSI panel used in
>> Nexus 7 2013 devices.
>>
>> Programming sequence for the panel is was originally found in the
>> android-msm-flo-3.4-lollipop-release branch from:
>>     https://android.googlesource.com/kernel/msm.git
>>
>> And video mode setting is from dsi-panel-jdi-dualmipi1-video.dtsi
>> file in:
>>     git://codeaurora.org/kernel/msm-3.10.git  LNX.LA.3.6_rb1.27
>>
>> Cc: Archit Taneja <archit.taneja@gmail.com>
>> Cc: Rob Clark <robdclark@gmail.com>
>> Cc: Sumit Semwal <sumit.semwal@linaro.org>
>> Cc: John Stultz <john.stultz@linaro.org>
>> Cc: Emil Velikov <emil.l.velikov@gmail.com>
>> Cc: Thierry Reding <thierry.reding@gmail.com>
>> Cc: David Airlie <airlied@linux.ie>
>> Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
>> Signed-off-by: John Stultz <john.stultz@linaro.org>
>> Signed-off-by: Vinay Simha BN <simhavcs@gmail.com>
>
> Just fyi, I've re-integrated this patch set into my flo-WIP branch and
> its working well.
>
> I dunno if its of any use, but:
> Tested-by: John Stultz <john.stultz@linaro.org>
>
It always is. Thank you!

Vinay, thanks for the patience and I hope you grok the reason behind
the requested changes.

The patch is
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>

Regards,
Emil

WARNING: multiple messages have this Message-ID (diff)
From: Emil Velikov <emil.l.velikov@gmail.com>
To: John Stultz <john.stultz@linaro.org>
Cc: open list <linux-kernel@vger.kernel.org>,
	"open list:DRM PANEL DRIVERS" <dri-devel@lists.freedesktop.org>,
	Vinay Simha BN <simhavcs@gmail.com>,
	Archit Taneja <archit.taneja@gmail.com>
Subject: Re: [PATCH v8 4/4] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel
Date: Thu, 14 Jul 2016 22:18:32 +0100	[thread overview]
Message-ID: <CACvgo52EHzU+Tytne4pkUV6HBL2wJNR=sGXDi0b5Ve4o0rekHg@mail.gmail.com> (raw)
In-Reply-To: <CALAqxLXrq5b-uGDF1DbVXVX95JSkjs07=uk3ojpeV4LX4o8+Pw@mail.gmail.com>

On 13 July 2016 at 19:58, John Stultz <john.stultz@linaro.org> wrote:
> On Wed, Jul 13, 2016 at 9:44 AM, Vinay Simha BN <simhavcs@gmail.com> wrote:
>> Add support for the JDI LT070ME05000 WUXGA DSI panel used in
>> Nexus 7 2013 devices.
>>
>> Programming sequence for the panel is was originally found in the
>> android-msm-flo-3.4-lollipop-release branch from:
>>     https://android.googlesource.com/kernel/msm.git
>>
>> And video mode setting is from dsi-panel-jdi-dualmipi1-video.dtsi
>> file in:
>>     git://codeaurora.org/kernel/msm-3.10.git  LNX.LA.3.6_rb1.27
>>
>> Cc: Archit Taneja <archit.taneja@gmail.com>
>> Cc: Rob Clark <robdclark@gmail.com>
>> Cc: Sumit Semwal <sumit.semwal@linaro.org>
>> Cc: John Stultz <john.stultz@linaro.org>
>> Cc: Emil Velikov <emil.l.velikov@gmail.com>
>> Cc: Thierry Reding <thierry.reding@gmail.com>
>> Cc: David Airlie <airlied@linux.ie>
>> Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
>> Signed-off-by: John Stultz <john.stultz@linaro.org>
>> Signed-off-by: Vinay Simha BN <simhavcs@gmail.com>
>
> Just fyi, I've re-integrated this patch set into my flo-WIP branch and
> its working well.
>
> I dunno if its of any use, but:
> Tested-by: John Stultz <john.stultz@linaro.org>
>
It always is. Thank you!

Vinay, thanks for the patience and I hope you grok the reason behind
the requested changes.

The patch is
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>

Regards,
Emil
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2016-07-14 21:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-13 16:44 [PATCH 1/4] dt-bindings: Add Japan Display Inc vendor id Vinay Simha BN
2016-07-13 16:44 ` Vinay Simha BN
2016-07-13 16:44 ` [PATCH v2 2/4] dt-bindings: Add jdi lt070me05000 panel bindings Vinay Simha BN
2016-07-13 16:44   ` Vinay Simha BN
2016-07-13 16:44 ` [PATCH v2 3/4] drm/dsi: Implement dcs set/get display brightness Vinay Simha BN
2016-07-13 16:44   ` Vinay Simha BN
2016-07-14 21:20   ` Emil Velikov
2016-07-14 21:20     ` Emil Velikov
2016-07-18  7:59     ` Vinay Simha
2016-07-13 16:44 ` [PATCH v8 4/4] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel Vinay Simha BN
2016-07-13 16:44   ` Vinay Simha BN
2016-07-13 18:58   ` John Stultz
2016-07-13 18:58     ` John Stultz
2016-07-14 21:18     ` Emil Velikov [this message]
2016-07-14 21:18       ` Emil Velikov
2016-07-18  8:13       ` Vinay Simha

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='CACvgo52EHzU+Tytne4pkUV6HBL2wJNR=sGXDi0b5Ve4o0rekHg@mail.gmail.com' \
    --to=emil.l.velikov@gmail.com \
    --cc=airlied@linux.ie \
    --cc=archit.taneja@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=john.stultz@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robdclark@gmail.com \
    --cc=simhavcs@gmail.com \
    --cc=sumit.semwal@linaro.org \
    --cc=thierry.reding@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.