linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] crypto: ccp - CCP driver updates  2016-03-01
@ 2016-03-01 19:48 Gary R Hook
  2016-03-01 19:48 ` [PATCH 1/4] crypto: ccp - Remove check for x86 family and model Gary R Hook
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Gary R Hook @ 2016-03-01 19:48 UTC (permalink / raw)
  To: linux-crypto; +Cc: thomas.lendacky, herbert, davem

The following patches are includes in this update series:

- Remove the extraneous family check
- Refactor code to enable support for >1 CCPs in a system
- Add initial support for versioning
- Refactor: move version-specific code to separate files 
  where possible; abstract worker functions through a
  struct of function pointers

This patch series is based on cryptodev-2.6

---

Gary R Hook (4):
      crypto: ccp - Remove check for x86 family and model
      crypto: ccp - Support for multiple CCPs
      crypto: ccp - CCP versioning support
      crypto: ccp - Add abstraction for device-specific calls


 drivers/crypto/ccp/Makefile         |    2 
 drivers/crypto/ccp/ccp-crypto-aes.c |   12 +
 drivers/crypto/ccp/ccp-crypto-sha.c |    9 +
 drivers/crypto/ccp/ccp-dev-v3.c     |  534 +++++++++++++++++++++++++++++++++++
 drivers/crypto/ccp/ccp-dev.c        |  471 ++++++++++---------------------
 drivers/crypto/ccp/ccp-dev.h        |  155 ++++++++++
 drivers/crypto/ccp/ccp-ops.c        |  381 +------------------------
 drivers/crypto/ccp/ccp-pci.c        |   23 +-
 drivers/crypto/ccp/ccp-platform.c   |   48 +++
 include/linux/ccp.h                 |   17 +
 10 files changed, 938 insertions(+), 714 deletions(-)
 create mode 100644 drivers/crypto/ccp/ccp-dev-v3.c

--

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

end of thread, other threads:[~2016-03-11 13:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 19:48 [PATCH 0/4] crypto: ccp - CCP driver updates 2016-03-01 Gary R Hook
2016-03-01 19:48 ` [PATCH 1/4] crypto: ccp - Remove check for x86 family and model Gary R Hook
2016-03-03 14:26   ` Tom Lendacky
2016-03-01 19:49 ` [PATCH 2/4] crypto: ccp - Support for multiple CCPs Gary R Hook
2016-03-03 14:27   ` Tom Lendacky
2016-03-01 19:49 ` [PATCH 3/4] crypto: ccp - CCP versioning support Gary R Hook
2016-03-03 14:28   ` Tom Lendacky
2016-03-01 19:49 ` [PATCH 4/4] crypto: ccp - Add abstraction for device-specific calls Gary R Hook
2016-03-03 14:28   ` Tom Lendacky
2016-03-11 13:30 ` [PATCH 0/4] crypto: ccp - CCP driver updates 2016-03-01 Herbert Xu

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).