linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL v2 0/7] Second Round of Renesas ARM Based SoC Updates for v3.15
@ 2014-02-26  7:57 Simon Horman
  2014-02-26  7:57 ` [PATCH 1/7] ARM: shmobile: Use 64-bit dma_addr_t on r8a7790/r8a7791 Simon Horman
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Simon Horman @ 2014-02-26  7:57 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

please consider this second round of Renesas ARM based SoC updates for v3.15.
As requested I have broken out clock changes into a separate branch which
I will send a pull-request for separately.


The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc2-for-v3.15

for you to fetch changes up to c4ca5d80e03559fd95c526ece5ce39fc732a2511:

  ARM: shmobile: Move SYSC base variable to inside ifdefs (2014-02-26 14:53:35 +0900)

----------------------------------------------------------------
Second Round of Renesas ARM Based SoC Updates for v3.15

* R-Car Gen2 SoCs: r8a7791 (R-Car M2) and r8a7790 (R-Car H2)
  - Remove __init from rcar_gen2_read_mode_pins()

* r8a7791 (R-Car M2)
  - Use 64-bit dma_addr_t

* r8a7790 (R-Car H2)
  - Add CA15-SCU, CA7-SCU
  - Add SYSC setup code
  - Use 64-bit dma_addr_t

----------------------------------------------------------------
Gaku Inami (1):
      ARM: shmobile: r8a7790 CA7-SCU enablement

Hisashi Nakamura (1):
      ARM: shmobile: r8a7790 SYSC setup code

Keita Kobayashi (1):
      ARM: shmobile: r8a7790 CA15-SCU enablement

Magnus Damm (4):
      ARM: shmobile: Use 64-bit dma_addr_t on r8a7790/r8a7791
      ARM: shmobile: Break out R-Car SYSC PM code
      ARM: shmobile: Remove __init from rcar_gen2_read_mode_pins()
      ARM: shmobile: Move SYSC base variable to inside ifdefs

 arch/arm/mach-shmobile/Kconfig                |   3 +
 arch/arm/mach-shmobile/Makefile               |   3 +-
 arch/arm/mach-shmobile/include/mach/pm-rcar.h |  15 +++
 arch/arm/mach-shmobile/include/mach/r8a7779.h |  13 +--
 arch/arm/mach-shmobile/include/mach/r8a7790.h |   1 +
 arch/arm/mach-shmobile/pm-r8a7779.c           | 131 ++----------------------
 arch/arm/mach-shmobile/pm-r8a7790.c           |  45 ++++++++
 arch/arm/mach-shmobile/pm-rcar.c              | 141 ++++++++++++++++++++++++++
 arch/arm/mach-shmobile/setup-rcar-gen2.c      |   2 +-
 arch/arm/mach-shmobile/smp-r8a7779.c          |  17 ++--
 arch/arm/mach-shmobile/smp-r8a7790.c          |  17 ++++
 11 files changed, 244 insertions(+), 144 deletions(-)
 create mode 100644 arch/arm/mach-shmobile/include/mach/pm-rcar.h
 create mode 100644 arch/arm/mach-shmobile/pm-r8a7790.c
 create mode 100644 arch/arm/mach-shmobile/pm-rcar.c

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

end of thread, other threads:[~2014-03-17  7:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-26  7:57 [GIT PULL v2 0/7] Second Round of Renesas ARM Based SoC Updates for v3.15 Simon Horman
2014-02-26  7:57 ` [PATCH 1/7] ARM: shmobile: Use 64-bit dma_addr_t on r8a7790/r8a7791 Simon Horman
2014-02-26  7:57 ` [PATCH 2/7] ARM: shmobile: Break out R-Car SYSC PM code Simon Horman
2014-02-26  7:57 ` [PATCH 3/7] ARM: shmobile: r8a7790 SYSC setup code Simon Horman
2014-02-26  7:57 ` [PATCH 4/7] ARM: shmobile: r8a7790 CA7-SCU enablement Simon Horman
2014-02-26  7:57 ` [PATCH 5/7] ARM: shmobile: r8a7790 CA15-SCU enablement Simon Horman
2014-02-26  7:57 ` [PATCH 6/7] ARM: shmobile: Remove __init from rcar_gen2_read_mode_pins() Simon Horman
2014-02-26  7:57 ` [PATCH 7/7] ARM: shmobile: Move SYSC base variable to inside ifdefs Simon Horman
2014-03-17  7:39 ` [GIT PULL v2 0/7] Second Round of Renesas ARM Based SoC Updates for v3.15 Olof Johansson

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).