[PATCH v2 2/2] Crypto: Talitos: Support for Async_tx XOR offload

2009-12-16 Thread Vishnu Suresh
help in realising this driver Signed-off-by: Kim Phillips Signed-off-by: Dipen Dudhat Signed-off-by: Maneesh Gupta Signed-off-by: Vishnu Suresh --- Changes with respect to v1 as per comments received o. Rebased to linux-next as of 20091216 o. The selection is based exclusive of fsldma o. Intodu

[PATCH v2 1/2] fsldma: Delete DMA_INTERRUPT capability

2009-12-16 Thread Vishnu Suresh
ence, this patch removes the DMA_INTERRUPT capability and the associated code from the driver. Signed-off-by: Vishnu Suresh --- Changes with respect to v1 o. Rebased to linux-next as of 20091216 drivers/dma/fsldma.c | 31 --- 1 files changed, 0 insertions(+), 31

[PATCH v0] Crypto: Talitos: re-initialize async_tx descriptors

2009-12-14 Thread Vishnu Suresh
The async_tx descriptors contains dangling pointers. Hence, re-initialize them to NULL before use. Signed-off-by: Vishnu Suresh --- o. Rebased to linux-next as of 20091214 drivers/crypto/talitos.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/crypto

[PATCH v1] Crypto: Talitos: Support for Async_tx XOR offload

2009-12-14 Thread Vishnu Suresh
Expose Talitos's XOR functionality to be used for RAID Parity calculation via the Async_tx layer. Thanks to Surender Kumar and Lee Nipper for their help in realising this driver Signed-off-by: Kim Phillips Signed-off-by: Dipen Dudhat Signed-off-by: Maneesh Gupta Signed-off-by: Vishnu S

[PATCH v0] fsldma: re-initialize async_tx descriptors

2009-12-14 Thread Vishnu Suresh
The async_tx descriptors contains dangling pointers. Hence, re-initialize them to NULL before use. Signed-off-by: Vishnu Suresh --- o. Rebased to linux-next as of 20091214 drivers/dma/fsldma.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/dma/fsldma.c b

[PATCH v1] fsldma: Delete DMA_INTERRUPT capability

2009-12-14 Thread Vishnu Suresh
ence, this patch removes the DMA_INTERRUPT capability and the associated code from the driver. Signed-off-by: Vishnu Suresh --- Changes with respect to v0 o. The functionality is removed instead of disabling as per comments o. Rebased to linux-next as of 20091214 drivers/dma/fsldm

[PATCH v0 2/2] Crypto: Talitos: Support for Async_tx XOR offload

2009-10-14 Thread Vishnu Suresh
Expose Talitos's XOR functionality to be used for RAID Parity calculation via the Async_tx layer. Thanks to Surender Kumar and Lee Nipper for their help in realising this driver Signed-off-by: Kim Phillips Signed-off-by: Dipen Dudhat Signed-off-by: Maneesh Gupta Signed-off-by: Vishnu S

[PATCH v0 1/2] DMA: fsldma: Disable DMA_INTERRUPT when Async_tx enabled

2009-10-14 Thread Vishnu Suresh
This patch disables the use of DMA_INTERRUPT capability with Async_tx The fsldma produces a null transfer with DMA_INTERRUPT capability when used with Async_tx. When RAID devices queue a transaction via Async_tx, this results in a hang. Signed-off-by: Vishnu Suresh --- drivers/dma/fsldma.c