All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mach-shmobile: ap4evb: evt2irq() update for MMCIF
@ 2010-06-01  2:40 Kuninori Morimoto
  2010-06-02  8:24 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2010-06-01  2:40 UTC (permalink / raw)
  To: linux-sh

This patch updates the irq numbers for MMCIF
to make use of evt2irq().

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/mach-shmobile/board-ap4evb.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index bdc4c6b..67da737 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -267,12 +267,12 @@ static struct resource sh_mmcif_resources[] = {
 	},
 	[1] = {
 		/* MMC ERR */
-		.start	= 198,
+		.start	= evt2irq(0x1ac0),
 		.flags	= IORESOURCE_IRQ,
 	},
 	[2] = {
 		/* MMC NOR */
-		.start	= 199,
+		.start	= evt2irq(0x1ae0),
 		.flags	= IORESOURCE_IRQ,
 	},
 };
-- 
1.7.0.4


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

* Re: [PATCH] ARM: mach-shmobile: ap4evb: evt2irq() update for MMCIF
  2010-06-01  2:40 [PATCH] ARM: mach-shmobile: ap4evb: evt2irq() update for MMCIF Kuninori Morimoto
@ 2010-06-02  8:24 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2010-06-02  8:24 UTC (permalink / raw)
  To: linux-sh

On Tue, Jun 01, 2010 at 11:40:05AM +0900, Kuninori Morimoto wrote:
> This patch updates the irq numbers for MMCIF
> to make use of evt2irq().

On Tue, Jun 01, 2010 at 11:40:32AM +0900, Kuninori Morimoto wrote:
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>  arch/arm/mach-shmobile/clock-sh7372.c |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)

On Tue, Jun 01, 2010 at 01:31:29PM +0900, Kuninori Morimoto wrote:
> MMC0/SDHI1 (CN7) can be selected by dip switch.
> And card voltage can be selected by jumper pin.

On Wed, Jun 02, 2010 at 09:24:33AM +0900, Kuninori Morimoto wrote:
>       ARM: mach-shmobile: make sure static declaration on ap4evb
>       ARM: mach-shmobile: make sure static declaration on g4evm
>       ARM: mach-shmobile: make sure static declaration on g3evm

On Wed, Jun 02, 2010 at 09:27:15AM +0900, Kuninori Morimoto wrote:
>       sh: make sure static declaration on mach-ap325rxa
>       sh: make sure static declaration on mach-ecovec24
>       sh: make sure static declaration on mach-migor
>       sh: make sure static declaration on ms7724se

All applied, thanks.

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

end of thread, other threads:[~2010-06-02  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01  2:40 [PATCH] ARM: mach-shmobile: ap4evb: evt2irq() update for MMCIF Kuninori Morimoto
2010-06-02  8:24 ` Paul Mundt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.