* [PATCH] smc91x Hitachi Solution Engine (SuperH) Support
@ 2007-09-19 12:07 Nobuhiro Iwamatsu
2007-09-29 5:29 ` Jeff Garzik
2007-10-02 17:35 ` Jeff Garzik
0 siblings, 2 replies; 4+ messages in thread
From: Nobuhiro Iwamatsu @ 2007-09-19 12:07 UTC (permalink / raw)
To: netdev; +Cc: nico, iwamatsu
Hi, all.
This patch supports Hitachi Solution Engine (SuperH) of smc91x.
Please apply this patch .
regards,
Nobuhiro
--
Nobuhiro Iwamatsu
E-Mail : iwamatsu@nigauri.org
GPG ID : 3170EBE9
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h
index 6ff3a16..af9e6bf 100644
--- a/drivers/net/smc91x.h
+++ b/drivers/net/smc91x.h
@@ -284,6 +284,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg)
#elif defined(CONFIG_SUPERH)
#ifdef CONFIG_SOLUTION_ENGINE
+#define SMC_IRQ_FLAGS (0)
#define SMC_CAN_USE_8BIT 0
#define SMC_CAN_USE_16BIT 1
#define SMC_CAN_USE_32BIT 0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] smc91x Hitachi Solution Engine (SuperH) Support
2007-09-19 12:07 [PATCH] smc91x Hitachi Solution Engine (SuperH) Support Nobuhiro Iwamatsu
@ 2007-09-29 5:29 ` Jeff Garzik
2007-09-29 6:35 ` Paul Mundt
2007-10-02 17:35 ` Jeff Garzik
1 sibling, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2007-09-29 5:29 UTC (permalink / raw)
To: Nobuhiro Iwamatsu; +Cc: netdev, nico, Paul Mundt
Nobuhiro Iwamatsu wrote:
> Hi, all.
>
> This patch supports Hitachi Solution Engine (SuperH) of smc91x.
> Please apply this patch .
> diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h
> index 6ff3a16..af9e6bf 100644
> --- a/drivers/net/smc91x.h
> +++ b/drivers/net/smc91x.h
> @@ -284,6 +284,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg)
> #elif defined(CONFIG_SUPERH)
>
> #ifdef CONFIG_SOLUTION_ENGINE
> +#define SMC_IRQ_FLAGS (0)
> #define SMC_CAN_USE_8BIT 0
> #define SMC_CAN_USE_16BIT 1
> #define SMC_CAN_USE_32BIT 0
Does the SuperH maintainer ACK this?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] smc91x Hitachi Solution Engine (SuperH) Support
2007-09-29 5:29 ` Jeff Garzik
@ 2007-09-29 6:35 ` Paul Mundt
0 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2007-09-29 6:35 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Nobuhiro Iwamatsu, netdev, nico
On Sat, Sep 29, 2007 at 01:29:25AM -0400, Jeff Garzik wrote:
> Nobuhiro Iwamatsu wrote:
> >This patch supports Hitachi Solution Engine (SuperH) of smc91x.
> >Please apply this patch .
>
> >diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h
> >index 6ff3a16..af9e6bf 100644
> >--- a/drivers/net/smc91x.h
> >+++ b/drivers/net/smc91x.h
> >@@ -284,6 +284,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg)
> > #elif defined(CONFIG_SUPERH)
> >
> > #ifdef CONFIG_SOLUTION_ENGINE
> >+#define SMC_IRQ_FLAGS (0)
> > #define SMC_CAN_USE_8BIT 0
> > #define SMC_CAN_USE_16BIT 1
> > #define SMC_CAN_USE_32BIT 0
>
>
> Does the SuperH maintainer ACK this?
Acked-by: Paul Mundt <lethal@linux-sh.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] smc91x Hitachi Solution Engine (SuperH) Support
2007-09-19 12:07 [PATCH] smc91x Hitachi Solution Engine (SuperH) Support Nobuhiro Iwamatsu
2007-09-29 5:29 ` Jeff Garzik
@ 2007-10-02 17:35 ` Jeff Garzik
1 sibling, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2007-10-02 17:35 UTC (permalink / raw)
To: Nobuhiro Iwamatsu; +Cc: netdev, nico
Nobuhiro Iwamatsu wrote:
> Hi, all.
>
> This patch supports Hitachi Solution Engine (SuperH) of smc91x.
> Please apply this patch .
applied
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-10-02 17:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-19 12:07 [PATCH] smc91x Hitachi Solution Engine (SuperH) Support Nobuhiro Iwamatsu
2007-09-29 5:29 ` Jeff Garzik
2007-09-29 6:35 ` Paul Mundt
2007-10-02 17:35 ` Jeff Garzik
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).