From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 12 Jul 2010 00:03:34 -0700 Subject: [U-Boot] [PATCH V2] kirkwood_egiga: bugfix: add DMA sequence points In-Reply-To: <1278769289-25014-1-git-send-email-albert.aribaud@free.fr> References: <1278769289-25014-1-git-send-email-albert.aribaud@free.fr> Message-ID: <4C3ABE46.3090800@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 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 Aribaud > --- > PATCHSET HISTORY > > V1: initial submit > V2: fixed badly placed isb() > > drivers/net/kirkwood_egiga.c | 9 ++++++++- > 1 files changed, 8 insertions(+), 1 deletions(-) Applied to net repo. thanks, Ben