linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Fifth Round of Renesas ARM Based SoC Soc Updates for v3.18
@ 2014-09-19  4:14 Simon Horman
  2014-09-19  4:14 ` [PATCH 1/2] ARM: shmobile: r8a7794: Reserve memory as other R-Car Gen2 SoCs Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2014-09-19  4:14 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these fifth round of Renesas ARM based SoC soc updates for v3.18.

This pull request is based on the previous round of
such requests, tagged as renesas-soc4-for-v3.18,
which I have already sent a pull-request for.


The following changes since commit 1370078db37de2aa5e906ae2b5dbbb6ba289adb4:

  ARM: shmobile: r8a7794: Remove unnecessary #ifdef CONFIG_USE_OF (2014-09-11 09:51:16 +0900)

are available in the git repository at:

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

for you to fetch changes up to 8237f9e5c38098aeb8570a77bacd0fe0ebc61dfa:

  ARM: shmobile: r8a7740 legacy: Fix copied bug in comment (2014-09-17 09:20:53 +0900)

----------------------------------------------------------------
Fifth Round of Renesas ARM Based SoC Soc Updates for v3.18

* r8a7740: Fix documentation error coppied from elsewhere
* r8a7794: Reserve memory for CMA in a manner consistent to
           other R-Car Gen2 SoCs

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: shmobile: r8a7740 legacy: Fix copied bug in comment

Magnus Damm (1):
      ARM: shmobile: r8a7794: Reserve memory as other R-Car Gen2 SoCs

 arch/arm/mach-shmobile/pm-r8a7740.c    | 2 +-
 arch/arm/mach-shmobile/setup-r8a7794.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

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

* [PATCH 1/2] ARM: shmobile: r8a7794: Reserve memory as other R-Car Gen2 SoCs
  2014-09-19  4:14 [GIT PULL] Fifth Round of Renesas ARM Based SoC Soc Updates for v3.18 Simon Horman
@ 2014-09-19  4:14 ` Simon Horman
  2014-09-19  4:14 ` [PATCH 2/2] ARM: shmobile: r8a7740 legacy: Fix copied bug in comment Simon Horman
  2014-09-25 16:11 ` [GIT PULL] Fifth Round of Renesas ARM Based SoC Soc Updates for v3.18 Arnd Bergmann
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-09-19  4:14 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm+renesas@opensource.se>

Other R-Car Gen2 SoCs such as r8a7790 and r8a7791 reserve
the top 256 MiB of memory for use with CMA. Adjust the
board-less r8a7794 code to do the same.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/setup-r8a7794.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-shmobile/setup-r8a7794.c b/arch/arm/mach-shmobile/setup-r8a7794.c
index c10acd1..d2b0930 100644
--- a/arch/arm/mach-shmobile/setup-r8a7794.c
+++ b/arch/arm/mach-shmobile/setup-r8a7794.c
@@ -28,5 +28,6 @@ DT_MACHINE_START(R8A7794_DT, "Generic R8A7794 (Flattened Device Tree)")
 	.init_early	= shmobile_init_delay,
 	.init_late	= shmobile_init_late,
 	.init_time	= rcar_gen2_timer_init,
+	.reserve	= rcar_gen2_reserve,
 	.dt_compat	= r8a7794_boards_compat_dt,
 MACHINE_END
-- 
2.0.1

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

* [PATCH 2/2] ARM: shmobile: r8a7740 legacy: Fix copied bug in comment
  2014-09-19  4:14 [GIT PULL] Fifth Round of Renesas ARM Based SoC Soc Updates for v3.18 Simon Horman
  2014-09-19  4:14 ` [PATCH 1/2] ARM: shmobile: r8a7794: Reserve memory as other R-Car Gen2 SoCs Simon Horman
@ 2014-09-19  4:14 ` Simon Horman
  2014-09-25 16:11 ` [GIT PULL] Fifth Round of Renesas ARM Based SoC Soc Updates for v3.18 Arnd Bergmann
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-09-19  4:14 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

The corresponding bug in pm-sh7372.c was fixed in commit
70fe7b24672a988f ("ARM: shmobile: Do not access sh7372 A4S domain
internals directly").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/pm-r8a7740.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-shmobile/pm-r8a7740.c b/arch/arm/mach-shmobile/pm-r8a7740.c
index a0d44d5..94c8815 100644
--- a/arch/arm/mach-shmobile/pm-r8a7740.c
+++ b/arch/arm/mach-shmobile/pm-r8a7740.c
@@ -18,7 +18,7 @@ static int r8a7740_pd_a4s_suspend(void)
 {
 	/*
 	 * The A4S domain contains the CPU core and therefore it should
-	 * only be turned off if the CPU is in use.
+	 * only be turned off if the CPU is not in use.
 	 */
 	return -EBUSY;
 }
-- 
2.0.1

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

* [GIT PULL] Fifth Round of Renesas ARM Based SoC Soc Updates for v3.18
  2014-09-19  4:14 [GIT PULL] Fifth Round of Renesas ARM Based SoC Soc Updates for v3.18 Simon Horman
  2014-09-19  4:14 ` [PATCH 1/2] ARM: shmobile: r8a7794: Reserve memory as other R-Car Gen2 SoCs Simon Horman
  2014-09-19  4:14 ` [PATCH 2/2] ARM: shmobile: r8a7740 legacy: Fix copied bug in comment Simon Horman
@ 2014-09-25 16:11 ` Arnd Bergmann
  2 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2014-09-25 16:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 19 September 2014, Simon Horman wrote:
> Fifth Round of Renesas ARM Based SoC Soc Updates for v3.18
> 
> * r8a7740: Fix documentation error coppied from elsewhere
> * r8a7794: Reserve memory for CMA in a manner consistent to
>            other R-Car Gen2 SoCs

Pulled into next/soc, thanks!

	Arnd

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

end of thread, other threads:[~2014-09-25 16:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-19  4:14 [GIT PULL] Fifth Round of Renesas ARM Based SoC Soc Updates for v3.18 Simon Horman
2014-09-19  4:14 ` [PATCH 1/2] ARM: shmobile: r8a7794: Reserve memory as other R-Car Gen2 SoCs Simon Horman
2014-09-19  4:14 ` [PATCH 2/2] ARM: shmobile: r8a7740 legacy: Fix copied bug in comment Simon Horman
2014-09-25 16:11 ` [GIT PULL] Fifth Round of Renesas ARM Based SoC Soc Updates for v3.18 Arnd Bergmann

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