All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: "H. Nikolaus Schaller" <hns@goldelico.com>
Cc: Thierry Reding <thierry.reding@gmail.com>,
	David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
	tomi.valkeinen@ti.com, imirkin@alum.mit.edu,
	marek.belisko@gmail.com, Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, letux-kernel@openphoenux.org,
	linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v3 0/5] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b
Date: Tue, 25 Jun 2019 22:43:56 +0200	[thread overview]
Message-ID: <20190625204356.GF18595@ravnborg.org> (raw)
In-Reply-To: <0842FF88-D8E0-441B-837B-769C2EF6C1CB@goldelico.com>

Hi Nikolaus

> > V3:
> > * add bindings documentation (suggested by sam@ravnborg.org)
> > 
> > V2 2019-06-05 07:07:05:
> > * fix typo in 99dtc panel compatible string (reported by imirkin@alum.mit.edu)
> > 
> > V1 2019-06-04 14:53:00:
> > 
> > Since v5.2-rc1 OMAP is no longer using a special display driver architecture
> > for DPI panels, but uses the general drm/panel/panel-simple.
> > 
> > So we finally can add SoC independent panel definitions for two panel models
> > which we already had worked on quite a while ago (before device tree was
> > introduced):
> > 
> > 	https://patchwork.kernel.org/patch/2851295/
> > 
> > 
> > 
> > H. Nikolaus Schaller (5):
> >  drm/panel: simple: Add Sharp LQ070Y3DG3B panel support
> >  drm/panel: simple: Add Ortustech COM37H3M panel support
> >  dt-bindings: drm/panel: simple: add ortustech,com37h3m05dtc panel
> >  dt-bindings: drm/panel: simple: add ortustech,com37h3m99dtc panel
> >  dt-bindings: drm/panel: simple: add sharp,lq070y3dg3b panel
> > 
> > .../display/panel/ortustech,com37h3m05dtc.txt | 12 ++++
> > .../display/panel/ortustech,com37h3m99dtc.txt | 12 ++++
> > .../display/panel/sharp,lq070y3dg3b.txt       | 12 ++++
> > drivers/gpu/drm/panel/panel-simple.c          | 63 +++++++++++++++++++
> > 4 files changed, 99 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/display/panel/ortustech,com37h3m05dtc.txt
> > create mode 100644 Documentation/devicetree/bindings/display/panel/ortustech,com37h3m99dtc.txt
> > create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,lq070y3dg3b.txt
> > 
> > -- 
> > 2.19.1
> > 
> 
> any progress towards merging this somewhere? It did not yet arrive in linux-next.
> 
> BTW: should also be applied to 5.2
The drm bits are reviewed. The DT bits needs OK from DT people.
When we have OK from DT people we can apply them all to drm-misc-next.

If we need them expedited towards the upstream kernel you will need help
from someone else. But let's get them in drm-misc-next first.

	Sam

  reply	other threads:[~2019-06-25 20:44 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-07 11:11 [PATCH v3 0/5] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b H. Nikolaus Schaller
2019-06-07 11:11 ` [PATCH v3 1/5] drm/panel: simple: Add Sharp LQ070Y3DG3B panel support H. Nikolaus Schaller
2019-06-25 20:39   ` Sam Ravnborg
2019-06-25 20:39     ` Sam Ravnborg
2019-06-07 11:11 ` [PATCH v3 2/5] drm/panel: simple: Add Ortustech COM37H3M " H. Nikolaus Schaller
2019-06-25 20:40   ` Sam Ravnborg
2019-06-07 11:11 ` [PATCH v3 3/5] dt-bindings: drm/panel: simple: add ortustech,com37h3m05dtc panel H. Nikolaus Schaller
2019-06-25 20:26   ` [PATCH v3 3/5] dt-bindings: drm/panel: simple: add ortustech, com37h3m05dtc panel Sam Ravnborg
2019-07-09  1:57   ` [PATCH v3 3/5] dt-bindings: drm/panel: simple: add ortustech,com37h3m05dtc panel Rob Herring
2019-07-09  1:57     ` Rob Herring
2019-06-07 11:11 ` [PATCH v3 4/5] dt-bindings: drm/panel: simple: add ortustech,com37h3m99dtc panel H. Nikolaus Schaller
2019-06-25 20:40   ` [PATCH v3 4/5] dt-bindings: drm/panel: simple: add ortustech, com37h3m99dtc panel Sam Ravnborg
2019-06-25 20:40     ` Sam Ravnborg
2019-07-09  1:58   ` [PATCH v3 4/5] dt-bindings: drm/panel: simple: add ortustech,com37h3m99dtc panel Rob Herring
2019-07-09  1:58     ` Rob Herring
2019-06-07 11:11 ` [PATCH v3 5/5] dt-bindings: drm/panel: simple: add sharp,lq070y3dg3b panel H. Nikolaus Schaller
2019-06-25 20:41   ` [PATCH v3 5/5] dt-bindings: drm/panel: simple: add sharp, lq070y3dg3b panel Sam Ravnborg
2019-06-25 20:41     ` Sam Ravnborg
2019-07-09  1:58   ` [PATCH v3 5/5] dt-bindings: drm/panel: simple: add sharp,lq070y3dg3b panel Rob Herring
2019-07-09  1:58     ` Rob Herring
2019-06-24 18:44 ` [PATCH v3 0/5] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b H. Nikolaus Schaller
2019-06-25 20:43   ` Sam Ravnborg [this message]
2019-06-26  7:33     ` Sam Ravnborg
2019-06-26  7:33       ` Sam Ravnborg
2019-06-26 12:40       ` H. Nikolaus Schaller
2019-07-17 17:33         ` [Letux-kernel] " H. Nikolaus Schaller
2019-07-17 17:33           ` H. Nikolaus Schaller
2019-07-17 18:14           ` Sam Ravnborg
2019-07-17 18:14             ` Sam Ravnborg
2019-07-23  6:59             ` H. Nikolaus Schaller
2019-07-23  6:59               ` H. Nikolaus Schaller

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=20190625204356.GF18595@ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hns@goldelico.com \
    --cc=imirkin@alum.mit.edu \
    --cc=letux-kernel@openphoenux.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=marek.belisko@gmail.com \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=tomi.valkeinen@ti.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.