Re: [U-Boot] [PATCH V2] kirkwood_egiga: bugfix: add DMA sequence points

2010-07-12 Thread Ben Warren
Hi Albert, On 7/10/2010 6:41 AM, Albert Aribaud wrote: Insert isb() sequence points to ensure DMA descriptors are filled in and set up before actual DMA occurs. Signed-off-by: Albert Aribaudalbert.arib...@free.fr --- PATCHSET HISTORY V1: initial submit V2: fixed badly placed isb()

[U-Boot] [PATCH V2] kirkwood_egiga: bugfix: add DMA sequence points

2010-07-10 Thread Albert Aribaud
Insert isb() sequence points to ensure DMA descriptors are filled in and set up before actual DMA occurs. Signed-off-by: Albert Aribaud albert.arib...@free.fr --- PATCHSET HISTORY V1: initial submit V2: fixed badly placed isb() drivers/net/kirkwood_egiga.c |9 - 1 files changed, 8

Re: [U-Boot] [PATCH V2] kirkwood_egiga: bugfix: add DMA sequence points

2010-07-10 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud Sent: Saturday, July 10, 2010 7:11 PM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH V2] kirkwood_egiga: bugfix: add DMA sequence points Insert isb