All of lore.kernel.org
 help / color / mirror / Atom feed
From: Doug Anderson <dianders@chromium.org>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: devicetree@vger.kernel.org,
	"open list:ARM/Rockchip SoC..."
	<linux-rockchip@lists.infradead.org>,
	"Jeffy Chen" <jeffy.chen@rock-chips.com>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Sean Paul" <seanpaul@chromium.org>,
	"Stéphane Marchesin" <marcheu@chromium.org>
Subject: Re: [PATCH v3 0/6] drm/panel: simple: Add mode support to devicetree
Date: Thu, 28 Mar 2019 10:28:23 -0700	[thread overview]
Message-ID: <CAD=FV=WvKMFMvDAm=2J=_iwyMv6s1DcwyQJ3gkfBpQr_qL-BTg@mail.gmail.com> (raw)
In-Reply-To: <20180312083508.GG23060@ulmo>

Hi,

On Mon, Mar 12, 2018 at 1:35 AM Thierry Reding <thierry.reding@gmail.com> wrote:
>
> On Thu, Feb 08, 2018 at 12:48:47PM -0500, Sean Paul wrote:
> > Hello!
> >
> > Here's v3 of the set. I've reintroduced the single display timing node
> > in the dt binding from v1, and left the improved docs and patch split
> > from v2. I've also added a patch to clarify that a single display timing
> > node should always be named panel-timing, which was feedback from v1.
> >
> > Cover letter from v1 (was the same in v2) is here:
> > https://lists.freedesktop.org/archives/dri-devel/2018-February/164886.html
> >
> > Thanks for the reviews so far,
> >
> > Sean
> >
> >
> > Sean Paul (6):
> >   dt-bindings: Clarify timing subnode use as panel-timing
> >   dt-bindings: Add headings to simple-panel bindings
> >   dt-bindings: Add panel-timing subnode to simple-panel
> >   drm/panel: simple: Add ability to override typical timing
> >   drm/panel: simple: Use display_timing for lq123p1jx31
> >   arm64: dts: rockchip: Specify override mode for kevin panel
> >
> >  .../bindings/display/panel/display-timing.txt      |  5 ++
> >  .../bindings/display/panel/simple-panel.txt        | 34 ++++++++
> >  arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts  | 14 ++++
> >  drivers/gpu/drm/panel/panel-simple.c               | 94 ++++++++++++++++++----
> >  4 files changed, 132 insertions(+), 15 deletions(-)
>
> I've applied patches 1, 2 and 5 of the series, 3 and 4 had comments and
> 6 will need to go through the Rockchip tree.

Breadcrumbs for anyone who stumbles upon this v3 and didn't notice
that v4 was posted by me instead of Sean Paul.  To find it, head on
over to:

https://lkml.kernel.org/r/20190328171710.31949-1-dianders@chromium.org

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

      reply	other threads:[~2019-03-28 17:28 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-08 17:48 [PATCH v3 0/6] drm/panel: simple: Add mode support to devicetree Sean Paul
2018-02-08 17:48 ` [PATCH v3 1/6] dt-bindings: Clarify timing subnode use as panel-timing Sean Paul
2018-02-08 18:43   ` Rob Herring
2018-02-19 14:59   ` Thierry Reding
     [not found] ` <20180208174855.55620-1-seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2018-02-08 17:48   ` [PATCH v3 2/6] dt-bindings: Add headings to simple-panel bindings Sean Paul
     [not found]     ` <20180208174855.55620-3-seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2018-02-08 18:44       ` Rob Herring
2018-02-08 17:48   ` [PATCH v3 3/6] dt-bindings: Add panel-timing subnode to simple-panel Sean Paul
     [not found]     ` <20180208174855.55620-4-seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2018-02-08 18:45       ` Rob Herring
2018-02-19 15:09     ` Thierry Reding
2018-03-01 18:47     ` Laurent Pinchart
2018-02-08 17:48   ` [PATCH v3 4/6] drm/panel: simple: Add ability to override typical timing Sean Paul
2018-02-19 14:33     ` Enric Balletbo Serra
2018-02-19 15:25     ` Thierry Reding
2018-02-08 17:48 ` [PATCH v3 5/6] drm/panel: simple: Use display_timing for lq123p1jx31 Sean Paul
2018-02-19 14:34   ` Enric Balletbo Serra
2018-02-08 17:48 ` [PATCH v3 6/6] arm64: dts: rockchip: Specify override mode for kevin panel Sean Paul
2018-02-08 17:48   ` Sean Paul
2018-02-19 14:34   ` Enric Balletbo Serra
2018-02-19 14:34     ` Enric Balletbo Serra
2018-02-26 18:23   ` Doug Anderson
2018-02-26 18:23     ` Doug Anderson
2018-04-24 14:31     ` Ezequiel Garcia
2018-04-24 14:31       ` Ezequiel Garcia
2018-04-24 23:02       ` Stéphane Marchesin
2018-04-24 23:02         ` Stéphane Marchesin
2018-04-25  4:29       ` Doug Anderson
2018-04-25  4:29         ` Doug Anderson
2018-04-25 12:36         ` Ezequiel Garcia
2018-04-25 12:36           ` Ezequiel Garcia
2018-04-26 12:05     ` Thierry Reding
2018-04-26 12:05       ` Thierry Reding
2018-04-26 15:29       ` Doug Anderson
2018-04-26 15:29         ` Doug Anderson
2018-03-12  8:35 ` [PATCH v3 0/6] drm/panel: simple: Add mode support to devicetree Thierry Reding
2019-03-28 17:28   ` Doug Anderson [this message]

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='CAD=FV=WvKMFMvDAm=2J=_iwyMv6s1DcwyQJ3gkfBpQr_qL-BTg@mail.gmail.com' \
    --to=dianders@chromium.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jeffy.chen@rock-chips.com \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=marcheu@chromium.org \
    --cc=robh+dt@kernel.org \
    --cc=seanpaul@chromium.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.