[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200430060343.GC6645@xin-VirtualBox>
Date: Thu, 30 Apr 2020 14:03:43 +0800
From: Xin Ji <xji@...logixsemi.com>
To: Sam Ravnborg <sam@...nborg.org>
Cc: devel@...verdev.osuosl.org,
Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Dan Carpenter <dan.carpenter@...cle.com>,
Andrzej Hajda <a.hajda@...sung.com>,
Neil Armstrong <narmstrong@...libre.com>,
Jonas Karlman <jonas@...boo.se>,
Jernej Skrabec <jernej.skrabec@...l.net>,
David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>, linux-kernel@...r.kernel.org,
dri-devel@...ts.freedesktop.org,
Pi-Hsun Shih <pihsun@...omium.org>,
Sheng Pan <span@...logixsemi.com>
Subject: Re: [PATCH v8 0/2] Add initial support for slimport anx7625
Hi Sam,
On Mon, Apr 27, 2020 at 08:53:20PM +0200, Sam Ravnborg wrote:
> Hi Xin Ji
>
> On Mon, Apr 27, 2020 at 02:16:49PM +0800, Xin Ji wrote:
> > Hi all,
> >
> > The following series add support for the Slimport ANX7625 transmitter, a
> > ultra-low power Full-HD 4K MIPI to DP transmitter designed for portable device.
> >
> > This is the v8 version, any mistakes, please let me know, I will fix it in
> > the next series. This series fix several coding format and description.
>
>
> It would be great if you can add a summary of changes like this:
>
> v8:
> - fix several coding format
> - update description
>
> v7:
> - Bla bla
>
> I see no reason to dig out the old changelog, but start from now on.
> The cover letter (this mail) should give a general intro to the changes.
> The individual patches the detailed changelog.
> For each entry is is also a good practice to tell who gave the feedback
> that triggered the changes.
>
> There are many ways to handle this, take a look at a few submissions
> to dri-devel to be inspired.
>
> Sam
OK.
>
> >
> > Thanks,
> > Xin
> >
> >
> >
> > Xin Ji (2):
> > dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding
> > drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver
> >
> > .../bindings/display/bridge/anx7625.yaml | 91 +
> > drivers/gpu/drm/bridge/Makefile | 2 +-
> > drivers/gpu/drm/bridge/analogix/Kconfig | 6 +
> > drivers/gpu/drm/bridge/analogix/Makefile | 1 +
> > drivers/gpu/drm/bridge/analogix/anx7625.c | 2158 ++++++++++++++++++++
> > drivers/gpu/drm/bridge/analogix/anx7625.h | 410 ++++
> > 6 files changed, 2667 insertions(+), 1 deletion(-)
> > create mode 100644 Documentation/devicetree/bindings/display/bridge/anx7625.yaml
> > create mode 100644 drivers/gpu/drm/bridge/analogix/anx7625.c
> > create mode 100644 drivers/gpu/drm/bridge/analogix/anx7625.h
> >
> > --
> > 2.7.4
> >
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@...ts.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/dri-devel
Powered by blists - more mailing lists