dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Giulio Benetti <giulio.benetti@benettiengineering.com>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: devicetree@vger.kernel.org, David Airlie <airlied@linux.ie>,
	dri-devel@lists.freedesktop.org, Rob Herring <robh+dt@kernel.org>,
	Sam Ravnborg <sam@ravnborg.org>
Subject: Re: [PATCH v3 0/9] Add 4 Jenson simple panels
Date: Sun, 2 May 2021 22:50:29 +0200	[thread overview]
Message-ID: <b5685187-15f8-14da-386f-507ae518d22b@benettiengineering.com> (raw)
In-Reply-To: <20210401231720.2470869-1-giulio.benetti@benettiengineering.com>

Hello Thierry,

I've seen that this patchset [1] in DRI Patchwork has been archived, but 
it's not been applied and all patches result as "New", so I've set them 
as un-archived. Hope it's correct.

[1]: https://patchwork.kernel.org/project/dri-devel/list/?series=459931
[2]: https://patchwork.kernel.org/project/dri-devel/list/

Best regards
-- 
Giulio Benetti
Benetti Engineering sas

On 4/2/21 1:17 AM, Giulio Benetti wrote:
> This patchset introduce Jenson vendor and add 4 of its panels to
> panel-simple driver.
> 
> ---
> V2-V3:
> * changed my SoB and authorship
> * added some forgotten acked-by
> * fixed alpha-numeric order on adding bindings
> ---
> 
> Giulio Benetti (9):
>    dt-bindings: Add Jenson Display vendor prefix
>    dt-bindings: display/panel: add Jenson JT60245-01
>    dt-bindings: display/panel: add Jenson JT60248-01
>    dt-bindings: display/panel: add Jenson JT60249-01
>    dt-bindings: display/panel: add Jenson JT60250-02
>    drm/panel: simple: add Jenson JT60245-01
>    drm/panel: simple: add Jenson JT60248-01
>    drm/panel: simple: add Jenson JT60249-01
>    drm/panel: simple: add Jenson JT60250-02
> 
>   .../bindings/display/panel/panel-simple.yaml  |   8 ++
>   .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
>   drivers/gpu/drm/panel/panel-simple.c          | 108 ++++++++++++++++++
>   3 files changed, 118 insertions(+)
> 

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2021-05-02 20:50 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-18 22:54 [PATCH 0/9] Add 4 Jenson simple panels Giulio Benetti
2021-02-18 22:54 ` [PATCH 1/9] dt-bindings: Add Jenson Display vendor prefix Giulio Benetti
2021-03-05 22:52   ` Rob Herring
2021-02-18 22:54 ` [PATCH 2/9] dt-bindings: display/panel: add Jenson JT60248-01 Giulio Benetti
2021-03-05 22:53   ` Rob Herring
2021-02-18 22:54 ` [PATCH 3/9] dt-bindings: display/panel: add Jenson JT60249-01 Giulio Benetti
2021-03-05 22:53   ` Rob Herring
2021-02-18 22:54 ` [PATCH 4/9] dt-bindings: display/panel: add Jenson JT60245-01 Giulio Benetti
2021-03-05 22:54   ` Rob Herring
2021-03-05 23:44     ` [PATCH v2 0/9] Add 4 Jenson simple panels Giulio Benetti
2021-03-05 23:44       ` [PATCH v2 1/9] dt-bindings: Add Jenson Display vendor prefix Giulio Benetti
2021-03-06 19:46         ` Rob Herring
2021-03-05 23:44       ` [PATCH v2 2/9] dt-bindings: display/panel: add Jenson JT60245-01 Giulio Benetti
2021-03-05 23:44       ` [PATCH v2 3/9] dt-bindings: display/panel: add Jenson JT60248-01 Giulio Benetti
2021-03-05 23:44       ` [PATCH v2 4/9] dt-bindings: display/panel: add Jenson JT60249-01 Giulio Benetti
2021-03-05 23:44       ` [PATCH v2 5/9] dt-bindings: display/panel: add Jenson JT60250-02 Giulio Benetti
2021-03-05 23:44       ` [PATCH v2 6/9] drm/panel: simple: add Jenson JT60245-01 Giulio Benetti
2021-03-05 23:44       ` [PATCH v2 7/9] drm/panel: simple: add Jenson JT60248-01 Giulio Benetti
2021-03-05 23:44       ` [PATCH v2 8/9] drm/panel: simple: add Jenson JT60249-01 Giulio Benetti
2021-03-05 23:44       ` [PATCH v2 9/9] drm/panel: simple: add Jenson JT60250-02 Giulio Benetti
2021-04-01 23:17       ` [PATCH v3 0/9] Add 4 Jenson simple panels Giulio Benetti
2021-04-01 23:17         ` [PATCH v3 1/9] dt-bindings: Add Jenson Display vendor prefix Giulio Benetti
2021-04-01 23:17         ` [PATCH v3 2/9] dt-bindings: display/panel: add Jenson JT60245-01 Giulio Benetti
2021-04-08 20:24           ` Rob Herring
2021-04-01 23:17         ` [PATCH v3 3/9] dt-bindings: display/panel: add Jenson JT60248-01 Giulio Benetti
2021-04-01 23:17         ` [PATCH v3 4/9] dt-bindings: display/panel: add Jenson JT60249-01 Giulio Benetti
2021-04-01 23:17         ` [PATCH v3 5/9] dt-bindings: display/panel: add Jenson JT60250-02 Giulio Benetti
2021-04-01 23:17         ` [PATCH v3 6/9] drm/panel: simple: add Jenson JT60245-01 Giulio Benetti
2021-04-01 23:17         ` [PATCH v3 7/9] drm/panel: simple: add Jenson JT60248-01 Giulio Benetti
2021-04-01 23:17         ` [PATCH v3 8/9] drm/panel: simple: add Jenson JT60249-01 Giulio Benetti
2021-04-01 23:17         ` [PATCH v3 9/9] drm/panel: simple: add Jenson JT60250-02 Giulio Benetti
2021-05-02 20:50         ` Giulio Benetti [this message]
2021-10-05 23:04           ` [PATCH v3 0/9] Add 4 Jenson simple panels Giulio Benetti
2021-03-05 23:47     ` [PATCH 4/9] dt-bindings: display/panel: add Jenson JT60245-01 Giulio Benetti
2021-02-18 22:54 ` [PATCH 5/9] dt-bindings: display/panel: add Jenson JT60250-02 Giulio Benetti
2021-03-05 22:55   ` Rob Herring
2021-02-18 22:54 ` [PATCH 6/9] drm/panel: simple: add Jenson JT60245-01 Giulio Benetti
2021-02-18 22:54 ` [PATCH 7/9] drm/panel: simple: add Jenson JT60248-01 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=b5685187-15f8-14da-386f-507ae518d22b@benettiengineering.com \
    --to=giulio.benetti@benettiengineering.com \
    --cc=airlied@linux.ie \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=robh+dt@kernel.org \
    --cc=sam@ravnborg.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 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).