Re: [U-Boot] [PATCH] fsl_dma: fix support for 83xx DMA engine

2011-07-06 Thread Kim Phillips
On Wed, 15 Jun 2011 14:08:29 -0700 "Ira W. Snyder" wrote: > On Tue, Mar 01, 2011 at 02:40:55PM -0800, Ira W. Snyder wrote: > > Commit 359ec4931944adb885882deb9b781e4095eabc94 broke support for the > > Freescale DMA engine on the 83xx parts. This is due to using registers > > which do not exist on

Re: [U-Boot] [PATCH] fsl_dma: fix support for 83xx DMA engine

2011-06-15 Thread Ira W. Snyder
On Tue, Mar 01, 2011 at 02:40:55PM -0800, Ira W. Snyder wrote: > Commit 359ec4931944adb885882deb9b781e4095eabc94 broke support for the > Freescale DMA engine on the 83xx parts. This is due to using registers > which do not exist on 83xx. Remove the attribute register accesses from > the 83xx build.

[U-Boot] [PATCH] fsl_dma: fix support for 83xx DMA engine

2011-03-01 Thread Ira W. Snyder
Commit 359ec4931944adb885882deb9b781e4095eabc94 broke support for the Freescale DMA engine on the 83xx parts. This is due to using registers which do not exist on 83xx. Remove the attribute register accesses from the 83xx build. Signed-off-by: Ira W. Snyder Cc: York Sun Cc: Peter Tyser Cc: Kuma