From: "H. Nikolaus Schaller" <hns@goldelico.com>
To: 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>
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
linux-omap@vger.kernel.org, letux-kernel@openphoenux.org,
devicetree@vger.kernel.org,
"H. Nikolaus Schaller" <hns@goldelico.com>
Subject: [PATCH v3 0/5] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b
Date: Fri, 7 Jun 2019 13:11:06 +0200 [thread overview]
Message-ID: <cover.1559905870.git.hns@goldelico.com> (raw)
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
next reply other threads:[~2019-06-07 11:11 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-07 11:11 H. Nikolaus Schaller [this message]
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-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-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-07-09 1:58 ` [PATCH v3 4/5] dt-bindings: drm/panel: simple: add ortustech,com37h3m99dtc panel 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-07-09 1:58 ` [PATCH v3 5/5] dt-bindings: drm/panel: simple: add sharp,lq070y3dg3b panel 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
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 18:14 ` Sam Ravnborg
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=cover.1559905870.git.hns@goldelico.com \
--to=hns@goldelico.com \
--cc=airlied@linux.ie \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).