lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 4 Nov 2014 13:50:49 +0000
From:	Zubair Lutfullah Kakakhel <Zubair.Kakakhel@...tec.com>
To:	Andy Yan <andy.yan@...k-chips.com>, <airlied@...ux.ie>,
	<heiko@...ech.de>, <fabio.estevam@...escale.com>,
	<rmk+kernel@....linux.org.uk>
CC:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Grant Likely <grant.likely@...aro.org>,
	Rob Herring <robh+dt@...nel.org>,
	Philipp Zabel <p.zabel@...gutronix.de>,
	Shawn Guo <shawn.guo@...aro.org>,
	Josh Boyer <jwboyer@...hat.com>,
	Sean Paul <seanpaul@...omium.org>,
	Inki Dae <inki.dae@...sung.com>,
	Dave Airlie <airlied@...hat.com>,
	Arnd Bergmann <arnd@...db.de>,
	Lucas Stach <l.stach@...gutronix.de>, <djkurtz@...gle.com>,
	<ykk@...k-chips.com>, <linux-kernel@...r.kernel.org>,
	<dri-devel@...ts.freedesktop.org>, <devel@...verdev.osuosl.org>,
	<devicetree@...r.kernel.org>, <linux-rockchip@...ts.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@...k-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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