mbox

[GIT,PULL] Renesas ARM based r8a7790 SoC update for v3.10

Message ID 1365668101-21723-1-git-send-email-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-r8a7790-for-v3.10

Message

Simon Horman April 11, 2013, 8:14 a.m. UTC
Hi Arnd, Hi Olof,

The following changes since commit 8585deb18580d04209a2986430aa0959ef38fce2:

  ARM: shmobile: r8a7790 SoC 64-bit DT support (2013-04-02 11:02:21 +0900)

are available in the git repository at:

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

for you to fetch changes up to ab5fdfd5ea621b629da9bfda987af301da973525:

  ARM: shmobile: force enable of r8a7790 arch timer (2013-04-09 21:37:36 +0900)

----------------------------------------------------------------
Renesas ARM based r8a7790 SoC update for v3.10

* Force architecture timer to be activated regardless of bootloader
  - This is necessary for the lager board to boot
* Add second memory range to r8a7790 PFC device
  - This is in preparation for further PFC work.
    It should not break anything as it is not used yet.

This pull request is based on:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git renesas-soc2-for-v3.10

----------------------------------------------------------------
Magnus Damm (2):
      ARM: shmobile: Add second I/O range for r8a7790 PFC
      ARM: shmobile: force enable of r8a7790 arch timer

 arch/arm/mach-shmobile/include/mach/r8a7790.h |    1 +
 arch/arm/mach-shmobile/setup-r8a7790.c        |   15 ++++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

Comments

Olof Johansson April 11, 2013, 5:34 p.m. UTC | #1
On Thu, Apr 11, 2013 at 05:14:59PM +0900, Simon Horman wrote:
> Hi Arnd, Hi Olof,
> 
> The following changes since commit 8585deb18580d04209a2986430aa0959ef38fce2:
> 
>   ARM: shmobile: r8a7790 SoC 64-bit DT support (2013-04-02 11:02:21 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-r8a7790-for-v3.10

Pulled into next/soc2.


-Olof