linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Second Round of Renesas ARM Based SoC Cleanups for v3.19
@ 2014-11-21  0:55 Simon Horman
  2014-11-21  0:55 ` [PATCH 1/3] ARM: shmobile: sh73a0: Spelling/grammar s/entity map/identity mapping/ Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Simon Horman @ 2014-11-21  0:55 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these second round of Renesas ARM based SoC cleanups for v3.19.

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


The following changes since commit dac95365dc2683df55c4e221e2f669a056863307:

  ARM: shmobile: sh73a0: Remove wrapper sh73a0_init_delay() (2014-10-24 13:07:01 +0900)

are available in the git repository at:

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

for you to fetch changes up to 3e940958ed3625187704f41129801800f70c2169:

  ARM: shmobile: r8a7779: Spelling/grammar s/entity/identity/, s/map/mapping/ (2014-11-17 10:35:07 +0900)

----------------------------------------------------------------
Second Round of Renesas ARM Based SoC Cleanups for v3.19

* Spelling and grammar fixes

----------------------------------------------------------------
Geert Uytterhoeven (3):
      ARM: shmobile: sh73a0: Spelling/grammar s/entity map/identity mapping/
      ARM: shmobile: sh7372: Spelling/grammar s/entity map/identity mapping/
      ARM: shmobile: r8a7779: Spelling/grammar s/entity/identity/, s/map/mapping/

 arch/arm/mach-shmobile/setup-r8a7779.c | 6 +++---
 arch/arm/mach-shmobile/setup-sh7372.c  | 2 +-
 arch/arm/mach-shmobile/setup-sh73a0.c  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

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

* [PATCH 1/3] ARM: shmobile: sh73a0: Spelling/grammar s/entity map/identity mapping/
  2014-11-21  0:55 [GIT PULL] Second Round of Renesas ARM Based SoC Cleanups for v3.19 Simon Horman
@ 2014-11-21  0:55 ` Simon Horman
  2014-11-21  0:55 ` [PATCH 2/3] ARM: shmobile: sh7372: " Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2014-11-21  0:55 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

diff --git a/arch/arm/mach-shmobile/setup-sh73a0.c b/arch/arm/mach-shmobile/setup-sh73a0.c
index 0754b12..1622fb2 100644
--- a/arch/arm/mach-shmobile/setup-sh73a0.c
+++ b/arch/arm/mach-shmobile/setup-sh73a0.c
@@ -45,7 +45,7 @@
 #include "sh73a0.h"
 
 static struct map_desc sh73a0_io_desc[] __initdata = {
-	/* create a 1:1 entity map for 0xe6xxxxxx
+	/* create a 1:1 identity mapping for 0xe6xxxxxx
 	 * used by CPGA, INTC and PFC.
 	 */
 	{
-- 
2.1.1

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

* [PATCH 2/3] ARM: shmobile: sh7372: Spelling/grammar s/entity map/identity mapping/
  2014-11-21  0:55 [GIT PULL] Second Round of Renesas ARM Based SoC Cleanups for v3.19 Simon Horman
  2014-11-21  0:55 ` [PATCH 1/3] ARM: shmobile: sh73a0: Spelling/grammar s/entity map/identity mapping/ Simon Horman
