Re: [PATCH 02/04] smc91x: introduce platform data flags V2

2008-02-22 Thread Nicolas Pitre
On Fri, 22 Feb 2008, Magnus Damm wrote: > This patch introduces struct smc91x_platdata and modifies the driver so > bus width is checked during run time using SMC_nBIT() instead of > SMC_CAN_USE_nBIT. > > V2 keeps static configuration lean using SMC_DYNAMIC_BUS_CONFIG. > > Signed-off-by: Magnus

[PATCH 02/04] smc91x: introduce platform data flags V2

2008-02-22 Thread Magnus Damm
This patch introduces struct smc91x_platdata and modifies the driver so bus width is checked during run time using SMC_nBIT() instead of SMC_CAN_USE_nBIT. V2 keeps static configuration lean using SMC_DYNAMIC_BUS_CONFIG. Signed-off-by: Magnus Damm <[EMAIL PROTECTED]> --- drivers/net/smc91x.c |