From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 20 Jun 2010 22:41:54 -0700 Subject: [U-Boot] [PATCH v2] AX88180: use standard I/O accessors In-Reply-To: <1275527030-22206-1-git-send-email-vapier@gentoo.org> References: <1273560207-8151-1-git-send-email-vapier@gentoo.org> <1275527030-22206-1-git-send-email-vapier@gentoo.org> Message-ID: <4C1EFBA2.1080201@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Mike, On 6/2/2010 6:03 PM, Mike Frysinger wrote: > 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 > Tested-by: Hoan Hoang > --- > I can't get this to apply. Please rebase against TOT. regards, Ben