]> git.ipfire.org Git - people/ms/u-boot.git/commit
AX88180: use standard I/O accessors
authorMike Frysinger <vapier@gentoo.org>
Thu, 3 Jun 2010 01:03:50 +0000 (21:03 -0400)
committerBen Warren <biggerbadderben@gmail.com>
Mon, 12 Jul 2010 07:14:29 +0000 (00:14 -0700)
commitcafb14fecb2085299b1b06beb93d27d46efdfe52
treeaf73a8e5c520dace411e94861e89a4a1310f3783
parent14f637f8f7e4d4d43ac717075aacd0681b3ff270
AX88180: 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>
Tested-by: Hoan Hoang <hnhoan@i-syst.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/net/ax88180.h