mbox

[GIT,PULL] Renesas ARM Based SoC Cleanup Updates for v3.18

Message ID cover.1408670789.git.horms+renesas@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-cleanup-for-v3.18

Message

Simon Horman Aug. 23, 2014, 1:44 a.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC cleanup updates for v3.18.

This pull request is based on
"Renesas ARM Based SoC DT Timers Updates for v3.18",
tagged as dt-timers-for-v3.18,
which I have already sent a pull-request for.

This is a rebase of changes that didn't quite make it into v3.17.
These cleanups depend on changes in dt-timers-for-v3.18 and rebasing
to remove that dependency is not entirely trivial.


The following changes since commit 9dddfcfacaadb5491b62233b893b510fa00da4e0:

  ARM: shmobile: genmai-reference: Enable MTU2 in device tree (2014-08-17 09:02:54 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-cleanup-for-v3.18

for you to fetch changes up to ad8c3af8b75ff26c5c887f2101da653bdcd53a38:

  ARM: shmobile: r7s72100: Remove legacy board support (2014-08-17 09:57:08 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Cleanup Updates for v3.18

* Remove Genmai board code

----------------------------------------------------------------
Laurent Pinchart (3):
      ARM: shmobile: r7s72100: genmai: Remove reference board file
      ARM: shmobile: r7s72100: genmai: Remove legacy board file
      ARM: shmobile: r7s72100: Remove legacy board support

 arch/arm/mach-shmobile/Kconfig                  |  17 --
 arch/arm/mach-shmobile/Makefile                 |   3 -
 arch/arm/mach-shmobile/Makefile.boot            |   1 -
 arch/arm/mach-shmobile/board-genmai-reference.c |  35 ----
 arch/arm/mach-shmobile/board-genmai.c           | 173 ------------------
 arch/arm/mach-shmobile/clock-r7s72100.c         | 231 ------------------------
 arch/arm/mach-shmobile/r7s72100.h               |   6 -
 arch/arm/mach-shmobile/setup-r7s72100.c         |   2 -
 8 files changed, 468 deletions(-)
 delete mode 100644 arch/arm/mach-shmobile/board-genmai-reference.c
 delete mode 100644 arch/arm/mach-shmobile/board-genmai.c
 delete mode 100644 arch/arm/mach-shmobile/clock-r7s72100.c
 delete mode 100644 arch/arm/mach-shmobile/r7s72100.h

Comments

Arnd Bergmann Sept. 5, 2014, 4:20 p.m. UTC | #1
On Saturday 23 August 2014, Simon Horman wrote:
> Please consider these Renesas ARM based SoC cleanup updates for v3.18.
> 
> This pull request is based on
> "Renesas ARM Based SoC DT Timers Updates for v3.18",
> tagged as dt-timers-for-v3.18,
> which I have already sent a pull-request for.
> 
> This is a rebase of changes that didn't quite make it into v3.17.
> These cleanups depend on changes in dt-timers-for-v3.18 and rebasing
> to remove that dependency is not entirely trivial.
> 


I hesitated a bit for this one and the dt-timers-for-v3.18 branch, as they
don't really fit into our scheme, and I'd much prefer having the cleanups
done first, while everything else isn't that important.

In the end, I stuck it all into next/soc.

That's the last one of the outstanding shmobile pull requests that I'm
aware of. Again, sorry for taking my time with them. Please check that
I didn't miss anything you wanted me to pull.

Thanks,

	Arnd
Simon Horman Sept. 9, 2014, 2:14 a.m. UTC | #2
On Fri, Sep 05, 2014 at 06:20:45PM +0200, Arnd Bergmann wrote:
> On Saturday 23 August 2014, Simon Horman wrote:
> > Please consider these Renesas ARM based SoC cleanup updates for v3.18.
> > 
> > This pull request is based on
> > "Renesas ARM Based SoC DT Timers Updates for v3.18",
> > tagged as dt-timers-for-v3.18,
> > which I have already sent a pull-request for.
> > 
> > This is a rebase of changes that didn't quite make it into v3.17.
> > These cleanups depend on changes in dt-timers-for-v3.18 and rebasing
> > to remove that dependency is not entirely trivial.
> > 
> 
> 
> I hesitated a bit for this one and the dt-timers-for-v3.18 branch, as they
> don't really fit into our scheme, and I'd much prefer having the cleanups
> done first, while everything else isn't that important.

Thanks, we are working on improving our processes to try to
get more cleanups in earlier in the release cycle.

> In the end, I stuck it all into next/soc.
> 
> That's the last one of the outstanding shmobile pull requests that I'm
> aware of. Again, sorry for taking my time with them. Please check that
> I didn't miss anything you wanted me to pull.

Thanks, I have checked and I don't see anything missing.