From: Sam Ravnborg <sam@ravnborg.org>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: "Paul Cercueil" <paul@crapouillou.net>, 何小龙 <Leon.He@unisoc.com>,
"Thierry Reding" <thierry.reding@gmail.com>,
"David Airlie" <airlied@linux.ie>,
"Daniel Vetter" <daniel@ffwll.ch>,
"Rob Herring" <robh+dt@kernel.org>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
"Maxime Ripard" <mripard@kernel.org>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
"Noralf Tronnes" <noralf@tronnes.org>,
"Linus Walleij" <linus.walleij@linaro.org>,
devicetree@vger.kernel.org, od@zcrc.me,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: Re: 答复: [PATCH v2 6/6] drm/panel: Add Ilitek ILI9341 DBI panel driver
Date: Sun, 30 Aug 2020 22:28:22 +0200 [thread overview]
Message-ID: <20200830202822.GA950472@ravnborg.org> (raw)
In-Reply-To: <20200830191133.GB6043@pendragon.ideasonboard.com>
Hi Laurent.
> >
> > Please read the cover letter, it explains why it's done this way. The
> > whole point of this patchset is to merge DSI and DBI frameworks in a
> > way that can be maintained.
>
> I think this proves the point that the proposed naming is confusing. At
> least a rename would be required.
Do you have any inputs on the amount of rename we are looking into.
Is this a simple s/struct mipi_dsi_device/struct mipi_dxi_device/
or something more?
We should script the rename as it will tocuh a lot of files,
and without a script we would chase this. But once it is scripted
it would be trivial to perform.
I did not look at this enough, but I had an idea that we
would have do to a s/dsi/dxi/ in a lot of places.
(dxi is my best proposal at the moment for something covering both dsi
and dbi).
PS. I am travelling for a few days, so do not expect quick responses.
Sam
WARNING: multiple messages have this Message-ID (diff)
From: Sam Ravnborg <sam@ravnborg.org>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
何小龙 <Leon.He@unisoc.com>,
od@zcrc.me, "Thomas Zimmermann" <tzimmermann@suse.de>,
"David Airlie" <airlied@linux.ie>,
linux-kernel@vger.kernel.org, "Rob Herring" <robh+dt@kernel.org>,
"Paul Cercueil" <paul@crapouillou.net>,
"Thierry Reding" <thierry.reding@gmail.com>
Subject: Re: 答复: [PATCH v2 6/6] drm/panel: Add Ilitek ILI9341 DBI panel driver
Date: Sun, 30 Aug 2020 22:28:22 +0200 [thread overview]
Message-ID: <20200830202822.GA950472@ravnborg.org> (raw)
In-Reply-To: <20200830191133.GB6043@pendragon.ideasonboard.com>
Hi Laurent.
> >
> > Please read the cover letter, it explains why it's done this way. The
> > whole point of this patchset is to merge DSI and DBI frameworks in a
> > way that can be maintained.
>
> I think this proves the point that the proposed naming is confusing. At
> least a rename would be required.
Do you have any inputs on the amount of rename we are looking into.
Is this a simple s/struct mipi_dsi_device/struct mipi_dxi_device/
or something more?
We should script the rename as it will tocuh a lot of files,
and without a script we would chase this. But once it is scripted
it would be trivial to perform.
I did not look at this enough, but I had an idea that we
would have do to a s/dsi/dxi/ in a lot of places.
(dxi is my best proposal at the moment for something covering both dsi
and dbi).
PS. I am travelling for a few days, so do not expect quick responses.
Sam
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2020-08-30 20:28 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-22 16:32 [PATCH v2 0/6] DSI/DBI, panel drivers, & tinyDRM v2 Paul Cercueil
2020-08-22 16:32 ` Paul Cercueil
2020-08-22 16:32 ` [PATCH v2 1/6] dt-bindings: display: Document NewVision NV3052C DT node Paul Cercueil
2020-08-22 16:32 ` Paul Cercueil
2020-09-08 21:50 ` Rob Herring
2020-09-08 21:50 ` Rob Herring
2020-09-09 11:41 ` Linus Walleij
2020-09-09 11:41 ` Linus Walleij
2020-08-22 16:32 ` [PATCH v2 2/6] drm: dsi: Let host and device specify supported bus Paul Cercueil
2020-08-22 16:32 ` Paul Cercueil
2020-08-22 16:32 ` [PATCH v2 3/6] drm: Add SPI DBI host driver Paul Cercueil
2020-08-22 16:32 ` Paul Cercueil
2020-09-09 11:57 ` Linus Walleij
2020-09-09 11:57 ` Linus Walleij
2020-08-22 16:32 ` [PATCH v2 4/6] drm/tiny: Add TinyDRM for DSI/DBI panels Paul Cercueil
2020-08-22 16:32 ` Paul Cercueil
2020-08-22 16:32 ` [PATCH v2 5/6] drm/panel: Add panel driver for NewVision NV3052C based LCDs Paul Cercueil
2020-08-22 16:32 ` Paul Cercueil
2020-08-24 20:55 ` Linus Walleij
2020-08-24 20:55 ` Linus Walleij
2020-08-22 16:32 ` [PATCH v2 6/6] drm/panel: Add Ilitek ILI9341 DBI panel driver Paul Cercueil
2020-08-22 16:32 ` Paul Cercueil
2020-08-30 16:36 ` 答复: " 何小龙 (Leon He)
2020-08-30 16:36 ` 何小龙 (Leon He)
2020-08-30 16:48 ` Paul Cercueil
2020-08-30 16:48 ` Paul Cercueil
2020-08-30 19:11 ` Laurent Pinchart
2020-08-30 19:11 ` Laurent Pinchart
2020-08-30 20:28 ` Sam Ravnborg [this message]
2020-08-30 20:28 ` Sam Ravnborg
2020-09-07 12:57 ` Paul Cercueil
2020-09-07 12:57 ` Paul Cercueil
2020-09-08 7:18 ` Neil Armstrong
2020-09-08 7:18 ` Neil Armstrong
2020-09-09 11:38 ` Linus Walleij
2020-09-09 11:38 ` Linus Walleij
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=20200830202822.GA950472@ravnborg.org \
--to=sam@ravnborg.org \
--cc=Leon.He@unisoc.com \
--cc=airlied@linux.ie \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=noralf@tronnes.org \
--cc=od@zcrc.me \
--cc=paul@crapouillou.net \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=tzimmermann@suse.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.