Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1373576 > unrolled thread
| Started by | Nishanth Menon <nm@ti.com> |
|---|---|
| First post | 2016-04-07 19:10 +0200 |
| Last post | 2016-04-07 20:50 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files Nishanth Menon <nm@ti.com> - 2016-04-07 19:10 +0200
Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> - 2016-04-07 20:50 +0200
Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files Nishanth Menon <nm@ti.com> - 2016-04-07 20:50 +0200
| From | Nishanth Menon <nm@ti.com> |
|---|---|
| Date | 2016-04-07 19:10 +0200 |
| Subject | Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files |
| Message-ID | <rllBn-7dK-7@gated-at.bofh.it> |
Hi Santosh, On Wed, Mar 16, 2016 at 10:43 AM, santosh shilimkar <santosh.shilimkar@oracle.com> 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@lixom.net> >> Signed-off-by: Nishanth Menon <nm@ti.com> >> --- >> > 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
[toc] | [next] | [standalone]
| From | "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> |
|---|---|
| Date | 2016-04-07 20:50 +0200 |
| Message-ID | <rlnaa-8bl-3@gated-at.bofh.it> |
| In reply to | #1373576 |
On 4/7/16 10:01 AM, Nishanth Menon wrote: > Hi Santosh, > > On Wed, Mar 16, 2016 at 10:43 AM, santosh shilimkar > <santosh.shilimkar@oracle.com> 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@lixom.net> >>> Signed-off-by: Nishanth Menon <nm@ti.com> >>> --- >>> >> 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. > As discussed already, the 4.6 merge window contained the k2g renames as you can see from the pull request[1]. The other rename was suppose to be for 4.7 so that it lives in next for sometime for users to get the time to get to update the bootloaders etc. So it didn't slip pull request but just happen to go in 4.7 pull request. I added that to next early for testing. Hope it clarifies. Regards, Santosh [1] https://patchwork.ozlabs.org/patch/588386/
[toc] | [prev] | [next] | [standalone]
| From | Nishanth Menon <nm@ti.com> |
|---|---|
| Date | 2016-04-07 20:50 +0200 |
| Message-ID | <rlnab-8bl-25@gated-at.bofh.it> |
| In reply to | #1373650 |
On Thu, Apr 7, 2016 at 1:39 PM, santosh.shilimkar@oracle.com <santosh.shilimkar@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 >> <santosh.shilimkar@oracle.com> 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@lixom.net> >>>> Signed-off-by: Nishanth Menon <nm@ti.com> >>>> --- >>>> >>> 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. >> > As discussed already, the 4.6 merge window contained the k2g renames > as you can see from the pull request[1]. The other rename was suppose > to be for 4.7 so that it lives in next for sometime for users to get > the time to get to update the bootloaders etc. > > So it didn't slip pull request but just happen to go in 4.7 pull > request. I added that to next early for testing. Hope it > clarifies. Aaah.. OK. I had misunderstood this to mean this cleanup was for 4.6 cycle. I will have to hold off on u-boot update till this is in master :(. > > Regards, > Santosh > > [1] https://patchwork.ozlabs.org/patch/588386/ > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- --- Regards, Nishanth Menon
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web