From: Simon Horman <horms@verge.net.au>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: linux-mmc@vger.kernel.org, linux-sh@vger.kernel.org,
Chris Ball <cjb@laptop.org>, Paul Mundt <lethal@linux-sh.org>,
Magnus Damm <magnus.damm@gmail.com>
Subject: Re: [PATCH v8 4/4] ARM: shmobile: ag5evm, ap4: Named SDHI IRQ sources
Date: Fri, 26 Aug 2011 18:48:01 +0900 [thread overview]
Message-ID: <20110826094801.GC5380@verge.net.au> (raw)
In-Reply-To: <Pine.LNX.4.64.1108261121280.25272@axis700.grange>
On Fri, Aug 26, 2011 at 11:22:00AM +0200, Guennadi Liakhovetski wrote:
> On Fri, 26 Aug 2011, Simon Horman wrote:
>
> > On Fri, Aug 26, 2011 at 10:44:16AM +0200, Guennadi Liakhovetski wrote:
> > > On Thu, 25 Aug 2011, Simon Horman wrote:
> > >
> > > > This allows specific (non-multiplexed) IRQ handlers to be used.
> > >
> > > Could you also prepare a similar patch for g4evm and ap4evb? No need to
> > > change this one, just prepare another one, please.
> >
> > Sure, though I do not have access to those boards to test
> > (as far as I know).
>
> Ok, I've got an ap4evb, so, I'll prepare that patch myself.
I can give you this to test:
>From 18f06d15a1b08861b06727e9a429201b19e4323a Mon Sep 17 00:00:00 2001
From: Simon Horman <horms@verge.net.au>
Date: Fri, 26 Aug 2011 18:44:53 +0900
Subject: [PATCH] ARM: shmobile: ap4evb: Name SDHI IRQ sources
This allows specific (non-multiplexed) IRQ handlers to be used
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/mach-shmobile/board-ap4evb.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 9e0856b..ef5c7ca 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -339,14 +339,17 @@ static struct resource sdhi0_resources[] = {
.flags = IORESOURCE_MEM,
},
[1] = {
+ .name = SH_MOBILE_SDHI_IRQ_CARD_DETECT,
.start = evt2irq(0x0e00) /* SDHI0_SDHI0I0 */,
.flags = IORESOURCE_IRQ,
},
[2] = {
+ .name = SH_MOBILE_SDHI_IRQ_SDCARD,
.start = evt2irq(0x0e20) /* SDHI0_SDHI0I1 */,
.flags = IORESOURCE_IRQ,
},
[3] = {
+ .name = SH_MOBILE_SDHI_IRQ_SDIO,
.start = evt2irq(0x0e40) /* SDHI0_SDHI0I2 */,
.flags = IORESOURCE_IRQ,
},
@@ -380,14 +383,17 @@ static struct resource sdhi1_resources[] = {
.flags = IORESOURCE_MEM,
},
[1] = {
+ SH_MOBILE_SDHI_IRQ_CARD_DETECT,
.start = evt2irq(0x0e80), /* SDHI1_SDHI1I0 */
.flags = IORESOURCE_IRQ,
},
[2] = {
+ .name = SH_MOBILE_SDHI_IRQ_SDCARD,
.start = evt2irq(0x0ea0), /* SDHI1_SDHI1I1 */
.flags = IORESOURCE_IRQ,
},
[3] = {
+ .name = SH_MOBILE_SDHI_IRQ_SDIO,
.start = evt2irq(0x0ec0), /* SDHI1_SDHI1I2 */
.flags = IORESOURCE_IRQ,
},
--
1.7.5.4
next prev parent reply other threads:[~2011-08-26 9:48 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-25 1:27 [PATCH 0/4 v8] mmc: tmio, sdhi: provide multiple irq handlers Simon Horman
2011-08-25 1:27 ` [PATCH v8 1/4] mmc: tmio: Cache interrupt masks Simon Horman
2011-08-25 1:27 ` [PATCH v8 2/4] mmc: tmio: Provide separate interrupt handlers Simon Horman
2011-08-25 1:27 ` [PATCH v8 3/4] mmc: sdhi: Allow name IRQs to use specific handlers Simon Horman
2011-08-26 8:42 ` [PATCH 3/4 v9] mmc: sdhi: Allow named " Guennadi Liakhovetski
2011-08-26 9:13 ` Simon Horman
2011-08-25 1:27 ` [PATCH v8 4/4] ARM: shmobile: ag5evm, ap4: Named SDHI IRQ sources Simon Horman
2011-08-26 8:44 ` Guennadi Liakhovetski
2011-08-26 9:14 ` Simon Horman
2011-08-26 9:22 ` Guennadi Liakhovetski
2011-08-26 9:48 ` Simon Horman [this message]
2011-08-28 17:58 ` [PATCH 0/4 v8] mmc: tmio, sdhi: provide multiple irq handlers Chris Ball
2011-08-30 6:21 ` Simon Horman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110826094801.GC5380@verge.net.au \
--to=horms@verge.net.au \
--cc=cjb@laptop.org \
--cc=g.liakhovetski@gmx.de \
--cc=lethal@linux-sh.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox