devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
To: santosh shilimkar
	<santosh.shilimkar-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
Cc: Santosh Shilimkar
	<ssantosh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>,
	dt list <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
	lkml <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files
Date: Thu, 7 Apr 2016 12:01:34 -0500	[thread overview]
Message-ID: <CAGo_u6oMYZvzkvCsi8H3hvOBrPLZ-EL-T3RCA6E8BnmThrLYfA@mail.gmail.com> (raw)
In-Reply-To: <56E97F0E.6070309-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>

Hi Santosh,

On Wed, Mar 16, 2016 at 10:43 AM, santosh shilimkar
<santosh.shilimkar-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> 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 <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
>> Signed-off-by: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
>> ---
>>
> 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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-04-07 17:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-16 14:39 [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files Nishanth Menon
     [not found] ` <1458139150-30382-1-git-send-email-nm-l0cyMroinI0@public.gmane.org>
2016-03-16 15:43   ` santosh shilimkar
     [not found]     ` <56E97F0E.6070309-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2016-04-07 17:01       ` Nishanth Menon [this message]
     [not found]         ` <CAGo_u6oMYZvzkvCsi8H3hvOBrPLZ-EL-T3RCA6E8BnmThrLYfA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-04-07 18:39           ` santosh.shilimkar-QHcLZuEGTsvQT0dZR+AlfA
     [not found]             ` <5706A97E.7090002-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2016-04-07 18:44               ` Nishanth Menon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGo_u6oMYZvzkvCsi8H3hvOBrPLZ-EL-T3RCA6E8BnmThrLYfA@mail.gmail.com \
    --to=nm-l0cymroini0@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
    --cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org \
    --cc=santosh.shilimkar-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org \
    --cc=ssantosh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).