Re: [RESEND PATCH 4/4] net: smc91x: use io{read,write}*_rep accessors instead of string functions

2012-10-19 Thread Will Deacon
On Fri, Oct 19, 2012 at 09:25:48AM +0100, James Hogan wrote: > On 17/10/12 16:45, Will Deacon wrote: > > The {read,write}s{b,w,l} operations are not defined by all architectures > > and are being removed from the asm-generic/io.h interface. > > > > This patch replaces the usage of these string fun

Re: [RESEND PATCH 4/4] net: smc91x: use io{read,write}*_rep accessors instead of string functions

2012-10-19 Thread James Hogan
On 17/10/12 16:45, Will Deacon wrote: > The {read,write}s{b,w,l} operations are not defined by all architectures > and are being removed from the asm-generic/io.h interface. > > This patch replaces the usage of these string functions in the default > SMC accessors with io{read,write}{8,16,32}_rep

[RESEND PATCH 4/4] net: smc91x: use io{read,write}*_rep accessors instead of string functions

2012-10-17 Thread Will Deacon
The {read,write}s{b,w,l} operations are not defined by all architectures and are being removed from the asm-generic/io.h interface. This patch replaces the usage of these string functions in the default SMC accessors with io{read,write}{8,16,32}_rep calls instead, which are defined for all archite