mbox

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

Message ID cover.1419810196.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-for-v3.20

Message

Simon Horman Dec. 29, 2014, 1:47 a.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC updates for v3.20.


The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-for-v3.20

for you to fetch changes up to 39695882d3d642a73bca551e682426e4e3bcd158:

  ARM: shmobile: r8a73a4: Multiplatform support (2014-12-21 17:11:22 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Updates for v3.20

* Multiplatform support for r8a73a4
* No TWD setup in C for Multiplatform on r8a7779
* Fix is_e2 warning in generic R-Car Gen2 SoC setup code
* Add missing Add missing legacy INTCA0 clock for irqpin module on sh73a0

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: shmobile: sh73a0 legacy/reference: Add missing INTCA0 clock for irqpin module

Magnus Damm (2):
      ARM: shmobile: Fix is_e2 warning
      ARM: shmobile: r8a7779: No TWD setup in C for Multiplatform

Ulrich Hecht (1):
      ARM: shmobile: r8a73a4: Multiplatform support

 arch/arm/mach-shmobile/Kconfig           |  5 +++++
 arch/arm/mach-shmobile/clock-sh73a0.c    | 10 ++++++++++
 arch/arm/mach-shmobile/setup-rcar-gen2.c |  4 +---
 arch/arm/mach-shmobile/smp-r8a7779.c     |  2 +-
 4 files changed, 17 insertions(+), 4 deletions(-)

Comments

Olof Johansson Jan. 12, 2015, 10:37 p.m. UTC | #1
Hi Simon,

On Mon, Dec 29, 2014 at 10:47:06AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC updates for v3.20.
> 
> 
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-for-v3.20
> 
> for you to fetch changes up to 39695882d3d642a73bca551e682426e4e3bcd158:
> 
>   ARM: shmobile: r8a73a4: Multiplatform support (2014-12-21 17:11:22 +0900)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC Updates for v3.20
> 
> * Multiplatform support for r8a73a4
> * No TWD setup in C for Multiplatform on r8a7779
> * Fix is_e2 warning in generic R-Car Gen2 SoC setup code
> * Add missing Add missing legacy INTCA0 clock for irqpin module on sh73a0
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (1):
>       ARM: shmobile: sh73a0 legacy/reference: Add missing INTCA0 clock for irqpin module
> 
> Magnus Damm (2):
>       ARM: shmobile: Fix is_e2 warning
>       ARM: shmobile: r8a7779: No TWD setup in C for Multiplatform
> 
> Ulrich Hecht (1):
>       ARM: shmobile: r8a73a4: Multiplatform support


This branch is a little odd. There are several fixes in here, but it's grouped
as an SoC branch. I can see the multiplatform patch belonging here, but it
seems that the three other patches could go in a fixes-non-critical branch.

Anyway, I've merged this into next/soc now, but please try to keep some of
these a little better sorted going forward.

Thanks,

-Olof