From: Eric Rost <eric.rost@mybabylon.net>
To: gregkh@linuxfoundation.org, jason@lakedaemon.net, jake@lwn.net,
antonysaraev@gmail.com
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/2] staging: skein: Add Crypto API and Loadable Module support
Date: Wed, 22 Oct 2014 21:22:18 -0500 [thread overview]
Message-ID: <cover.1414030776.git.eric.rost@mybabylon.net> (raw)
This patchset adds crypto api support and loadable module support to the
skein driver.
Eric Rost (2):
staging: skein: Add Crypto API support
staging: skein: Add Loadable Module Support
drivers/staging/skein/Kconfig | 24 +---
drivers/staging/skein/Makefile | 13 +-
drivers/staging/skein/skein.c | 1 +
drivers/staging/skein/skein.h | 5 +
drivers/staging/skein/skein_generic.c | 231 ++++++++++++++++++++++++++++++++++
5 files changed, 248 insertions(+), 26 deletions(-)
create mode 100644 drivers/staging/skein/skein_generic.c
--
2.1.1
next reply other threads:[~2014-10-23 2:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-23 2:22 Eric Rost [this message]
2014-10-23 2:23 ` [PATCH v2 1/2] staging: skein: Add Crypto API support Eric Rost
2014-10-23 12:28 ` Dan Carpenter
2014-10-23 12:51 ` Jason Cooper
2014-10-23 12:42 ` Jason Cooper
2014-10-23 2:24 ` [PATCH v2 2/2] staging: skein: Add Loadable Module Support Eric Rost
2014-10-23 12:33 ` Dan Carpenter
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=cover.1414030776.git.eric.rost@mybabylon.net \
--to=eric.rost@mybabylon.net \
--cc=antonysaraev@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=jake@lwn.net \
--cc=jason@lakedaemon.net \
--cc=linux-kernel@vger.kernel.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 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.