linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: R8A7779: use gic_iid() in SATA IRQ resource
@ 2013-03-07 23:31 Sergei Shtylyov
  2013-03-08  0:00 ` Kuninori Morimoto
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Shtylyov @ 2013-03-07 23:31 UTC (permalink / raw)
  To: linux-arm-kernel

Commit "ARM: shmobile: r8a7779: use gic_iid macro" switched R8A7779 platform
devices to using gic_iid() macro instead of gic_spi() but commit "ARM: mach-
shmobile: r8a7779: add SATA support" added another use of gic_spi(). Convert
the SATA IRQ resource to using gic_iid().

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is atop of the 'next' branch of Simon Horman's renesas.git.

 arch/arm/mach-shmobile/setup-r8a7779.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: renesas/arch/arm/mach-shmobile/setup-r8a7779.c
===================================================================
--- renesas.orig/arch/arm/mach-shmobile/setup-r8a7779.c
+++ renesas/arch/arm/mach-shmobile/setup-r8a7779.c
@@ -331,7 +331,7 @@ static struct resource sata_resources[] 
 		.flags	= IORESOURCE_MEM,
 	},
 	[1] = {
-		.start	= gic_spi(100),
+		.start	= gic_iid(0x84),
 		.flags	= IORESOURCE_IRQ,
 	},
 };

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

* [PATCH] ARM: shmobile: R8A7779: use gic_iid() in SATA IRQ resource
  2013-03-07 23:31 [PATCH] ARM: shmobile: R8A7779: use gic_iid() in SATA IRQ resource Sergei Shtylyov
@ 2013-03-08  0:00 ` Kuninori Morimoto
  2013-03-08  5:33   ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Kuninori Morimoto @ 2013-03-08  0:00 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Sergei

> Commit "ARM: shmobile: r8a7779: use gic_iid macro" switched R8A7779 platform
> devices to using gic_iid() macro instead of gic_spi() but commit "ARM: mach-
> shmobile: r8a7779: add SATA support" added another use of gic_spi(). Convert
> the SATA IRQ resource to using gic_iid().
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

> 
> ---
> This patch is atop of the 'next' branch of Simon Horman's renesas.git.
> 
>  arch/arm/mach-shmobile/setup-r8a7779.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: renesas/arch/arm/mach-shmobile/setup-r8a7779.c
> ===================================================================
> --- renesas.orig/arch/arm/mach-shmobile/setup-r8a7779.c
> +++ renesas/arch/arm/mach-shmobile/setup-r8a7779.c
> @@ -331,7 +331,7 @@ static struct resource sata_resources[] 
>  		.flags	= IORESOURCE_MEM,
>  	},
>  	[1] = {
> -		.start	= gic_spi(100),
> +		.start	= gic_iid(0x84),
>  		.flags	= IORESOURCE_IRQ,
>  	},
>  };
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


Best regards
---
Kuninori Morimoto

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

* [PATCH] ARM: shmobile: R8A7779: use gic_iid() in SATA IRQ resource
  2013-03-08  0:00 ` Kuninori Morimoto
@ 2013-03-08  5:33   ` Simon Horman
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2013-03-08  5:33 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 07, 2013 at 04:00:46PM -0800, Kuninori Morimoto wrote:
> 
> Hi Sergei
> 
> > Commit "ARM: shmobile: r8a7779: use gic_iid macro" switched R8A7779 platform
> > devices to using gic_iid() macro instead of gic_spi() but commit "ARM: mach-
> > shmobile: r8a7779: add SATA support" added another use of gic_spi(). Convert
> > the SATA IRQ resource to using gic_iid().
> > 
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Thanks, I have applied this to the soc5 branch and thus queued it
up for v3.10.

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

end of thread, other threads:[~2013-03-08  5:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07 23:31 [PATCH] ARM: shmobile: R8A7779: use gic_iid() in SATA IRQ resource Sergei Shtylyov
2013-03-08  0:00 ` Kuninori Morimoto
2013-03-08  5: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).