From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 21 Jun 2010 10:55:58 -0700 Subject: [U-Boot] [PATCH v2] AX88180: use standard I/O accessors In-Reply-To: <201006211325.25981.vapier@gentoo.org> References: <1273560207-8151-1-git-send-email-vapier@gentoo.org> <1275527030-22206-1-git-send-email-vapier@gentoo.org> <4C1EFBA2.1080201@gmail.com> <201006211325.25981.vapier@gentoo.org> Message-ID: <4C1FA7AE.3050309@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 Hi Mike, On 6/21/2010 10:25 AM, Mike Frysinger wrote: > On Monday, June 21, 2010 01:41:54 Ben Warren wrote: > >> 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. >> > you need the first two in the series: > Applying: AX88180: add support for the Marvell 88E1118 phy > Applying: AX88180: make OUTW handle 32bit/16bit defines too > -mike > Sorry I missed those. All three are now in net/text. regards, Ben