All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: bjorn@kryo.se
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 3/3] drm/panel: Add Panasonic VVX10F034N00 MIPI DSI panel
Date: Mon, 23 Nov 2015 12:33:56 +0100	[thread overview]
Message-ID: <20151123113356.GC8911@ulmo.nvidia.com> (raw)
In-Reply-To: <1446251908-2603-3-git-send-email-bjorn@kryo.se>


[-- Attachment #1.1: Type: text/plain, Size: 795 bytes --]

On Fri, Oct 30, 2015 at 05:38:28PM -0700, bjorn@kryo.se wrote:
> From: Werner Johansson <werner.johansson@sonymobile.com>
> 
> This adds support for the Panasonic panel found in some Xperia Z2
> tablets.
> 
> Signed-off-by: Werner Johansson <werner.johansson@sonymobile.com>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
> ---
>  drivers/gpu/drm/panel/Kconfig                      |  10 +
>  drivers/gpu/drm/panel/Makefile                     |   1 +
>  .../gpu/drm/panel/panel-panasonic-vvx10f034n00.c   | 334 +++++++++++++++++++++
>  3 files changed, 345 insertions(+)
>  create mode 100644 drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c

Applied, though I had to reorder Makefile and Kconfig entries to keep
alphabetic ordering.

Thanks,
Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

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

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: bjorn@kryo.se
Cc: David Airlie <airlied@linux.ie>,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 3/3] drm/panel: Add Panasonic VVX10F034N00 MIPI DSI panel
Date: Mon, 23 Nov 2015 12:33:56 +0100	[thread overview]
Message-ID: <20151123113356.GC8911@ulmo.nvidia.com> (raw)
In-Reply-To: <1446251908-2603-3-git-send-email-bjorn@kryo.se>

[-- Attachment #1: Type: text/plain, Size: 795 bytes --]

On Fri, Oct 30, 2015 at 05:38:28PM -0700, bjorn@kryo.se wrote:
> From: Werner Johansson <werner.johansson@sonymobile.com>
> 
> This adds support for the Panasonic panel found in some Xperia Z2
> tablets.
> 
> Signed-off-by: Werner Johansson <werner.johansson@sonymobile.com>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
> ---
>  drivers/gpu/drm/panel/Kconfig                      |  10 +
>  drivers/gpu/drm/panel/Makefile                     |   1 +
>  .../gpu/drm/panel/panel-panasonic-vvx10f034n00.c   | 334 +++++++++++++++++++++
>  3 files changed, 345 insertions(+)
>  create mode 100644 drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c

Applied, though I had to reorder Makefile and Kconfig entries to keep
alphabetic ordering.

Thanks,
Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2015-11-23 11:34 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-31  0:38 [PATCH 1/3] drm/dsi: Add support for Turn on/Shutdown peripheral packets bjorn
2015-10-31  0:38 ` bjorn
2015-10-31  0:38 ` [PATCH 2/3] panel/panasonic-vvx10f034n00: Add DT bindings bjorn
2015-10-31  0:38   ` bjorn
     [not found]   ` <1446251908-2603-2-git-send-email-bjorn-UYDU3/A3LUY@public.gmane.org>
2015-11-02 15:59     ` Rob Herring
2015-11-02 15:59       ` Rob Herring
2015-11-23 11:32   ` Thierry Reding
2015-11-23 11:32     ` Thierry Reding
2015-10-31  0:38 ` [PATCH 3/3] drm/panel: Add Panasonic VVX10F034N00 MIPI DSI panel bjorn
2015-10-31  0:38   ` bjorn
2015-11-22  1:08   ` Bjorn Andersson
2015-11-22  1:08     ` Bjorn Andersson
2015-11-23 11:33   ` Thierry Reding [this message]
2015-11-23 11:33     ` Thierry Reding
2015-11-23 20:46     ` Bjorn Andersson
2015-11-23 20:46       ` Bjorn Andersson
2015-11-22  1:08 ` [PATCH 1/3] drm/dsi: Add support for Turn on/Shutdown peripheral packets Bjorn Andersson
2015-11-22  1:08   ` Bjorn Andersson
2015-11-24  9:33 ` Thierry Reding
2015-11-24  9:33   ` Thierry Reding
2015-11-24 16:02   ` Bjorn Andersson
2015-11-24 16:02     ` Bjorn Andersson

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=20151123113356.GC8911@ulmo.nvidia.com \
    --to=thierry.reding@gmail.com \
    --cc=bjorn@kryo.se \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.