linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Sort SHMOBILE dtbs alphabetically
@ 2014-08-28 12:00 Geert Uytterhoeven
  2014-08-29  0:32 ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-08-28 12:00 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
This depends on Magnus' series "[PATCH 00/05] ARM: shmobile: r8a7740 and
Armadillo cleanup".

 arch/arm/boot/dts/Makefile | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 2bff594ca7e2..8f9604c6ca24 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -358,24 +358,24 @@ dtb-$(CONFIG_ARCH_S5PV210) += s5pv210-aquila.dtb \
 	s5pv210-smdkv210.dtb \
 	s5pv210-torbreck.dtb
 dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) += r7s72100-genmai.dtb \
+	r8a73a4-ape6evm.dtb \
+	r8a73a4-ape6evm-reference.dtb \
 	r8a7740-armadillo800eva.dtb \
 	r8a7778-bockw.dtb \
 	r8a7778-bockw-reference.dtb \
 	r8a7779-marzen.dtb \
-	r8a7791-koelsch.dtb \
 	r8a7790-lager.dtb \
+	r8a7791-koelsch.dtb \
+	sh7372-mackerel.dtb \
 	sh73a0-kzm9g.dtb \
-	sh73a0-kzm9g-reference.dtb \
-	r8a73a4-ape6evm.dtb \
-	r8a73a4-ape6evm-reference.dtb \
-	sh7372-mackerel.dtb
+	sh73a0-kzm9g-reference.dtb
 dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \
 	r7s72100-genmai.dtb \
 	r8a7740-armadillo800eva.dtb \
-	r8a7791-henninger.dtb \
-	r8a7791-koelsch.dtb \
+	r8a7779-marzen.dtb \
 	r8a7790-lager.dtb \
-	r8a7779-marzen.dtb
+	r8a7791-henninger.dtb \
+	r8a7791-koelsch.dtb
 dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
 	socfpga_cyclone5_socdk.dtb \
 	socfpga_cyclone5_sockit.dtb \
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: Sort SHMOBILE dtbs alphabetically
  2014-08-28 12:00 [PATCH] ARM: dts: Sort SHMOBILE dtbs alphabetically Geert Uytterhoeven
@ 2014-08-29  0:32 ` Simon Horman
  2014-09-02  1:16   ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2014-08-29  0:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Aug 28, 2014 at 02:00:43PM +0200, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> This depends on Magnus' series "[PATCH 00/05] ARM: shmobile: r8a7740 and
> Armadillo cleanup".

As per my response to that series:

   Thanks. I have tentatively queued this up.

   I got some push back from Olof [CCed] about putting cleanups on top of
   development when sending pull-requests for v3.17. This series falls
   into the same category: cleaning up board and related files on top
   of changes to initialise devices using DT.

   Olof, ideally I'd like this to go into v3.18.
   Let me know if you have preference to delay it.

>  arch/arm/boot/dts/Makefile | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index 2bff594ca7e2..8f9604c6ca24 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -358,24 +358,24 @@ dtb-$(CONFIG_ARCH_S5PV210) += s5pv210-aquila.dtb \
>  	s5pv210-smdkv210.dtb \
>  	s5pv210-torbreck.dtb
>  dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) += r7s72100-genmai.dtb \
> +	r8a73a4-ape6evm.dtb \
> +	r8a73a4-ape6evm-reference.dtb \
>  	r8a7740-armadillo800eva.dtb \
>  	r8a7778-bockw.dtb \
>  	r8a7778-bockw-reference.dtb \
>  	r8a7779-marzen.dtb \
> -	r8a7791-koelsch.dtb \
>  	r8a7790-lager.dtb \
> +	r8a7791-koelsch.dtb \
> +	sh7372-mackerel.dtb \
>  	sh73a0-kzm9g.dtb \
> -	sh73a0-kzm9g-reference.dtb \
> -	r8a73a4-ape6evm.dtb \
> -	r8a73a4-ape6evm-reference.dtb \
> -	sh7372-mackerel.dtb
> +	sh73a0-kzm9g-reference.dtb
>  dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \
>  	r7s72100-genmai.dtb \
>  	r8a7740-armadillo800eva.dtb \
> -	r8a7791-henninger.dtb \
> -	r8a7791-koelsch.dtb \
> +	r8a7779-marzen.dtb \
>  	r8a7790-lager.dtb \
> -	r8a7779-marzen.dtb
> +	r8a7791-henninger.dtb \
> +	r8a7791-koelsch.dtb
>  dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
>  	socfpga_cyclone5_socdk.dtb \
>  	socfpga_cyclone5_sockit.dtb \
> -- 
> 1.9.1
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: Sort SHMOBILE dtbs alphabetically
  2014-08-29  0:32 ` Simon Horman
