[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <56E97F0E.6070309@oracle.com>
Date: Wed, 16 Mar 2016 08:43:10 -0700
From: santosh shilimkar <santosh.shilimkar@...cle.com>
To: Nishanth Menon <nm@...com>, Santosh Shilimkar <ssantosh@...nel.org>
Cc: Russell King <linux@....linux.org.uk>,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Olof Johansson <olof@...om.net>
Subject: Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files
On 3/16/2016 7:39 AM, Nishanth Menon wrote:
> As reported in [1], rename the k2* dts files to keystone-* files
> this will force consistency throughout.
>
> Script for the same (and hand modified for Makefile and MAINTAINERS
> files):
> for i in arch/arm/boot/dts/k2*
> do
> b=`basename $i`;
> git mv $i arch/arm/boot/dts/keystone-$b;
> sed -i -e "s/$b/keystone-$b/g" arch/arm/boot/dts/*[si]
> done
>
> NOTE: bootloaders that depend on older dtb names will need to be
> updated as well.
>
> [1] http://marc.info/?l=linux-arm-kernel&m=145637407804754&w=2
>
> Reported-by: Olof Johansson <olof@...om.net>
> Signed-off-by: Nishanth Menon <nm@...com>
> ---
>
Thanks Nishant for taking care of this. I will add this to the
next soon.
Reagrds,
Santosh
Powered by blists - more mailing lists