RE: [PATCH 2/2] powerpc/dma/raidengine: enable Freescale RaidEngine device

2013-04-09 Thread Shi Xuelin-B29237
Hi Dan & vinod, Do you have any comments about this patch? Thanks, Forrest -Original Message- From: Shi Xuelin-B29237 Sent: 2012年11月21日 17:01 To: dan.j.willi...@gmail.com; vinod.k...@intel.com; linuxppc-...@lists.ozlabs.org; linux-kernel@vger.kernel.org Cc: i...@ovro.caltech.edu;

[PATCH 2/2] powerpc/dma/raidengine: enable Freescale RaidEngine device

2012-11-21 Thread b29237
From: Xuelin Shi The RaidEngine is a new FSL hardware that used as hardware acceration for RAID5/6. This patch enables the RaidEngine functionality and provides hardware offloading capability for memcpy, xor and raid6 pq computation. It works under dmaengine control with async_layer interface.

[PATCH 1/2] powerpc/dma/raidengine: add raidengine device

2012-11-21 Thread b29237
From: Xuelin Shi The RaidEngine is a new Freescale hardware that used for parity computation offloading in RAID5/6. This patch adds the device node in device tree and related binding documentation. Signed-off-by: Harninder Rai Signed-off-by: Naveen Burmi Signed-off-by: Xuelin Shi --- .../de

RE: [PATCH] DMA/RaidEngine: Enable FSL RaidEngine

2012-09-05 Thread Shi Xuelin-B29237
Hi Dan, Do you have any comments about this RaidEngine patch? Thanks, Forrest -Original Message- From: Linuxppc-dev [mailto:linuxppc-dev-bounces+qiang.liu=freescale@lists.ozlabs.org] On Behalf Of Shi Xuelin-B29237 Sent: 2012年8月22日 14:24 To: dan.j.willi...@gmail.com; vinod.k

[PATCH] RAID/DMA/caamxor: support XOR offload by CAAM

2012-08-22 Thread b29237
From: Xuelin Shi Add XOR offloading functionality by CAAM and interface with async_tx layer so that it can be used for RAID parity computation. Signed-off-by: Naveen Burmi Signed-off-by: Yuan Kang Signed-off-by: Xuelin Shi --- drivers/crypto/caam/Kconfig | 15 + drivers/crypto/caam/M

[PATCH] DMA/RaidEngine: Enable FSL RaidEngine

2012-08-21 Thread b29237
From: Xuelin Shi The RaidEngine is a new FSL hardware that used as hardware acceration for RAID5/6. This patch enables the RaidEngine functionality and provides hardware offloading capability for memcpy, xor and raid6 pq computation. It works under dmaengine control with async_layer interface.