]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: dm9000x: use standard I/O accessors
authorMike Frysinger <vapier@gentoo.org>
Wed, 14 Apr 2010 20:29:06 +0000 (16:29 -0400)
committerBen Warren <biggerbadderben@gmail.com>
Mon, 3 May 2010 21:52:48 +0000 (14:52 -0700)
commita45dde2293c816138e53c26eca6fd0322583f9a6
treee119a9bdaaf30869c85a5e14770750703fab1716
parent5525856d59910c72687ab6201f39cdf1c04cfc15
net: dm9000x: use standard I/O accessors

The current dm9000x driver accesses its memory mapped registers directly
instead of using the standard I/O accessors.  This can cause problems on
Blackfin systems as the accesses can get out of order.  So convert the
direct volatile dereferences to use the normal in/out macros.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/net/dm9000x.c