All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Yunus Bas <y.bas@phytec.de>
Cc: dri-devel@lists.freedesktop.org, thierry.reding@gmail.com,
	sam@ravnborg.org, devicetree@vger.kernel.org, airlied@linux.ie,
	daniel@ffwll.ch
Subject: Re: [PATCH 2/2] drm/panel: simple: Add support for EDT ETM0350G0DH6 panel
Date: Tue, 30 Mar 2021 17:48:12 -0500	[thread overview]
Message-ID: <20210330224812.GA853122@robh.at.kernel.org> (raw)
In-Reply-To: <20210330070907.11587-2-y.bas@phytec.de>

On Tue, Mar 30, 2021 at 09:09:07AM +0200, Yunus Bas wrote:
> From: Stefan Riedmueller <s.riedmueller@phytec.de>
> 
> This patch adds support for the EDT ETM0350G0DH6 3.5" (320x240) lcd
> panel to DRM simple panel driver.
> 
> Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de>
> Signed-off-by: Yunus Bas <y.bas@phytec.de>
> ---
>  .../bindings/display/panel/panel-simple.yaml  |  3 ++
>  drivers/gpu/drm/panel/panel-simple.c          | 29 +++++++++++++++++++
>  2 files changed, 32 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> index 57be1fa39728..9a6b42f911d1 100644
> --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> @@ -107,6 +107,9 @@ properties:
>        - dlc,dlc1010gig
>          # Emerging Display Technology Corp. 3.5" QVGA TFT LCD panel
>        - edt,et035012dm6
> +        # Emerging Display Technology Corp. 3.5" WVGA TFT LCD panel with
> +        # capacitive multitouch
> +      - edt,etm0350g0dh6

Alpha-numeric order.

>          # Emerging Display Technology Corp. 5.7" VGA TFT LCD panel
>        - edt,et057090dhu
>        - edt,et070080dh6

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Yunus Bas <y.bas@phytec.de>
Cc: devicetree@vger.kernel.org, airlied@linux.ie,
	dri-devel@lists.freedesktop.org, thierry.reding@gmail.com,
	sam@ravnborg.org
Subject: Re: [PATCH 2/2] drm/panel: simple: Add support for EDT ETM0350G0DH6 panel
Date: Tue, 30 Mar 2021 17:48:12 -0500	[thread overview]
Message-ID: <20210330224812.GA853122@robh.at.kernel.org> (raw)
In-Reply-To: <20210330070907.11587-2-y.bas@phytec.de>

On Tue, Mar 30, 2021 at 09:09:07AM +0200, Yunus Bas wrote:
> From: Stefan Riedmueller <s.riedmueller@phytec.de>
> 
> This patch adds support for the EDT ETM0350G0DH6 3.5" (320x240) lcd
> panel to DRM simple panel driver.
> 
> Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de>
> Signed-off-by: Yunus Bas <y.bas@phytec.de>
> ---
>  .../bindings/display/panel/panel-simple.yaml  |  3 ++
>  drivers/gpu/drm/panel/panel-simple.c          | 29 +++++++++++++++++++
>  2 files changed, 32 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> index 57be1fa39728..9a6b42f911d1 100644
> --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> @@ -107,6 +107,9 @@ properties:
>        - dlc,dlc1010gig
>          # Emerging Display Technology Corp. 3.5" QVGA TFT LCD panel
>        - edt,et035012dm6
> +        # Emerging Display Technology Corp. 3.5" WVGA TFT LCD panel with
> +        # capacitive multitouch
> +      - edt,etm0350g0dh6

Alpha-numeric order.

>          # Emerging Display Technology Corp. 5.7" VGA TFT LCD panel
>        - edt,et057090dhu
>        - edt,et070080dh6
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2021-03-30 22:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-30  7:09 [PATCH 1/2] drm/panel: simple: Add support for EDT ETMV570G2DHU panel Yunus Bas
2021-03-30  7:09 ` Yunus Bas
2021-03-30  7:09 ` [PATCH 2/2] drm/panel: simple: Add support for EDT ETM0350G0DH6 panel Yunus Bas
2021-03-30  7:09   ` Yunus Bas
2021-03-30 22:48   ` Rob Herring [this message]
2021-03-30 22:48     ` Rob Herring
2021-03-30 22:47 ` [PATCH 1/2] drm/panel: simple: Add support for EDT ETMV570G2DHU panel Rob Herring
2021-03-30 22:47   ` Rob Herring
2021-03-31 14:50   ` Yunus Bas

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=20210330224812.GA853122@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=sam@ravnborg.org \
    --cc=thierry.reding@gmail.com \
    --cc=y.bas@phytec.de \
    /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.