All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Add support for Cavium CNN55XX crypto adapters.
@ 2017-05-10 13:06 Srikanth Jampala
  2017-05-10 13:06 ` [PATCH v1 1/3] crypto: cavium - Add support for CNN55XX adapters Srikanth Jampala
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Srikanth Jampala @ 2017-05-10 13:06 UTC (permalink / raw)
  To: herbert
  Cc: davem, linux-kernel, linux-crypto, George.Cherian,
	Nidadavolu.Murthy, Sreerama.Gadam, Ram.Kumar, Jampala.Srikanth

 Hi Herbert,
 
 This series adds support for Cavium CNN55XX crypto adapters.

 CNN55XX crypto adapters belongs to Cavium NITROX family series,
 able to accelerates both Symmetric and Asymmetric crypto workloads.
 These adapters have crypto cores for Symmetric and Asymmetric
 crypto operations, and needs to load firmware to become operational.

 Patches are generated on top of kernel/git/herbert/crypto-2.6
 'commit 929562b14478 ("crypto: stm32 - Fix OF module alias information")'
 I will send the firmware to linux-firmware.

 The series was tested with dm-crypt for in kernel
 cryptographic offload operations.

 Please provide the feeback.

Srikanth Jampala (3):
  crypto: cavium - Add support for CNN55XX adapters.
  crypto: cavium - Add debugfs support in CNN55XX driver
  crypto: cavium - Register the CNN55XX supported crypto algorithms.

 drivers/crypto/Kconfig                       |    1 +
 drivers/crypto/Makefile                      |    1 +
 drivers/crypto/cavium/nitrox/Kconfig         |   21 +
 drivers/crypto/cavium/nitrox/Makefile        |    8 +
 drivers/crypto/cavium/nitrox/nitrox_algs.c   |  584 ++++++++++++++
 drivers/crypto/cavium/nitrox/nitrox_common.h |   36 +
 drivers/crypto/cavium/nitrox/nitrox_csr.h    | 1085 ++++++++++++++++++++++++++
 drivers/crypto/cavium/nitrox/nitrox_dev.h    |  184 +++++
 drivers/crypto/cavium/nitrox/nitrox_hal.c    |  404 ++++++++++
 drivers/crypto/cavium/nitrox/nitrox_isr.c    |  449 +++++++++++
 drivers/crypto/cavium/nitrox/nitrox_lib.c    |  208 +++++
 drivers/crypto/cavium/nitrox/nitrox_main.c   |  639 +++++++++++++++
 drivers/crypto/cavium/nitrox/nitrox_req.h    |  438 +++++++++++
 drivers/crypto/cavium/nitrox/nitrox_reqmgr.c |  572 ++++++++++++++
 14 files changed, 4630 insertions(+)
 create mode 100644 drivers/crypto/cavium/nitrox/Kconfig
 create mode 100644 drivers/crypto/cavium/nitrox/Makefile
 create mode 100644 drivers/crypto/cavium/nitrox/nitrox_algs.c
 create mode 100644 drivers/crypto/cavium/nitrox/nitrox_common.h
 create mode 100644 drivers/crypto/cavium/nitrox/nitrox_csr.h
 create mode 100644 drivers/crypto/cavium/nitrox/nitrox_dev.h
 create mode 100644 drivers/crypto/cavium/nitrox/nitrox_hal.c
 create mode 100644 drivers/crypto/cavium/nitrox/nitrox_isr.c
 create mode 100644 drivers/crypto/cavium/nitrox/nitrox_lib.c
 create mode 100644 drivers/crypto/cavium/nitrox/nitrox_main.c
 create mode 100644 drivers/crypto/cavium/nitrox/nitrox_req.h
 create mode 100644 drivers/crypto/cavium/nitrox/nitrox_reqmgr.c

-- 
2.9.3

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

end of thread, other threads:[~2017-06-10  4:18 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-10 13:06 [PATCH v1 0/3] Add support for Cavium CNN55XX crypto adapters Srikanth Jampala
2017-05-10 13:06 ` [PATCH v1 1/3] crypto: cavium - Add support for CNN55XX adapters Srikanth Jampala
2017-05-10 14:38   ` kbuild test robot
2017-05-10 13:06 ` [PATCH v1 2/3] crypto: cavium - Add debugfs support in CNN55XX driver Srikanth Jampala
2017-05-10 13:06 ` [PATCH v1 3/3] crypto: cavium - Register the CNN55XX supported crypto algorithms Srikanth Jampala
2017-05-10 13:56   ` Stephan Müller
2017-05-11 12:18     ` srikanth jampala
2017-05-11 12:22       ` Stephan Müller
2017-05-11 12:40         ` srikanth jampala
2017-05-30 11:58     ` [PATCH v2 0/3] Add support for Cavium CNN55XX crypto adapters Srikanth Jampala
2017-05-30 11:58       ` [PATCH v2 1/3] crypto: cavium - Add support for CNN55XX adapters Srikanth Jampala
2017-05-30 11:58       ` [PATCH v2 2/3] crypto: cavium - Add debugfs support in CNN55XX driver Srikanth Jampala
2017-05-30 11:58       ` [PATCH v2 3/3] crypto: cavium - Register the CNN55XX supported crypto algorithms Srikanth Jampala
2017-06-10  4:18       ` [PATCH v2 0/3] Add support for Cavium CNN55XX crypto adapters Herbert Xu
2017-05-10 14:43   ` [PATCH v1 3/3] crypto: cavium - Register the CNN55XX supported crypto algorithms kbuild test robot

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.