ARM: dts: k2*: Rename the k2* files to keystone-k2* files
authorNishanth Menon <nm@ti.com>
Tue, 22 Mar 2016 16:06:22 +0000 (09:06 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Wed, 13 Apr 2016 15:51:27 +0000 (08:51 -0700)
commit5edafc29829bc2a134c22f667c9ac5cb808a1c82
tree3187c5740d9650a05ae884a11d3d855942a4d246
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
ARM: dts: k2*: Rename the k2* files to keystone-k2* files

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@lixom.net>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
26 files changed:
MAINTAINERS
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/k2e-clocks.dtsi [deleted file]
arch/arm/boot/dts/k2e-evm.dts [deleted file]
arch/arm/boot/dts/k2e-netcp.dtsi [deleted file]
arch/arm/boot/dts/k2e.dtsi [deleted file]
arch/arm/boot/dts/k2hk-clocks.dtsi [deleted file]
arch/arm/boot/dts/k2hk-evm.dts [deleted file]
arch/arm/boot/dts/k2hk-netcp.dtsi [deleted file]
arch/arm/boot/dts/k2hk.dtsi [deleted file]
arch/arm/boot/dts/k2l-clocks.dtsi [deleted file]
arch/arm/boot/dts/k2l-evm.dts [deleted file]
arch/arm/boot/dts/k2l-netcp.dtsi [deleted file]
arch/arm/boot/dts/k2l.dtsi [deleted file]
arch/arm/boot/dts/keystone-k2e-clocks.dtsi [new file with mode: 0644]
arch/arm/boot/dts/keystone-k2e-evm.dts [new file with mode: 0644]
arch/arm/boot/dts/keystone-k2e-netcp.dtsi [new file with mode: 0644]
arch/arm/boot/dts/keystone-k2e.dtsi [new file with mode: 0644]
arch/arm/boot/dts/keystone-k2hk-clocks.dtsi [new file with mode: 0644]
arch/arm/boot/dts/keystone-k2hk-evm.dts [new file with mode: 0644]
arch/arm/boot/dts/keystone-k2hk-netcp.dtsi [new file with mode: 0644]
arch/arm/boot/dts/keystone-k2hk.dtsi [new file with mode: 0644]
arch/arm/boot/dts/keystone-k2l-clocks.dtsi [new file with mode: 0644]
arch/arm/boot/dts/keystone-k2l-evm.dts [new file with mode: 0644]
arch/arm/boot/dts/keystone-k2l-netcp.dtsi [new file with mode: 0644]
arch/arm/boot/dts/keystone-k2l.dtsi [new file with mode: 0644]
This page took 0.029804 seconds and 5 git commands to generate.