mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/3] i.MX6: CAAM engine support
@ 2016-01-21 14:55 Steffen Trumtrar
  2016-01-21 14:55 ` [PATCH v2 1/3] include: linux: add circular buffers Steffen Trumtrar
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Steffen Trumtrar @ 2016-01-21 14:55 UTC (permalink / raw)
  To: barebox; +Cc: Steffen Trumtrar

Hi!

This series adds basic support for the i.MX6
Cryptographic Acceleration and Assurance Module (CAAM).

- see notes in 2/3 for what changed in the caam driver.
- 3/3 was not included in v1 of the series.

Regards,
Steffen

Steffen Trumtrar (3):
  include: linux: add circular buffers
  crypto: add i.MX6 CAAM support
  crypto: caam: add RNG support

 drivers/Kconfig                   |    1 +
 drivers/Makefile                  |    1 +
 drivers/crypto/Kconfig            |   10 +
 drivers/crypto/Makefile           |    1 +
 drivers/crypto/caam/Kconfig       |   44 +
 drivers/crypto/caam/Makefile      |    6 +
 drivers/crypto/caam/caamrng.c     |  313 +++++++
 drivers/crypto/caam/ctrl.c        |  659 +++++++++++++++
 drivers/crypto/caam/ctrl.h        |   13 +
 drivers/crypto/caam/desc.h        | 1665 +++++++++++++++++++++++++++++++++++++
 drivers/crypto/caam/desc_constr.h |  390 +++++++++
 drivers/crypto/caam/error.c       |  257 ++++++
 drivers/crypto/caam/error.h       |   11 +
 drivers/crypto/caam/intern.h      |   99 +++
 drivers/crypto/caam/jr.c          |  355 ++++++++
 drivers/crypto/caam/jr.h          |   18 +
 drivers/crypto/caam/regs.h        |  895 ++++++++++++++++++++
 include/linux/circ_buf.h          |   36 +
 18 files changed, 4774 insertions(+)
 create mode 100644 drivers/crypto/Kconfig
 create mode 100644 drivers/crypto/Makefile
 create mode 100644 drivers/crypto/caam/Kconfig
 create mode 100644 drivers/crypto/caam/Makefile
 create mode 100644 drivers/crypto/caam/caamrng.c
 create mode 100644 drivers/crypto/caam/ctrl.c
 create mode 100644 drivers/crypto/caam/ctrl.h
 create mode 100644 drivers/crypto/caam/desc.h
 create mode 100644 drivers/crypto/caam/desc_constr.h
 create mode 100644 drivers/crypto/caam/error.c
 create mode 100644 drivers/crypto/caam/error.h
 create mode 100644 drivers/crypto/caam/intern.h
 create mode 100644 drivers/crypto/caam/jr.c
 create mode 100644 drivers/crypto/caam/jr.h
 create mode 100644 drivers/crypto/caam/regs.h
 create mode 100644 include/linux/circ_buf.h

-- 
2.7.0.rc3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2016-01-22 12:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-21 14:55 [PATCH v2 0/3] i.MX6: CAAM engine support Steffen Trumtrar
2016-01-21 14:55 ` [PATCH v2 1/3] include: linux: add circular buffers Steffen Trumtrar
2016-01-21 14:55 ` [PATCH v2 2/3] crypto: add i.MX6 CAAM support Steffen Trumtrar
2016-01-22 12:38   ` Steffen Trumtrar
2016-01-21 14:55 ` [PATCH v2 3/3] crypto: caam: add RNG support Steffen Trumtrar

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