Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757152AbcDGRBh (ORCPT ); Thu, 7 Apr 2016 13:01:37 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:33009 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757117AbcDGRBf (ORCPT ); Thu, 7 Apr 2016 13:01:35 -0400 MIME-Version: 1.0 In-Reply-To: <56E97F0E.6070309@oracle.com> References: <1458139150-30382-1-git-send-email-nm@ti.com> <56E97F0E.6070309@oracle.com> Date: Thu, 7 Apr 2016 12:01:34 -0500 X-Google-Sender-Auth: F-UESXf2pRUTivplLj1cSqeJluE Message-ID: Subject: Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files From: Nishanth Menon To: santosh shilimkar Cc: Santosh Shilimkar , Olof Johansson , dt list , Russell King , lkml , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1058 Lines: 38 Hi Santosh, On Wed, Mar 16, 2016 at 10:43 AM, santosh shilimkar wrote: > 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. > I dont see this in 4.6-rc2 yet.. did this slip our pull request? will be good to get this in so that we can fix up u-boot consistently. -- --- Regards, Nishanth Menon