From: Thierry Reding <thierry.reding@gmail.com>
To: Giulio Benetti <giulio.benetti@micronovasrl.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, David Airlie <airlied@linux.ie>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Rob Herring <robh+dt@kernel.org>
Subject: Re: [PATCH 0/5] Add CDTech 4.3" and 7" to panel-simple
Date: Thu, 27 Sep 2018 13:59:38 +0200 [thread overview]
Message-ID: <20180927115938.GD29102@ulmo> (raw)
In-Reply-To: <20180730231117.5631-1-giulio.benetti@micronovasrl.com>
[-- Attachment #1.1: Type: text/plain, Size: 1273 bytes --]
On Tue, Jul 31, 2018 at 01:11:12AM +0200, Giulio Benetti wrote:
> Add CDTech 4.3" S043WQ26H-CT7 support
> Add CDTech 7" S070WV95-CT16 support
>
> Giulio Benetti (5):
> dt-bindings: Add vendor prefix for CDTech(H.K.) Electronics Limited
> drm/panel: add panel CDTech S070WV95-CT16 to panel-simple
> dt-bindings: Add CDTech S070WV95-CT16 panel bindings
> drm/panel: add panel CDTech S043WQ26H-CT7 to panel-simple
> dt-bindings: Add CDTech S043WQ26H-CT7 panel bindings
>
> .../display/panel/cdtech,s043wq26h-ct7.txt | 12 ++++
> .../display/panel/cdtech,s070wv95-ct16.txt | 12 ++++
> .../devicetree/bindings/vendor-prefixes.txt | 1 +
> drivers/gpu/drm/panel/panel-simple.c | 55 +++++++++++++++++++
> 4 files changed, 80 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/panel/cdtech,s043wq26h-ct7.txt
> create mode 100644 Documentation/devicetree/bindings/display/panel/cdtech,s070wv95-ct16.txt
All applied, thanks. One small note, though: in the future please send
DT bindings patches before the driver patches. This is important because
checkpatch, which is run as pre-commit script, warns about undocumented
compatible strings if you send driver changes before the bindings.
Thierry
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Giulio Benetti <giulio.benetti@micronovasrl.com>
Cc: David Airlie <airlied@linux.ie>, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/5] Add CDTech 4.3" and 7" to panel-simple
Date: Thu, 27 Sep 2018 13:59:38 +0200 [thread overview]
Message-ID: <20180927115938.GD29102@ulmo> (raw)
In-Reply-To: <20180730231117.5631-1-giulio.benetti@micronovasrl.com>
[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]
On Tue, Jul 31, 2018 at 01:11:12AM +0200, Giulio Benetti wrote:
> Add CDTech 4.3" S043WQ26H-CT7 support
> Add CDTech 7" S070WV95-CT16 support
>
> Giulio Benetti (5):
> dt-bindings: Add vendor prefix for CDTech(H.K.) Electronics Limited
> drm/panel: add panel CDTech S070WV95-CT16 to panel-simple
> dt-bindings: Add CDTech S070WV95-CT16 panel bindings
> drm/panel: add panel CDTech S043WQ26H-CT7 to panel-simple
> dt-bindings: Add CDTech S043WQ26H-CT7 panel bindings
>
> .../display/panel/cdtech,s043wq26h-ct7.txt | 12 ++++
> .../display/panel/cdtech,s070wv95-ct16.txt | 12 ++++
> .../devicetree/bindings/vendor-prefixes.txt | 1 +
> drivers/gpu/drm/panel/panel-simple.c | 55 +++++++++++++++++++
> 4 files changed, 80 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/panel/cdtech,s043wq26h-ct7.txt
> create mode 100644 Documentation/devicetree/bindings/display/panel/cdtech,s070wv95-ct16.txt
All applied, thanks. One small note, though: in the future please send
DT bindings patches before the driver patches. This is important because
checkpatch, which is run as pre-commit script, warns about undocumented
compatible strings if you send driver changes before the bindings.
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2018-09-27 11:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-30 23:11 [PATCH 0/5] Add CDTech 4.3" and 7" to panel-simple Giulio Benetti
2018-07-30 23:11 ` [PATCH 1/5] dt-bindings: Add vendor prefix for CDTech(H.K.) Electronics Limited Giulio Benetti
2018-08-13 23:02 ` Rob Herring
2018-08-13 23:02 ` Rob Herring
2018-07-30 23:11 ` [PATCH 2/5] drm/panel: add panel CDTech S070WV95-CT16 to panel-simple Giulio Benetti
2018-07-30 23:11 ` [PATCH 3/5] dt-bindings: Add CDTech S070WV95-CT16 panel bindings Giulio Benetti
2018-08-13 23:03 ` Rob Herring
2018-08-13 23:03 ` Rob Herring
2018-07-30 23:11 ` [PATCH 4/5] drm/panel: add panel CDTech S043WQ26H-CT7 to panel-simple Giulio Benetti
2018-07-30 23:11 ` [PATCH 5/5] dt-bindings: Add CDTech S043WQ26H-CT7 panel bindings Giulio Benetti
2018-08-13 23:03 ` Rob Herring
2018-09-27 11:59 ` Thierry Reding [this message]
2018-09-27 11:59 ` [PATCH 0/5] Add CDTech 4.3" and 7" to panel-simple Thierry Reding
2018-09-27 13:08 ` Giulio Benetti
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=20180927115938.GD29102@ulmo \
--to=thierry.reding@gmail.com \
--cc=airlied@linux.ie \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=giulio.benetti@micronovasrl.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@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.