[PATCH v2 1/3] dmaengine: Add support for new feature CRC32C computations

2015-11-16 Thread rsahu
From: Rameshwar Prasad Sahu This patch adds support for new feature CRC32C computations in dmaengine framework. Signed-of-by: Rameshwar Prasad Sahu --- Documentation/dmaengine/provider.txt |3 +++ drivers/dma/dmaengine.c |2 ++

[PATCH v2 1/3] dmaengine: Add support for new feature CRC32C computations

2015-11-07 Thread Rameshwar Prasad Sahu
This patch adds support for new feature CRC32C computations in dmaengine framework. Signed-of-by: Rameshwar Prasad Sahu --- Documentation/dmaengine/provider.txt |3 +++ drivers/dma/dmaengine.c |2 ++ include/linux/dmaengine.h| 13 + 3