From: "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>
To: Xin Ji <xji@analogixsemi.com>
Cc: "devel@driverdev.osuosl.org" <devel@driverdev.osuosl.org>,
Andrzej Hajda <a.hajda@samsung.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"sjoerd.simons@collabora.co.uk" <sjoerd.simons@collabora.co.uk>,
Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
Sheng Pan <span@analogixsemi.com>
Subject: Re: [PATCH] Adjust analogix chip driver location
Date: Wed, 26 Jun 2019 20:23:17 +0800 [thread overview]
Message-ID: <20190626122317.GC30972@kroah.com> (raw)
In-Reply-To: <20190626104430.GA11770@xin-VirtualBox>
On Wed, Jun 26, 2019 at 10:44:38AM +0000, Xin Ji wrote:
> Move analogix chip ANX78XX bridge driver into "analogix" directory.
>
> Signed-off-by: Xin Ji <xji@analogixsemi.com>
> ---
> drivers/gpu/drm/bridge/Kconfig | 10 -
> drivers/gpu/drm/bridge/Makefile | 3 +-
> drivers/gpu/drm/bridge/analogix-anx78xx.c | 1485 --------------------
> drivers/gpu/drm/bridge/analogix-anx78xx.h | 710 ----------
> drivers/gpu/drm/bridge/analogix/Kconfig | 10 +
> drivers/gpu/drm/bridge/analogix/Makefile | 2 +
> drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c | 1485 ++++++++++++++++++++
> drivers/gpu/drm/bridge/analogix/analogix-anx78xx.h | 710 ++++++++++
> 8 files changed, 2208 insertions(+), 2207 deletions(-)
> delete mode 100644 drivers/gpu/drm/bridge/analogix-anx78xx.c
> delete mode 100644 drivers/gpu/drm/bridge/analogix-anx78xx.h
> create mode 100644 drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c
> create mode 100644 drivers/gpu/drm/bridge/analogix/analogix-anx78xx.h
'git format-patch -M' is usually a lot better to use when moving files
around, as it shows you only any changes in the files, not a huge
delete/add cycle.
thanks,
greg k-h
next prev parent reply other threads:[~2019-06-26 12:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-26 10:44 [PATCH] Adjust analogix chip driver location Xin Ji
2019-06-26 12:23 ` gregkh [this message]
2019-06-27 11:24 ` Xin Ji
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=20190626122317.GC30972@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=a.hajda@samsung.com \
--cc=airlied@linux.ie \
--cc=daniel@ffwll.ch \
--cc=devel@driverdev.osuosl.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sjoerd.simons@collabora.co.uk \
--cc=span@analogixsemi.com \
--cc=xji@analogixsemi.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.