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:	Wed, 21 Nov 2012 14:17:29 +0100
From:	Laurent Pinchart <laurent.pinchart@...asonboard.com>
To:	viresh kumar <viresh.kumar@...aro.org>,
	linux-kernel@...r.kernel.org
Cc:	Paul Mundt <lethal@...ux-sh.org>,
	Magnus Damm <magnus.damm@...il.com>,
	Simon Horman <horms@...ge.net.au>,
	Linus Walleij <linus.walleij@...aro.org>,
	Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>,
	Phil Edworthy <phil.edworthy@...esas.com>,
	Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@...esas.com>,
	linux-sh@...r.kernel.org
Subject: Re: [PATCH 17/42] sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/

Hi Viresh,

On Wednesday 21 November 2012 08:58:19 viresh kumar wrote:
> On Wed, Nov 21, 2012 at 7:57 AM, Laurent Pinchart wrote:
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@...asonboard.com>
> > ---
> > 
> >  drivers/pinctrl/Kconfig          |    1 +
> >  drivers/pinctrl/Makefile         |    1 +
> >  drivers/pinctrl/sh-pfc/Kconfig   |   24 ++
> >  drivers/pinctrl/sh-pfc/Makefile  |    5 +
> >  drivers/pinctrl/sh-pfc/core.c    |  611 +++++++++++++++++++++++++++++++++
> >  drivers/pinctrl/sh-pfc/core.h    |   54 ++++
> >  drivers/pinctrl/sh-pfc/gpio.c    |  181 +++++++++++
> >  drivers/pinctrl/sh-pfc/pinctrl.c |  481 ++++++++++++++++++++++++++++++
> >  drivers/sh/Kconfig               |    1 -
> >  drivers/sh/Makefile              |    1 -
> >  drivers/sh/pfc/Kconfig           |   18 --
> >  drivers/sh/pfc/Makefile          |    5 -
> >  drivers/sh/pfc/core.c            |  611 ---------------------------------
> >  drivers/sh/pfc/core.h            |   54 ----
> >  drivers/sh/pfc/gpio.c            |  181 -----------
> >  drivers/sh/pfc/pinctrl.c         |  481 ------------------------------
> 
> I haven't gone through the patch, but is it a simple git mv of files?
> If yes, please generate such patches with following command to make review
> really simple:
> 
> git format-patch -C -M

My bad. Will do in the next version.

-- 
Regards,

Laurent Pinchart

--
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