[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1226972261.14497.4.camel@localhost>
Date: Tue, 18 Nov 2008 09:37:41 +0800
From: "stanley.miao" <stanley.miao@...driver.com>
To: Steve.Glendinning@...c.com
Cc: davem@...emloft.net, linux-omap@...r.kernel.org,
netdev@...r.kernel.org, netdev-owner@...r.kernel.org
Subject: Re: [PATCH 1/2] Add SMC_MEM_RESERVED for OMAP platform.
On Mon, 2008-11-17 at 10:31 +0000, Steve.Glendinning@...c.com wrote:
> Hi Stanley,
>
> Jeff has merged the smsc911x driver into -next, this is intended to
> replace smc911x moving forward. I'll forward the patchset to you
> off-list, it includes platform_data support for several platforms so
> adding support for omap should be simple.
OK, Thanks.
Stanley.
>
> > diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h
> > index cc7d85b..d1b3b9b 100644
> > --- a/drivers/net/smc911x.h
> > +++ b/drivers/net/smc911x.h
> > @@ -42,6 +42,16 @@
> > #define SMC_USE_16BIT 0
> > #define SMC_USE_32BIT 1
> > #define SMC_IRQ_SENSE IRQF_TRIGGER_LOW
> > +#elif defined(CONFIG_ARCH_OMAP34XX)
> > + #define SMC_USE_16BIT 0
> > + #define SMC_USE_32BIT 1
> > + #define SMC_IRQ_SENSE IRQF_TRIGGER_LOW
> > + #define SMC_MEM_RESERVED 1
> > +#elif defined(CONFIG_ARCH_OMAP24XX)
> > + #define SMC_USE_16BIT 0
> > + #define SMC_USE_32BIT 1
> > + #define SMC_IRQ_SENSE IRQF_TRIGGER_LOW
> > + #define SMC_MEM_RESERVED 1
> > #else
> > /*
> > * Default configuration
>
> nack - this platform-specific configuration shouldn't be in the driver,
> SMC_DYNAMIC_BUS_CONFIG was added so this can be specified in
> platform_data.
>
> Regards,
> --
> Steve Glendinning
> SMSC GmbH
> m: +44 777 933 9124
> e: steve.glendinning@...c.com
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists