* [PATCH] sh: sh7763rdp: Change IRQ number for sh_eth of sh7763rdp
@ 2009-03-17 5:53 Nobuhiro Iwamatsu
2009-03-17 6:19 ` Paul Mundt
2009-03-17 7:40 ` Nobuhiro Iwamatsu
0 siblings, 2 replies; 3+ messages in thread
From: Nobuhiro Iwamatsu @ 2009-03-17 5:53 UTC (permalink / raw)
To: linux-sh
IRQ for sh_eth of sh7763rdp became multi handling.
Therefore, the IRQ number of sh_eth is changed, too.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
---
arch/sh/boards/mach-sh7763rdp/setup.c | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/arch/sh/boards/mach-sh7763rdp/setup.c b/arch/sh/boards/mach-sh7763rdp/setup.c
index 6f926fd..27d1c9e 100644
--- a/arch/sh/boards/mach-sh7763rdp/setup.c
+++ b/arch/sh/boards/mach-sh7763rdp/setup.c
@@ -63,15 +63,19 @@ static struct platform_device sh7763rdp_nor_flash_device = {
},
};
-/* SH-Ether */
+/*
+ * SH-Ether
+ *
+ * SH Ether of SH7763 has multi IRQ handling.
+ * (57,58,59 -> 57)
+ */
static struct resource sh_eth_resources[] = {
{
.start = 0xFEE00800, /* use eth1 */
.end = 0xFEE00F7C - 1,
.flags = IORESOURCE_MEM,
}, {
- .start = 58, /* irq number */
- .end = 58,
+ .start = 57, /* irq number */
.flags = IORESOURCE_IRQ,
},
};
--
1.6.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] sh: sh7763rdp: Change IRQ number for sh_eth of sh7763rdp
2009-03-17 5:53 [PATCH] sh: sh7763rdp: Change IRQ number for sh_eth of sh7763rdp Nobuhiro Iwamatsu
@ 2009-03-17 6:19 ` Paul Mundt
2009-03-17 7:40 ` Nobuhiro Iwamatsu
1 sibling, 0 replies; 3+ messages in thread
From: Paul Mundt @ 2009-03-17 6:19 UTC (permalink / raw)
To: linux-sh
On Tue, Mar 17, 2009 at 02:53:26PM +0900, Nobuhiro Iwamatsu wrote:
> IRQ for sh_eth of sh7763rdp became multi handling.
> Therefore, the IRQ number of sh_eth is changed, too.
>
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
On Tue, Mar 17, 2009 at 02:54:37PM +0900, Nobuhiro Iwamatsu wrote:
> Espt-giga is the board which used SH7763.
> This supports serial, Gigabit ether, USB host and MTD.
>
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
I've rolled the defconfig patch in with the board patch and checked these
in, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] sh: sh7763rdp: Change IRQ number for sh_eth of sh7763rdp
2009-03-17 5:53 [PATCH] sh: sh7763rdp: Change IRQ number for sh_eth of sh7763rdp Nobuhiro Iwamatsu
2009-03-17 6:19 ` Paul Mundt
@ 2009-03-17 7:40 ` Nobuhiro Iwamatsu
1 sibling, 0 replies; 3+ messages in thread
From: Nobuhiro Iwamatsu @ 2009-03-17 7:40 UTC (permalink / raw)
To: linux-sh
Paul Mundt wrote:
> On Tue, Mar 17, 2009 at 02:53:26PM +0900, Nobuhiro Iwamatsu wrote:
>> IRQ for sh_eth of sh7763rdp became multi handling.
>> Therefore, the IRQ number of sh_eth is changed, too.
>>
>> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
>
> On Tue, Mar 17, 2009 at 02:54:37PM +0900, Nobuhiro Iwamatsu wrote:
>> Espt-giga is the board which used SH7763.
>> This supports serial, Gigabit ether, USB host and MTD.
>>
>> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
>
> I've rolled the defconfig patch in with the board patch and checked these
> in, thanks.
>
OK, thank you a lot.
Best regards,
Nobuhiro
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-03-17 7:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17 5:53 [PATCH] sh: sh7763rdp: Change IRQ number for sh_eth of sh7763rdp Nobuhiro Iwamatsu
2009-03-17 6:19 ` Paul Mundt
2009-03-17 7:40 ` Nobuhiro Iwamatsu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox