Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files

2016-04-07 Thread Nishanth Menon
On Thu, Apr 7, 2016 at 1:39 PM, santosh.shilim...@oracle.com wrote: > On 4/7/16 10:01 AM, Nishanth Menon wrote: >> >> Hi Santosh, >> >> On Wed, Mar 16, 2016 at 10:43 AM, santosh shilimkar >> wrote: >>> >>> On 3/16/2016 7:39 AM, Nishanth

Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files

2016-04-07 Thread Nishanth Menon
On Thu, Apr 7, 2016 at 1:39 PM, santosh.shilim...@oracle.com wrote: > On 4/7/16 10:01 AM, Nishanth Menon wrote: >> >> 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

Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files

2016-04-07 Thread santosh.shilim...@oracle.com
On 4/7/16 10:01 AM, Nishanth Menon wrote: 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.

Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files

2016-04-07 Thread santosh.shilim...@oracle.com
On 4/7/16 10:01 AM, Nishanth Menon wrote: 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

Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files

2016-04-07 Thread Nishanth Menon
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

Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files

2016-04-07 Thread Nishanth Menon
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

[PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files

2016-03-19 Thread Nishanth Menon
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;

[PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files

2016-03-19 Thread Nishanth Menon
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;

Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files

2016-03-19 Thread santosh shilimkar
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

Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files

2016-03-19 Thread santosh shilimkar
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