All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Crypto: tcrypt: Add test case for APM X-Gene SoC CRC32C algo
@ 2015-07-30 12:11 ` Rameshwar Prasad Sahu
  0 siblings, 0 replies; 38+ messages in thread
From: Rameshwar Prasad Sahu @ 2015-07-30 12:11 UTC (permalink / raw)
  To: vinod.koul, dan.j.williams, herbert, davem
  Cc: linux-crypto, dmaengine, arnd, linux-kernel, devicetree,
	linux-arm-kernel, jcm, patches, Rameshwar Prasad Sahu

This patch adds test case for APM X-Gene SoC CRC32C algorithm.

Signed-off-by: Rameshwar Prasad Sahu <rsahu@apm.com>
---

Rameshwar Prasad Sahu (4):
  dmaengine: Add support for new feature CRC32C
  dmaengine: xgene-dma: Add support for CRC32C calculation via DMA
    engine
  Crypto: Add support for APM X-Gene SoC CRC32C h/w accelerator driver
  Crypto: tcrypt: Add test case for APM X-Gene SoC CRC32C algo

 crypto/tcrypt.c               |   4 +
 crypto/testmgr.c              |   9 ++
 drivers/crypto/Kconfig        |   8 ++
 drivers/crypto/Makefile       |   1 +
 drivers/crypto/xgene-crc32c.c | 244 ++++++++++++++++++++++++++++++++
 drivers/dma/dmaengine.c       |   2 +
 drivers/dma/xgene-dma.c       | 317 ++++++++++++++++++++++++++++++++++++++++--
 include/linux/dmaengine.h     |   5 +
 8 files changed, 575 insertions(+), 15 deletions(-)
 create mode 100755 drivers/crypto/xgene-crc32c.c

--
1.8.2.1

^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2015-08-20  7:48 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-30 12:11 [PATCH v1 0/4] Crypto: tcrypt: Add test case for APM X-Gene SoC CRC32C algo Rameshwar Prasad Sahu
2015-07-30 12:11 ` Rameshwar Prasad Sahu
2015-07-30 12:11 ` [PATCH v1 1/4] dmaengine: Add support for new feature CRC32C Rameshwar Prasad Sahu
2015-07-30 12:11   ` Rameshwar Prasad Sahu
2015-08-20  5:26   ` Vinod Koul
2015-08-20  5:26     ` Vinod Koul
2015-08-20  6:29     ` Rameshwar Sahu
2015-08-20  6:29       ` Rameshwar Sahu
2015-08-20  7:08       ` Vinod Koul
2015-08-20  7:08         ` Vinod Koul
2015-08-20  7:48         ` Rameshwar Sahu
2015-08-20  7:48           ` Rameshwar Sahu
2015-08-20  7:48           ` Rameshwar Sahu
2015-07-30 12:11 ` [PATCH v1 2/4] dmaengine: xgene-dma: Add support for CRC32C calculation via DMA engine Rameshwar Prasad Sahu
2015-07-30 12:11   ` Rameshwar Prasad Sahu
2015-08-20  5:40   ` Vinod Koul
2015-08-20  5:40     ` Vinod Koul
2015-08-20  6:53     ` Rameshwar Sahu
2015-08-20  6:53       ` Rameshwar Sahu
2015-08-20  7:09       ` Vinod Koul
2015-08-20  7:09         ` Vinod Koul
2015-07-30 12:11 ` [PATCH v1 3/4] Crypto: Add support for APM X-Gene SoC CRC32C h/w accelerator driver Rameshwar Prasad Sahu
2015-07-30 12:11   ` Rameshwar Prasad Sahu
2015-07-31  7:13   ` Herbert Xu
2015-07-31  7:13     ` Herbert Xu
     [not found]     ` <20150731071358.GA25228-lOAM2aK0SrRLBo1qDEOMRrpzq4S04n8Q@public.gmane.org>
2015-07-31  9:12       ` Rameshwar Sahu
2015-07-31  9:12         ` Rameshwar Sahu
2015-07-31  9:12         ` Rameshwar Sahu
2015-08-20  5:48   ` Vinod Koul
2015-08-20  5:48     ` Vinod Koul
2015-08-20  7:01     ` Rameshwar Sahu
2015-08-20  7:01       ` Rameshwar Sahu
2015-08-20  7:10       ` Vinod Koul
2015-08-20  7:10         ` Vinod Koul
2015-07-30 12:11 ` [PATCH v1 4/4] Crypto: tcrypt: Add test case for APM X-Gene SoC CRC32C algo Rameshwar Prasad Sahu
2015-07-30 12:11   ` Rameshwar Prasad Sahu
2015-07-30 12:20 ` [PATCH v1 0/4] " Rameshwar Sahu
2015-07-30 12:20   ` Rameshwar Sahu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.