@ 2014-11-21  0:55 ` Simon Horman
  2014-11-21  0:55 ` [PATCH 3/3] ARM: shmobile: r8a7779: Spelling/grammar s/entity/identity/, s/map/mapping/ Simon Horman
  2014-11-21 12:06 ` [GIT PULL] Second Round of Renesas ARM Based SoC Cleanups for v3.19 Arnd Bergmann
  3 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2014-11-21  0:55 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

diff --git a/arch/arm/mach-shmobile/setup-sh7372.c b/arch/arm/mach-shmobile/setup-sh7372.c
index d646c8d..a811675 100644
--- a/arch/arm/mach-shmobile/setup-sh7372.c
+++ b/arch/arm/mach-shmobile/setup-sh7372.c
@@ -47,7 +47,7 @@
 #include "sh7372.h"
 
 static struct map_desc sh7372_io_desc[] __initdata = {
-	/* create a 1:1 entity map for 0xe6xxxxxx
+	/* create a 1:1 identity mapping for 0xe6xxxxxx
 	 * used by CPGA, INTC and PFC.
 	 */
 	{
-- 
2.1.1

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

* [PATCH 3/3] ARM: shmobile: r8a7779: Spelling/grammar s/entity/identity/, s/map/mapping/
  2014-11-21  0:55 [GIT PULL] Second Round of Renesas ARM Based SoC Cleanups for v3.19 Simon Horman
  2014-11-21  0:55 ` [PATCH 1/3] ARM: shmobile: sh73a0: Spelling/grammar s/entity map/identity mapping/ Simon Horman
  2014-11-21  0:55 ` [PATCH 2/3] ARM: shmobile: sh7372: " Simon Horman
@ 2014-11-21  0:55 ` Simon Horman
  2014-11-21 12:06 ` [GIT PULL] Second Round of Renesas ARM Based SoC Cleanups for v3.19 Arnd Bergmann
  3 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2014-11-21  0:55 UTC (permalink / raw)
  To: linux-arm-kernel

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

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/setup-r8a7779.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c
index 136078a..65635b1 100644
--- a/arch/arm/mach-shmobile/setup-r8a7779.c
+++ b/arch/arm/mach-shmobile/setup-r8a7779.c
@@ -52,14 +52,14 @@
 #include "r8a7779.h"
 
 static struct map_desc r8a7779_io_desc[] __initdata = {
-	/* 2M entity map for 0xf0000000 (MPCORE) */
+	/* 2M identity mapping for 0xf0000000 (MPCORE) */
 	{
 		.virtual	= 0xf0000000,
 		.pfn		= __phys_to_pfn(0xf0000000),
 		.length		= SZ_2M,
 		.type		= MT_DEVICE_NONSHARED
 	},
-	/* 16M entity map for 0xfexxxxxx (DMAC-S/HPBREG/INTC2/LRAM/DBSC) */
+	/* 16M identity mapping for 0xfexxxxxx (DMAC-S/HPBREG/INTC2/LRAM/DBSC) */
 	{
 		.virtual	= 0xfe000000,
 		.pfn		= __phys_to_pfn(0xfe000000),
@@ -683,7 +683,7 @@ void __init r8a7779_add_early_devices(void)
 
 	/* Early serial console setup is not included here due to
 	 * memory map collisions. The SCIF serial ports in r8a7779
-	 * are difficult to entity map 1:1 due to collision with the
+	 * are difficult to identity map 1:1 due to collision with the
 	 * virtual memory range used by the coherent DMA code on ARM.
 	 *
 	 * Anyone wanting to debug early can remove UPF_IOREMAP from
-- 
2.1.1

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

* [GIT PULL] Second Round of Renesas ARM Based SoC Cleanups for v3.19
  2014-11-21  0:55 [GIT PULL] Second Round of Renesas ARM Based SoC Cleanups for v3.19 Simon Horman
                   ` (2 preceding siblings ...)
  2014-11-21  0:55 ` [PATCH 3/3] ARM: shmobile: r8a7779: Spelling/grammar s/entity/identity/, s/map/mapping/ Simon Horman
@ 2014-11-21 12:06 ` Arnd Bergmann
  2014-11-25  0:33   ` Simon Horman
  3 siblings, 1 reply; 6+ messages in thread
From: Arnd Bergmann @ 2014-11-21 12:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 21 November 2014 09:55:08 Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these second round of Renesas ARM based SoC cleanups for v3.19.
> 
> This pull request is based on the previous round of
> such requests, tagged as renesas-soc-cleanups-for-v3.19,
> which I have already sent a pull-request for.
> 

Pulled into next/cleanup, thanks!

	Arnd

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

* [GIT PULL] Second Round of Renesas ARM Based SoC Cleanups for v3.19
  2014-11-21 12:06 ` [GIT PULL] Second Round of Renesas ARM Based SoC Cleanups for v3.19 Arnd Bergmann
@ 2014-11-25  0:33   ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2014-11-25  0:33 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Nov 21, 2014 at 01:06:30PM +0100, Arnd Bergmann wrote:
> On Friday 21 November 2014 09:55:08 Simon Horman wrote:
> > Hi Olof, Hi Kevin, Hi Arnd,
> > 
> > Please consider these second round of Renesas ARM based SoC cleanups for v3.19.
> > 
> > This pull request is based on the previous round of
> > such requests, tagged as renesas-soc-cleanups-for-v3.19,
> > which I have already sent a pull-request for.
> > 
> 
> Pulled into next/cleanup, thanks!

Thanks Arnd,

I think that means everything I asked to be pulled for v3.19 is now in :)

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21  0:55 [GIT PULL] Second Round of Renesas ARM Based SoC Cleanups for v3.19 Simon Horman
2014-11-21  0:55 ` [PATCH 1/3] ARM: shmobile: sh73a0: Spelling/grammar s/entity map/identity mapping/ Simon Horman
2014-11-21  0:55 ` [PATCH 2/3] ARM: shmobile: sh7372: " Simon Horman
2014-11-21  0:55 ` [PATCH 3/3] ARM: shmobile: r8a7779: Spelling/grammar s/entity/identity/, s/map/mapping/ Simon Horman
2014-11-21 12:06 ` [GIT PULL] Second Round of Renesas ARM Based SoC Cleanups for v3.19 Arnd Bergmann
2014-11-25  0:33   ` Simon Horman

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