All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukasz Majewski <lukma-ynQEQJNshbs@public.gmane.org>
To: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Thierry Reding
	<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	David Airlie <airlied-cv59FeDIM0c@public.gmane.org>
Cc: dri-devel
	<dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH v3] display: panel: Add Mitsubishi aa070mc01 display support (800x480)
Date: Fri, 17 Nov 2017 11:03:54 +0100	[thread overview]
Message-ID: <20171117110354.3ffdaf04@jawa> (raw)
In-Reply-To: <CAL_JsqLf2Kpbe5NK3-xLPr4kYDWXPgriA6Lwd_4huQPyKGOQ6Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

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

Dear All,

> On Fri, Oct 20, 2017 at 5:18 PM, Lukasz Majewski <lukma-ynQEQJNshbs@public.gmane.org>
> wrote:
> > This commit adds support for Mitsubishi aa070mc01 TFT panel working
> > with 8 bit ISP mode (pin 19 "mode" HIGH for 20 pin TFT connector).
> >
> > Signed-off-by: Lukasz Majewski <lukma-ynQEQJNshbs@public.gmane.org>
> > ---
> > Changes for v2:
> > - Place the code sorted alphabetically
> > - Add missing ./Documentation/devicetree/binding/display properties
> >   description
> >
> > Changes for v3:
> > - Fix typo in display name (in property description)
> >
> > ---
> >  .../display/panel/mitsubishi,aa070mc01.txt         |  7 +++++
> >  drivers/gpu/drm/panel/panel-simple.c               | 35
> > ++++++++++++++++++++++ 2 files changed, 42 insertions(+)
> >  create mode 100644
> > Documentation/devicetree/bindings/display/panel/mitsubishi,aa070mc01.txt  
> 
> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>

Is there a chance that this patch will find its way to v4.15-rc1 ?

Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd-ynQEQJNshbs@public.gmane.org

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Lukasz Majewski <lukma@denx.de>
To: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	David Airlie <airlied@linux.ie>
Cc: dri-devel <dri-devel@lists.freedesktop.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3] display: panel: Add Mitsubishi aa070mc01 display support (800x480)
Date: Fri, 17 Nov 2017 11:03:54 +0100	[thread overview]
Message-ID: <20171117110354.3ffdaf04@jawa> (raw)
In-Reply-To: <CAL_JsqLf2Kpbe5NK3-xLPr4kYDWXPgriA6Lwd_4huQPyKGOQ6Q@mail.gmail.com>

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

Dear All,

> On Fri, Oct 20, 2017 at 5:18 PM, Lukasz Majewski <lukma@denx.de>
> wrote:
> > This commit adds support for Mitsubishi aa070mc01 TFT panel working
> > with 8 bit ISP mode (pin 19 "mode" HIGH for 20 pin TFT connector).
> >
> > Signed-off-by: Lukasz Majewski <lukma@denx.de>
> > ---
> > Changes for v2:
> > - Place the code sorted alphabetically
> > - Add missing ./Documentation/devicetree/binding/display properties
> >   description
> >
> > Changes for v3:
> > - Fix typo in display name (in property description)
> >
> > ---
> >  .../display/panel/mitsubishi,aa070mc01.txt         |  7 +++++
> >  drivers/gpu/drm/panel/panel-simple.c               | 35
> > ++++++++++++++++++++++ 2 files changed, 42 insertions(+)
> >  create mode 100644
> > Documentation/devicetree/bindings/display/panel/mitsubishi,aa070mc01.txt  
> 
> Acked-by: Rob Herring <robh@kernel.org>

Is there a chance that this patch will find its way to v4.15-rc1 ?

Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  parent reply	other threads:[~2017-11-17 10:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-20 22:06 [PATCH v2] display: panel: Add Mitsubishi aa070mc01 display support (800x480) Lukasz Majewski
2017-10-20 22:06 ` Lukasz Majewski
     [not found] ` <1508537169-402-1-git-send-email-lukma-ynQEQJNshbs@public.gmane.org>
2017-10-20 22:18   ` [PATCH v3] " Lukasz Majewski
2017-10-20 22:18     ` Lukasz Majewski
     [not found]     ` <1508537917-1723-1-git-send-email-lukma-ynQEQJNshbs@public.gmane.org>
2017-11-05 22:20       ` Lukasz Majewski
2017-11-05 22:20         ` Lukasz Majewski
2017-11-06 14:08     ` Rob Herring
2017-11-06 14:08       ` Rob Herring
     [not found]       ` <CAL_JsqLf2Kpbe5NK3-xLPr4kYDWXPgriA6Lwd_4huQPyKGOQ6Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-11-17 10:03         ` Lukasz Majewski [this message]
2017-11-17 10:03           ` Lukasz Majewski
2017-11-17 11:45 ` [PATCH v2] " Thierry Reding
2017-11-17 11:45   ` Thierry Reding
2017-11-17 12:27   ` Lukasz Majewski
2017-11-17 12:27     ` Lukasz Majewski

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=20171117110354.3ffdaf04@jawa \
    --to=lukma-ynqeqjnshbs@public.gmane.org \
    --cc=airlied-cv59FeDIM0c@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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.