From: rsahu@apm.com (Rameshwar Prasad Sahu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 0/4] dmaengine: Add supports for APM X-Gene SoC CRC32C accerlerator driver
Date: Thu, 30 Jul 2015 17:47:40 +0530 [thread overview]
Message-ID: <1438258660-3207-1-git-send-email-rsahu@apm.com> (raw)
This patch implements support for APM X-Gene SoC CRC32C h/w accelerator driver
and adds CRC32C support in dmaengine framework. APM X-Gene SoC has DMA engine
capable of performing CRC32C.
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
reply other threads:[~2015-07-30 12:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1438258660-3207-1-git-send-email-rsahu@apm.com \
--to=rsahu@apm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).