From: 闫孝军 <andy.yan@rock-chips.com>
To: "Zubair Lutfullah Kakakhel" <Zubair.Kakakhel@imgtec.com>,
"airlied@linux.ie" <airlied@linux.ie>,
HeikoStübner <heiko@sntech.de>,
"fabio.estevam@freescale.com" <fabio.estevam@freescale.com>,
"rmk+kernel@arm.linux.org.uk" <rmk+kernel@arm.linux.org.uk>
Cc: "devel@driverdev.osuosl.org" <devel@driverdev.osuosl.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"Arnd Bergmann" <arnd@arndb.de>,
"Josh Boyer" <jwboyer@redhat.com>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"linux-rockchip@lists.infradead.org"
<linux-rockchip@lists.infradead.org>,
"Rob Herring" <robh+dt@kernel.org>,
"Daniel Kurtz" <djkurtz@google.com>, 杨宽宽 <ykk@rock-chips.com>,
"Grant Likely" <grant.likely@linaro.org>,
"Dave Airlie" <airlied@redhat.com>
Subject: Re: Re: [PATCH 2/2] move imx-hdmi to bridge/dw-hdmi
Date: Tue, 4 Nov 2014 22:16:17 +0800 [thread overview]
Message-ID: <201411042216107171432@rock-chips.com> (raw)
In-Reply-To: 5458D9B9.5030606@imgtec.com
[-- Attachment #1.1.1: Type: text/plain, Size: 3140 bytes --]
ZubairLK:
Thanks for your Suggestion, I will do it。
闫孝军(Andy)
**************************************************
公司:福州瑞芯微电子有限公司
地址:福建省福州市铜盘路软件大道89号软件园A区21号楼
邮编:350003
电话:(86-0591)83991906-8234
E-mail:andy.yan@rock-chips.com/yxj@rock-chips.com
*************************************************
****************************************************************************
IMPORTANT NOTICE: This email is from Fuzhou Rockchip Electronics Co., Ltd .The contents of this email and any attachments may contain information that is privileged, confidential and/or exempt from disclosure under applicable law and relevant NDA. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information is STRICTLY PROHIBITED. Please immediately contact the sender as soon as possible and destroy the material in its entirety in any format. Thank you.
****************************************************************************
From: Zubair Lutfullah Kakakhel
Date: 2014-11-04 21:50
To: Andy Yan; airlied@linux.ie; heiko@sntech.de; fabio.estevam@freescale.com; rmk+kernel@arm.linux.org.uk
CC: Greg Kroah-Hartman; Grant Likely; Rob Herring; Philipp Zabel; Shawn Guo; Josh Boyer; Sean Paul; Inki Dae; Dave Airlie; Arnd Bergmann; Lucas Stach; djkurtz@google.com; ykk@rock-chips.com; linux-kernel@vger.kernel.org; dri-devel@lists.freedesktop.org; devel@driverdev.osuosl.org; devicetree@vger.kernel.org; linux-rockchip@lists.infradead.org
Subject: Re: [PATCH 2/2] move imx-hdmi to bridge/dw-hdmi
Hi,
On 04/11/14 13:39, Andy Yan wrote:
> From: Andy yan <andy.yan@rock-chips.com>
>
> the original imx hdmi driver is under staging/imx-drm,
> which depends on imx-drm, so move the imx hdmi drvier out
> to drm/bridge and rename imx-hdmi to dw-hdmi
>
> Change-Id: I5f417372f256aa26cd00a3cd0160741680afd39d
> ---
> drivers/gpu/drm/bridge/Kconfig | 5 +
> drivers/gpu/drm/bridge/Makefile | 1 +
> drivers/gpu/drm/bridge/dw_hdmi.c | 1651 +++++++++++++++++++++++++++++++++
> drivers/gpu/drm/bridge/dw_hdmi.h | 1032 +++++++++++++++++++++
> drivers/staging/imx-drm/Kconfig | 1 +
> drivers/staging/imx-drm/Makefile | 2 +-
> drivers/staging/imx-drm/dw_hdmi-imx.c | 66 +-
> drivers/staging/imx-drm/imx-hdmi.c | 1651 ---------------------------------
> drivers/staging/imx-drm/imx-hdmi.h | 1032 ---------------------
> include/drm/bridge/dw_hdmi.h | 26 +-
> 10 files changed, 2737 insertions(+), 2730 deletions(-)
> create mode 100644 drivers/gpu/drm/bridge/dw_hdmi.c
> create mode 100644 drivers/gpu/drm/bridge/dw_hdmi.h
> delete mode 100644 drivers/staging/imx-drm/imx-hdmi.c
> delete mode 100644 drivers/staging/imx-drm/imx-hdmi.h
>
Could you try generating this patch with the -M option?
git format-patch should then understand its a rename.
Then it should generate a smaller patch that is possible to review easily.
Thanks
ZubairLK
[-- Attachment #1.1.2: Type: text/html, Size: 7435 bytes --]
[-- Attachment #1.2: 5376_CatchA381(11-07-(11-08-13-53-00).jpg --]
[-- Type: image/jpeg, Size: 5376 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2014-11-04 14:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-04 13:39 [PATCH 2/2] move imx-hdmi to bridge/dw-hdmi Andy Yan
2014-11-04 13:39 ` Andy Yan
2014-11-04 13:50 ` Zubair Lutfullah Kakakhel
2014-11-04 13:50 ` Zubair Lutfullah Kakakhel
2014-11-04 14:16 ` 闫孝军 [this message]
[not found] ` <5458D9B9.5030606-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2014-11-05 1:55 ` Andy Yan
2014-11-05 1:55 ` Andy Yan
2014-11-04 16:03 ` Greg Kroah-Hartman
2014-11-04 16:03 ` Greg Kroah-Hartman
2014-11-05 9:30 ` Dan Carpenter
2014-11-05 9:30 ` Dan Carpenter
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=201411042216107171432@rock-chips.com \
--to=andy.yan@rock-chips.com \
--cc=Zubair.Kakakhel@imgtec.com \
--cc=airlied@linux.ie \
--cc=airlied@redhat.com \
--cc=arnd@arndb.de \
--cc=devel@driverdev.osuosl.org \
--cc=devicetree@vger.kernel.org \
--cc=djkurtz@google.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=fabio.estevam@freescale.com \
--cc=grant.likely@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=heiko@sntech.de \
--cc=jwboyer@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=rmk+kernel@arm.linux.org.uk \
--cc=robh+dt@kernel.org \
--cc=ykk@rock-chips.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.