Re: [RESEND PATCH v4] dmaengine: Driver support for FSL RaidEngine device.

2014-12-05 Thread Scott Wood
On Fri, 2014-12-05 at 21:58 +0530, Vinod Koul wrote: > On Fri, Oct 17, 2014 at 03:28:20PM +0800, xuelin@freescale.com wrote: > > +/* > > + * drivers/dma/fsl_raid.c > > + * > > + * Freescale RAID Engine device driver > > + * > > + * Author: > > + * Harninder Rai > > + * Naveen Burmi > > + * >

Re: [RESEND PATCH v4] dmaengine: Driver support for FSL RaidEngine device.

2014-12-05 Thread Vinod Koul
On Fri, Oct 17, 2014 at 03:28:20PM +0800, xuelin@freescale.com wrote: > +/* > + * drivers/dma/fsl_raid.c > + * > + * Freescale RAID Engine device driver > + * > + * Author: > + * Harninder Rai > + * Naveen Burmi > + * > + * Rewrite: > + * Xuelin Shi > + * > + * Copyright (c) 2010-2014

[RESEND PATCH v4] dmaengine: Driver support for FSL RaidEngine device.

2014-10-17 Thread xuelin.shi
From: Xuelin Shi The RaidEngine is a new FSL hardware used for Raid5/6 acceration. This patch enables the RaidEngine functionality and provides hardware offloading capability for memcpy, xor and pq computation. It works with async_tx. Signed-off-by: Harninder Rai Signed-off-by: Naveen Burmi S