linux/drivers/net/ethernet/smsc
Matthew Leach 2925f6c0c7 net: smc911x: use io{read,write}*_rep accessors
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 smc911x
accessors with io{read,write}{8,16,32}_rep calls instead.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Ben Herrenschmidt <benh@kernel.crashing.org>
Cc: netdev@vger.kernel.org
Signed-off-by: Matthew Leach <matthew@mattleach.net>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-12-11 12:49:53 -05:00
..
epic100.c drivers/net: fix up function prototypes after __dev* removals 2012-12-07 14:22:22 -05:00
Kconfig
Makefile
smc91c92_cs.c
smc91x.c drivers/net: fix up function prototypes after __dev* removals 2012-12-07 14:22:22 -05:00
smc91x.h net: smc91x: use io{read, write}*_rep accessors instead of string functions 2012-12-10 15:43:58 -05:00
smc911x.c smc911x: remove __dev* attributes 2012-12-03 11:16:52 -08:00
smc911x.h net: smc911x: use io{read,write}*_rep accessors 2012-12-11 12:49:53 -05:00
smc9194.c
smc9194.h
smsc911x.c net: smc911x: use io{read,write}*_rep accessors 2012-12-11 12:49:53 -05:00
smsc911x.h
smsc9420.c smsc9420: remove __dev* attributes 2012-12-03 11:16:52 -08:00
smsc9420.h