Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751885AbcCPPoP (ORCPT ); Wed, 16 Mar 2016 11:44:15 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:46403 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750839AbcCPPoN (ORCPT ); Wed, 16 Mar 2016 11:44:13 -0400 Subject: Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files To: Nishanth Menon , Santosh Shilimkar References: <1458139150-30382-1-git-send-email-nm@ti.com> Cc: Russell King , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Olof Johansson From: santosh shilimkar Organization: Oracle Corporation Message-ID: <56E97F0E.6070309@oracle.com> Date: Wed, 16 Mar 2016 08:43:10 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1458139150-30382-1-git-send-email-nm@ti.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 750 Lines: 27 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 > Signed-off-by: Nishanth Menon > --- > Thanks Nishant for taking care of this. I will add this to the next soon. Reagrds, Santosh