public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] staging: skein: Add Crypto API and Loadable Module support
@ 2014-10-23  2:22 Eric Rost
  2014-10-23  2:23 ` [PATCH v2 1/2] staging: skein: Add Crypto API support Eric Rost
  2014-10-23  2:24 ` [PATCH v2 2/2] staging: skein: Add Loadable Module Support Eric Rost
  0 siblings, 2 replies; 7+ messages in thread
From: Eric Rost @ 2014-10-23  2:22 UTC (permalink / raw)
  To: gregkh, jason, jake, antonysaraev; +Cc: devel, linux-kernel

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


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

end of thread, other threads:[~2014-10-23 12:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23  2:22 [PATCH v2 0/2] staging: skein: Add Crypto API and Loadable Module support Eric Rost
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox