linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/05] ARM: shmobile: r8a7740 and Armadillo cleanup
@ 2014-08-28  3:34 Magnus Damm
  2014-08-28 11:57 ` Geert Uytterhoeven
  2014-08-29  0:32 ` Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Magnus Damm @ 2014-08-28  3:34 UTC (permalink / raw)
  To: linux-sh

ARM: shmobile: r8a7740 and Armadillo cleanup

[PATCH 01/05] ARM: shmobile: armadillo800eva: Sync DTS
[PATCH 02/05] ARM: shmobile: armadillo800eva: Build DTS for multiplatform
[PATCH 03/05] ARM: shmobile: r8a7740: Add restart callback
[PATCH 04/05] ARM: shmobile: armadillo800eva reference: Remove C board code
[PATCH 05/05] ARM: shmobile: armadillo800eva reference: Remove DTS

This patch series cleans up the Armadillo board support by removing
the DT reference implementation. To not lose functionality the reset
handling code is moved from (incorrect) board specific location to
the r8a7740 SoC code.

With this patch series applied the "DT Reference" case is now replaced
by r8a7740 Multiplatform using the same DTS/DTB as the r8a7740 legacy
case.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Built on top of renesas-devel-20140827-v3.17-rc2

 arch/arm/boot/dts/Makefile                               |    2 
 arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts  |  300 --------------
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts            |  276 ++++++++++++
 arch/arm/mach-shmobile/Kconfig                           |   15 
 arch/arm/mach-shmobile/Makefile                          |    1 
 arch/arm/mach-shmobile/Makefile.boot                     |    1 
 arch/arm/mach-shmobile/board-armadillo800eva-reference.c |  199 ---------
 arch/arm/mach-shmobile/setup-r8a7740.c                   |    8 
 8 files changed, 284 insertions(+), 518 deletions(-)

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

* Re: [PATCH 00/05] ARM: shmobile: r8a7740 and Armadillo cleanup
  2014-08-28  3:34 [PATCH 00/05] ARM: shmobile: r8a7740 and Armadillo cleanup Magnus Damm
@ 2014-08-28 11:57 ` Geert Uytterhoeven
  2014-08-29  0:32 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2014-08-28 11:57 UTC (permalink / raw)
  To: linux-sh

Hi Magnus,

On Thu, Aug 28, 2014 at 5:34 AM, Magnus Damm <magnus.damm@gmail.com> wrote:
> ARM: shmobile: r8a7740 and Armadillo cleanup
>
> [PATCH 01/05] ARM: shmobile: armadillo800eva: Sync DTS
> [PATCH 02/05] ARM: shmobile: armadillo800eva: Build DTS for multiplatform
> [PATCH 03/05] ARM: shmobile: r8a7740: Add restart callback
> [PATCH 04/05] ARM: shmobile: armadillo800eva reference: Remove C board code
> [PATCH 05/05] ARM: shmobile: armadillo800eva reference: Remove DTS
>
> This patch series cleans up the Armadillo board support by removing
> the DT reference implementation. To not lose functionality the reset
> handling code is moved from (incorrect) board specific location to
> the r8a7740 SoC code.
>
> With this patch series applied the "DT Reference" case is now replaced
> by r8a7740 Multiplatform using the same DTS/DTB as the r8a7740 legacy
> case.
>
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>

Thanks, works fine!

Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 00/05] ARM: shmobile: r8a7740 and Armadillo cleanup
  2014-08-28  3:34 [PATCH 00/05] ARM: shmobile: r8a7740 and Armadillo cleanup Magnus Damm
  2014-08-28 11:57 ` Geert Uytterhoeven
@ 2014-08-29  0:32 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-08-29  0:32 UTC (permalink / raw)
  To: linux-sh

On Thu, Aug 28, 2014 at 01:57:23PM +0200, Geert Uytterhoeven wrote:
> Hi Magnus,
> 
> On Thu, Aug 28, 2014 at 5:34 AM, Magnus Damm <magnus.damm@gmail.com> wrote:
> > ARM: shmobile: r8a7740 and Armadillo cleanup
> >
> > [PATCH 01/05] ARM: shmobile: armadillo800eva: Sync DTS
> > [PATCH 02/05] ARM: shmobile: armadillo800eva: Build DTS for multiplatform
> > [PATCH 03/05] ARM: shmobile: r8a7740: Add restart callback
> > [PATCH 04/05] ARM: shmobile: armadillo800eva reference: Remove C board code
> > [PATCH 05/05] ARM: shmobile: armadillo800eva reference: Remove DTS
> >
> > This patch series cleans up the Armadillo board support by removing
> > the DT reference implementation. To not lose functionality the reset
> > handling code is moved from (incorrect) board specific location to
> > the r8a7740 SoC code.
> >
> > With this patch series applied the "DT Reference" case is now replaced
> > by r8a7740 Multiplatform using the same DTS/DTB as the r8a7740 legacy
> > case.
> >
> > Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> 
> Thanks, works fine!
> 
> Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>

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.

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

end of thread, other threads:[~2014-08-29  0:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28  3:34 [PATCH 00/05] ARM: shmobile: r8a7740 and Armadillo cleanup Magnus Damm
2014-08-28 11:57 ` Geert Uytterhoeven
2014-08-29  0:32 ` 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).