* [PATCH] ARM: stih41x: Rename stih416-b2020-revE.dts to stih416-b2020e.dts @ 2014-06-18 10:31 Lee Jones [not found] ` <CALNtEFic8xNRsx2jSj6z7Zw7YL2U+1gJ=THNw6t_LM5u8Y5o7g@mail.gmail.com> [not found] ` <1403087508-6710-1-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> 0 siblings, 2 replies; 5+ messages in thread From: Lee Jones @ 2014-06-18 10:31 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA Cc: lee.jones-QSEj5FYQhm4dnm+yROfE0A, kernel-F5mvAk5X5gdBDgjK7y7TUQ, maxime.coquelin-qxv4g6HH51o, patrice.chotard-qxv4g6HH51o, srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w, devicetree-u79uwXL29TY76Z2rM5mHXA Two reasons for this rename. Firstly, it removes the camel case convention which isn't used by any other platform and secondly it matches the naming convention for the internal kernel, which can become annoying when flipping between the two. Signed-off-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> --- arch/arm/boot/dts/{stih416-b2020-revE.dts => stih416-b2020e.dts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename arch/arm/boot/dts/{stih416-b2020-revE.dts => stih416-b2020e.dts} (100%) diff --git a/arch/arm/boot/dts/stih416-b2020-revE.dts b/arch/arm/boot/dts/stih416-b2020e.dts similarity index 100% rename from arch/arm/boot/dts/stih416-b2020-revE.dts rename to arch/arm/boot/dts/stih416-b2020e.dts -- 1.8.3.2 -- 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <CALNtEFic8xNRsx2jSj6z7Zw7YL2U+1gJ=THNw6t_LM5u8Y5o7g@mail.gmail.com>]
* Re: [PATCH] ARM: stih41x: Rename stih416-b2020-revE.dts to stih416-b2020e.dts [not found] ` <CALNtEFic8xNRsx2jSj6z7Zw7YL2U+1gJ=THNw6t_LM5u8Y5o7g@mail.gmail.com> @ 2014-06-18 10:50 ` Lee Jones 0 siblings, 0 replies; 5+ messages in thread From: Lee Jones @ 2014-06-18 10:50 UTC (permalink / raw) To: Srinivas Kandagatla Cc: linux-arm-kernel, linux-kernel, kernel, Maxime Coquelin, Patrice Chotard, devicetree On Wed, 18 Jun 2014, Srinivas Kandagatla wrote: > Shouldn’t you do the same in Makefile? Ah balls! That's what happens when you rush. Respinning. > On Wed, Jun 18, 2014 at 11:31 AM, Lee Jones <lee.jones@linaro.org> wrote: > > > Two reasons for this rename. Firstly, it removes the camel case > > convention which isn't used by any other platform and secondly it > > matches the naming convention for the internal kernel, which can > > become annoying when flipping between the two. > > > > Signed-off-by: Lee Jones <lee.jones@linaro.org> > > --- > > arch/arm/boot/dts/{stih416-b2020-revE.dts => stih416-b2020e.dts} | 0 > > 1 file changed, 0 insertions(+), 0 deletions(-) > > rename arch/arm/boot/dts/{stih416-b2020-revE.dts => stih416-b2020e.dts} > > (100%) > > > > diff --git a/arch/arm/boot/dts/stih416-b2020-revE.dts > > b/arch/arm/boot/dts/stih416-b2020e.dts > > similarity index 100% > > rename from arch/arm/boot/dts/stih416-b2020-revE.dts > > rename to arch/arm/boot/dts/stih416-b2020e.dts > > > > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <1403087508-6710-1-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>]
* [PATCH v2] ARM: stih41x: Rename stih416-b2020-revE.dts to stih416-b2020e.dts [not found] ` <1403087508-6710-1-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> @ 2014-06-18 10:54 ` Lee Jones 2014-06-18 11:09 ` Maxime Coquelin 0 siblings, 1 reply; 5+ messages in thread From: Lee Jones @ 2014-06-18 10:54 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA Cc: kernel-F5mvAk5X5gdBDgjK7y7TUQ, maxime.coquelin-qxv4g6HH51o, patrice.chotard-qxv4g6HH51o, srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w, devicetree-u79uwXL29TY76Z2rM5mHXA Two reasons for this rename. Firstly, it removes the camel case convention which isn't used by any other platform and secondly it matches the naming convention for the internal kernel, which can become annoying when flipping between the two. Signed-off-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> --- v1 -> v2: Appropriate change to the Makefile. --- arch/arm/boot/dts/Makefile | 2 +- arch/arm/boot/dts/{stih416-b2020-revE.dts => stih416-b2020e.dts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/arm/boot/dts/{stih416-b2020-revE.dts => stih416-b2020e.dts} (100%) diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 5986ff6..adb5ed9 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -357,7 +357,7 @@ dtb-$(CONFIG_ARCH_STI)+= stih407-b2120.dtb \ stih415-b2020.dtb \ stih416-b2000.dtb \ stih416-b2020.dtb \ - stih416-b2020-revE.dtb + stih416-b2020e.dtb dtb-$(CONFIG_MACH_SUN4I) += \ sun4i-a10-a1000.dtb \ sun4i-a10-cubieboard.dtb \ diff --git a/arch/arm/boot/dts/stih416-b2020-revE.dts b/arch/arm/boot/dts/stih416-b2020e.dts similarity index 100% rename from arch/arm/boot/dts/stih416-b2020-revE.dts rename to arch/arm/boot/dts/stih416-b2020e.dts -- 1.8.3.2 -- 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 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v2] ARM: stih41x: Rename stih416-b2020-revE.dts to stih416-b2020e.dts 2014-06-18 10:54 ` [PATCH v2] " Lee Jones @ 2014-06-18 11:09 ` Maxime Coquelin [not found] ` <53A1734D.7000606-qxv4g6HH51o@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Maxime Coquelin @ 2014-06-18 11:09 UTC (permalink / raw) To: Lee Jones, linux-arm-kernel, linux-kernel Cc: kernel, patrice.chotard, srinivas.kandagatla, devicetree Hi Lee, On 06/18/2014 12:54 PM, Lee Jones wrote: > Two reasons for this rename. Firstly, it removes the camel case > convention which isn't used by any other platform and secondly it > matches the naming convention for the internal kernel, which can > become annoying when flipping between the two. > > Signed-off-by: Lee Jones <lee.jones@linaro.org> Acked-by: Maxime Coquelin <maxime.coquelin@st.com> It will be part of the STi pull-request for 3.16 fixes. Thanks, Maxime > --- > v1 -> v2: Appropriate change to the Makefile. > --- > arch/arm/boot/dts/Makefile | 2 +- > arch/arm/boot/dts/{stih416-b2020-revE.dts => stih416-b2020e.dts} | 0 > 2 files changed, 1 insertion(+), 1 deletion(-) > rename arch/arm/boot/dts/{stih416-b2020-revE.dts => stih416-b2020e.dts} (100%) > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index 5986ff6..adb5ed9 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -357,7 +357,7 @@ dtb-$(CONFIG_ARCH_STI)+= stih407-b2120.dtb \ > stih415-b2020.dtb \ > stih416-b2000.dtb \ > stih416-b2020.dtb \ > - stih416-b2020-revE.dtb > + stih416-b2020e.dtb > dtb-$(CONFIG_MACH_SUN4I) += \ > sun4i-a10-a1000.dtb \ > sun4i-a10-cubieboard.dtb \ > diff --git a/arch/arm/boot/dts/stih416-b2020-revE.dts b/arch/arm/boot/dts/stih416-b2020e.dts > similarity index 100% > rename from arch/arm/boot/dts/stih416-b2020-revE.dts > rename to arch/arm/boot/dts/stih416-b2020e.dts > ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <53A1734D.7000606-qxv4g6HH51o@public.gmane.org>]
* Re: [PATCH v2] ARM: stih41x: Rename stih416-b2020-revE.dts to stih416-b2020e.dts [not found] ` <53A1734D.7000606-qxv4g6HH51o@public.gmane.org> @ 2014-06-18 11:21 ` Lee Jones 0 siblings, 0 replies; 5+ messages in thread From: Lee Jones @ 2014-06-18 11:21 UTC (permalink / raw) To: Maxime Coquelin Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, kernel-F5mvAk5X5gdBDgjK7y7TUQ, patrice.chotard-qxv4g6HH51o, srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w, devicetree-u79uwXL29TY76Z2rM5mHXA On Wed, 18 Jun 2014, Maxime Coquelin wrote: > Hi Lee, > > On 06/18/2014 12:54 PM, Lee Jones wrote: > >Two reasons for this rename. Firstly, it removes the camel case > >convention which isn't used by any other platform and secondly it > >matches the naming convention for the internal kernel, which can > >become annoying when flipping between the two. > > > >Signed-off-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> > > Acked-by: Maxime Coquelin <maxime.coquelin-qxv4g6HH51o@public.gmane.org> > > It will be part of the STi pull-request for 3.16 fixes. Thanks for taking the patch. :) Just a quick side note. As a maintainer, if you're going to take the patch there's no requirement to publicly Ack it. Just let the submitter know that you've applied it to your tree. I use Acks for 2 things; when a patch touches code that I maintain, but is going in via a different tree, or as a marker if there is some reason I can't apply it to my tree right away (waiting on dependencies etc), but equally do not wish to review the same patch twice. > >--- > >v1 -> v2: Appropriate change to the Makefile. > >--- > > arch/arm/boot/dts/Makefile | 2 +- > > arch/arm/boot/dts/{stih416-b2020-revE.dts => stih416-b2020e.dts} | 0 > > 2 files changed, 1 insertion(+), 1 deletion(-) > > rename arch/arm/boot/dts/{stih416-b2020-revE.dts => stih416-b2020e.dts} (100%) > > > >diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > >index 5986ff6..adb5ed9 100644 > >--- a/arch/arm/boot/dts/Makefile > >+++ b/arch/arm/boot/dts/Makefile > >@@ -357,7 +357,7 @@ dtb-$(CONFIG_ARCH_STI)+= stih407-b2120.dtb \ > > stih415-b2020.dtb \ > > stih416-b2000.dtb \ > > stih416-b2020.dtb \ > >- stih416-b2020-revE.dtb > >+ stih416-b2020e.dtb > > dtb-$(CONFIG_MACH_SUN4I) += \ > > sun4i-a10-a1000.dtb \ > > sun4i-a10-cubieboard.dtb \ > >diff --git a/arch/arm/boot/dts/stih416-b2020-revE.dts b/arch/arm/boot/dts/stih416-b2020e.dts > >similarity index 100% > >rename from arch/arm/boot/dts/stih416-b2020-revE.dts > >rename to arch/arm/boot/dts/stih416-b2020e.dts > > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-06-18 11:21 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-06-18 10:31 [PATCH] ARM: stih41x: Rename stih416-b2020-revE.dts to stih416-b2020e.dts Lee Jones [not found] ` <CALNtEFic8xNRsx2jSj6z7Zw7YL2U+1gJ=THNw6t_LM5u8Y5o7g@mail.gmail.com> 2014-06-18 10:50 ` Lee Jones [not found] ` <1403087508-6710-1-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> 2014-06-18 10:54 ` [PATCH v2] " Lee Jones 2014-06-18 11:09 ` Maxime Coquelin [not found] ` <53A1734D.7000606-qxv4g6HH51o@public.gmane.org> 2014-06-18 11:21 ` Lee Jones
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).