All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Alistair Francis <alistair@alistair23.me>
Cc: thierry.reding@gmail.com, sam@ravnborg.org, krzk@kernel.org,
	shawnguo@kernel.org, daniel@0x0f.com, linux@rempel-privat.de,
	kuninori.morimoto.gx@renesas.com, max.Merchel@tq-group.com,
	geert+renesas@glider.be, airlied@linux.ie, daniel@ffwll.ch,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	dri-devel@lists.freedesktop.org, alistair23@gmail.com
Subject: Re: [PATCH v2 2/2] drm/panel: Add support for E Ink VB3300-KCA
Date: Thu, 24 Jun 2021 14:52:29 -0600	[thread overview]
Message-ID: <20210624205229.GA1966800@robh.at.kernel.org> (raw)
In-Reply-To: <20210615103312.872-2-alistair@alistair23.me>

On Tue, Jun 15, 2021 at 08:33:12PM +1000, Alistair Francis wrote:
> Add support for the 10.3" E Ink panel described at:
> https://www.eink.com/product.html?type=productdetail&id=7
> 
> Signed-off-by: Alistair Francis <alistair@alistair23.me>
> ---
> v2:
>  - Fix build warning
>  - Document new string
> 
>  .../bindings/display/panel/panel-simple.yaml  |  2 ++
>  drivers/gpu/drm/panel/panel-simple.c          | 29 +++++++++++++++++++
>  2 files changed, 31 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> index b3797ba2698b..799e20222551 100644
> --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> @@ -128,6 +128,8 @@ properties:
>          # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
>        - edt,etm0700g0dh6
>        - edt,etm0700g0edh6
> +        # E Ink VB3300-KCA
> +      - eink,vb3300-kca

Combining this with patch 1 would be preferrable. Either way,

Acked-by: Rob Herring <robh@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Alistair Francis <alistair@alistair23.me>
Cc: devicetree@vger.kernel.org, geert+renesas@glider.be,
	kuninori.morimoto.gx@renesas.com, airlied@linux.ie,
	sam@ravnborg.org, daniel@0x0f.com, linux-kernel@vger.kernel.org,
	krzk@kernel.org, linux@rempel-privat.de,
	thierry.reding@gmail.com, dri-devel@lists.freedesktop.org,
	max.Merchel@tq-group.com, alistair23@gmail.com,
	shawnguo@kernel.org
Subject: Re: [PATCH v2 2/2] drm/panel: Add support for E Ink VB3300-KCA
Date: Thu, 24 Jun 2021 14:52:29 -0600	[thread overview]
Message-ID: <20210624205229.GA1966800@robh.at.kernel.org> (raw)
In-Reply-To: <20210615103312.872-2-alistair@alistair23.me>

On Tue, Jun 15, 2021 at 08:33:12PM +1000, Alistair Francis wrote:
> Add support for the 10.3" E Ink panel described at:
> https://www.eink.com/product.html?type=productdetail&id=7
> 
> Signed-off-by: Alistair Francis <alistair@alistair23.me>
> ---
> v2:
>  - Fix build warning
>  - Document new string
> 
>  .../bindings/display/panel/panel-simple.yaml  |  2 ++
>  drivers/gpu/drm/panel/panel-simple.c          | 29 +++++++++++++++++++
>  2 files changed, 31 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> index b3797ba2698b..799e20222551 100644
> --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> @@ -128,6 +128,8 @@ properties:
>          # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
>        - edt,etm0700g0dh6
>        - edt,etm0700g0edh6
> +        # E Ink VB3300-KCA
> +      - eink,vb3300-kca

Combining this with patch 1 would be preferrable. Either way,

Acked-by: Rob Herring <robh@kernel.org>

  reply	other threads:[~2021-06-24 20:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15 10:33 [PATCH v2 1/2] dt-bindings: Add E Ink to vendor bindings Alistair Francis
2021-06-15 10:33 ` Alistair Francis
2021-06-15 10:33 ` [PATCH v2 2/2] drm/panel: Add support for E Ink VB3300-KCA Alistair Francis
2021-06-15 10:33   ` Alistair Francis
2021-06-24 20:52   ` Rob Herring [this message]
2021-06-24 20:52     ` Rob Herring
2021-07-04 10:29     ` Alistair Francis
2021-07-04 10:29       ` Alistair Francis

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=20210624205229.GA1966800@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=airlied@linux.ie \
    --cc=alistair23@gmail.com \
    --cc=alistair@alistair23.me \
    --cc=daniel@0x0f.com \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=geert+renesas@glider.be \
    --cc=krzk@kernel.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rempel-privat.de \
    --cc=max.Merchel@tq-group.com \
    --cc=sam@ravnborg.org \
    --cc=shawnguo@kernel.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.