[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180924072807.xjxdrvtjeoa3wsch@pengutronix.de>
Date: Mon, 24 Sep 2018 09:28:07 +0200
From: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
To: Daniel Lezcano <daniel.lezcano@...aro.org>
Cc: tglx@...utronix.de, linux-kernel@...r.kernel.org,
Andreas Färber <afaerber@...e.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Vladimir Zapolskiy <vz@...ia.com>,
Sylvain Lemieux <slemieux.tyco@...il.com>,
Michal Simek <michal.simek@...inx.com>,
Joachim Eastwood <manabian@...il.com>,
Liviu Dudau <liviu.dudau@....com>,
Sudeep Holla <sudeep.holla@....com>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Tony Prisk <linux@...sktech.co.nz>,
Mauro Carvalho Chehab <mchehab+samsung@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>,
"moderated list:ARM/ACTIONS SEMI ARCHITECTURE"
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH 1/2] clocksource/drivers: Unify the names to timer-*
format
On Mon, Sep 24, 2018 at 08:31:26AM +0200, Daniel Lezcano wrote:
> On 24/09/2018 08:28, Uwe Kleine-König wrote:
> > On Mon, Sep 24, 2018 at 06:15:17AM +0200, Daniel Lezcano wrote:
> >> In order to make some housekeeping in the directory, this patch renames
> >> drivers to the timer-* format in order to unify their names.
> >>
> >> There is no functional changes.
> >>
> >> Signed-off-by: Daniel Lezcano <daniel.lezcano@...aro.org>
> >> ---
> >> MAINTAINERS | 10 +-
> >> drivers/clocksource/Makefile | 26 +-
> >> drivers/clocksource/cadence_ttc_timer.c | 543 ------------------------------
> >> drivers/clocksource/fsl_ftm_timer.c | 376 ---------------------
> >> drivers/clocksource/owl-timer.c | 173 ----------
> >> drivers/clocksource/qcom-timer.c | 258 --------------
> >> drivers/clocksource/time-armada-370-xp.c | 416 -----------------------
> >> drivers/clocksource/time-efm32.c | 287 ----------------
> >> drivers/clocksource/time-lpc32xx.c | 314 -----------------
> >> drivers/clocksource/time-orion.c | 192 -----------
> >> drivers/clocksource/time-pistachio.c | 218 ------------
> >> drivers/clocksource/timer-armada-370-xp.c | 416 +++++++++++++++++++++++
> >> drivers/clocksource/timer-cadence-ttc.c | 543 ++++++++++++++++++++++++++++++
> >> drivers/clocksource/timer-efm32.c | 287 ++++++++++++++++
> >> drivers/clocksource/timer-fsl-ftm.c | 376 +++++++++++++++++++++
> >> drivers/clocksource/timer-lpc32xx.c | 314 +++++++++++++++++
> >> drivers/clocksource/timer-orion.c | 192 +++++++++++
> >> drivers/clocksource/timer-owl.c | 173 ++++++++++
> >> drivers/clocksource/timer-pistachio.c | 218 ++++++++++++
> >> drivers/clocksource/timer-qcom.c | 258 ++++++++++++++
> >> drivers/clocksource/timer-versatile.c | 44 +++
> >> drivers/clocksource/timer-vf-pit.c | 204 +++++++++++
> >> drivers/clocksource/timer-vt8500.c | 168 +++++++++
> >> drivers/clocksource/timer-zevio.c | 218 ++++++++++++
> >> drivers/clocksource/versatile.c | 44 ---
> >> drivers/clocksource/vf_pit_timer.c | 204 -----------
> >> drivers/clocksource/vt8500_timer.c | 168 ---------
> >> drivers/clocksource/zevio-timer.c | 218 ------------
> >> 28 files changed, 3429 insertions(+), 3429 deletions(-)
> >
> > Wow, with git format-patch -M this should look much smaller and so
> > easier to review.
>
> Yes, I forgot the option :/
I think you want:
git config diff.renames true
or a newer git (>= 2.9, which enabled that by default).
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Powered by blists - more mailing lists