@ 2014-09-02  1:16   ` Simon Horman
  2014-09-24  1:07     ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2014-09-02  1:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 29, 2014 at 09:32:04AM +0900, Simon Horman wrote:
> On Thu, Aug 28, 2014 at 02:00:43PM +0200, Geert Uytterhoeven wrote:
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > ---
> > This depends on Magnus' series "[PATCH 00/05] ARM: shmobile: r8a7740 and
> > Armadillo cleanup".
> 
> As per my response to that series:
> 
>    Thanks. I have tentatively queued this up.
> 
>    I got some push back from Olof [CCed] about putting cleanups on top of
>    development when sending pull-requests for v3.17. This series falls
>    into the same category: cleaning up board and related files on top
>    of changes to initialise devices using DT.
> 
>    Olof, ideally I'd like this to go into v3.18.
>    Let me know if you have preference to delay it.

Hi Geert,

I have reconsidered this and I think that it would be best to
defer this cleanup until v3.19. The reason for this is that
I believe that there are plans to both add and DTS files during
v3.18, which would conflict with this release cycle.

Please repost this patch once v3.17-rc6 has been released.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: Sort SHMOBILE dtbs alphabetically
  2014-09-02  1:16   ` Simon Horman
@ 2014-09-24  1:07     ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-09-24  1:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Sep 02, 2014 at 10:16:08AM +0900, Simon Horman wrote:
> On Fri, Aug 29, 2014 at 09:32:04AM +0900, Simon Horman wrote:
> > On Thu, Aug 28, 2014 at 02:00:43PM +0200, Geert Uytterhoeven wrote:
> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > > ---
> > > This depends on Magnus' series "[PATCH 00/05] ARM: shmobile: r8a7740 and
> > > Armadillo cleanup".
> > 
> > As per my response to that series:
> > 
> >    Thanks. I have tentatively queued this up.
> > 
> >    I got some push back from Olof [CCed] about putting cleanups on top of
> >    development when sending pull-requests for v3.17. This series falls
> >    into the same category: cleaning up board and related files on top
> >    of changes to initialise devices using DT.
> > 
> >    Olof, ideally I'd like this to go into v3.18.
> >    Let me know if you have preference to delay it.
> 
> Hi Geert,
> 
> I have reconsidered this and I think that it would be best to
> defer this cleanup until v3.19. The reason for this is that
> I believe that there are plans to both add and DTS files during
> v3.18, which would conflict with this release cycle.
> 
> Please repost this patch once v3.17-rc6 has been released.

I have queued up the following for v3.19.
I will push it to a branch that will be included in linux-next
once v3.18-rc1 has been released.

There was a conflict due to the addition of r8a7794-alt.dtb after
you posted your patch. I have resolved it as follows. Please
let me know if I have made an error.


From: Geert Uytterhoeven <geert+renesas@glider.be>

[PATCH] ARM: dts: Sort SHMOBILE dtbs alphabetically

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
[horms+renesas@verge.net.au:  update for addition of r8a7794-alt.dtb]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 783126b..a9125b8 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -358,24 +358,24 @@ dtb-$(CONFIG_ARCH_S5PV210) += s5pv210-aquila.dtb \
 	s5pv210-smdkv210.dtb \
 	s5pv210-torbreck.dtb
 dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) += r7s72100-genmai.dtb \
+	r8a73a4-ape6evm.dtb \
+	r8a73a4-ape6evm-reference.dtb \
 	r8a7740-armadillo800eva.dtb \
 	r8a7778-bockw.dtb \
 	r8a7778-bockw-reference.dtb \
 	r8a7779-marzen.dtb \
-	r8a7791-koelsch.dtb \
 	r8a7790-lager.dtb \
+	r8a7791-koelsch.dtb \
+	sh7372-mackerel.dtb \
 	sh73a0-kzm9g.dtb \
-	sh73a0-kzm9g-reference.dtb \
-	r8a73a4-ape6evm.dtb \
-	r8a73a4-ape6evm-reference.dtb \
-	sh7372-mackerel.dtb
+	sh73a0-kzm9g-reference.dtb
 dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \
 	r7s72100-genmai.dtb \
 	r8a7740-armadillo800eva.dtb \
+	r8a7779-marzen.dtb \
+	r8a7790-lager.dtb \
 	r8a7791-henninger.dtb \
 	r8a7791-koelsch.dtb \
-	r8a7790-lager.dtb \
-	r8a7779-marzen.dtb \
 	r8a7794-alt.dtb
 dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
 	socfpga_cyclone5_socdk.dtb \

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-24  1:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28 12:00 [PATCH] ARM: dts: Sort SHMOBILE dtbs alphabetically Geert Uytterhoeven
2014-08-29  0:32 ` Simon Horman
2014-09-02  1:16   ` Simon Horman
2014-09-24  1:07     ` Simon Horman

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).