mbox

[GIT,PULL] Renesas ARM Based SoC Cleanup for v4.1

Message ID cover.1424931049.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-soc-cleanup-for-v4.1

Message

Simon Horman Feb. 26, 2015, 6:22 a.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC cleanup for v4.1.


The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-cleanup-for-v4.1

for you to fetch changes up to fd9454ab51fa92f43ae5b7a71c42f2ee8417c2a2:

  ARM: shmobile: r8a7779: Remove redundant cpu_disable implementation (2015-02-24 07:12:16 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Cleanup for v4.1

* Remove redundant cpu_disable implementation from r8a7779 SoC
* Remove mach/{uncompress,clkdev,system}.h

----------------------------------------------------------------
Magnus Damm (3):
      ARM: shmobile: Remove mach/system.h
      ARM: shmobile: Remove mach/clkdev.h
      ARM: shmobile: Remove mach/uncompress.h

Stephen Boyd (1):
      ARM: shmobile: r8a7779: Remove redundant cpu_disable implementation

 arch/arm/Kconfig                                 |  1 -
 arch/arm/Kconfig.debug                           |  3 ++-
 arch/arm/mach-shmobile/clock.c                   | 11 -----------
 arch/arm/mach-shmobile/include/mach/clkdev.h     |  7 -------
 arch/arm/mach-shmobile/include/mach/system.h     | 11 -----------
 arch/arm/mach-shmobile/include/mach/uncompress.h | 19 -------------------
 arch/arm/mach-shmobile/smp-r8a7779.c             |  7 -------
 7 files changed, 2 insertions(+), 57 deletions(-)
 delete mode 100644 arch/arm/mach-shmobile/include/mach/clkdev.h
 delete mode 100644 arch/arm/mach-shmobile/include/mach/system.h
 delete mode 100644 arch/arm/mach-shmobile/include/mach/uncompress.h

Comments

Arnd Bergmann March 4, 2015, 9:54 p.m. UTC | #1
On Thursday 26 February 2015 15:22:32 Simon Horman wrote:
> ----------------------------------------------------------------
> Renesas ARM Based SoC Cleanup for v4.1
> 
> * Remove redundant cpu_disable implementation from r8a7779 SoC
> * Remove mach/{uncompress,clkdev,system}.h
> 

We have a lot of work for multiplatform this time, with your changes,
at91 and the patches I send over the last week. I've decided to
create a next/multiplatform branch for this, and merge your patches
into that one.

	Arnd