* [PATCH 0/3] crypto: add support for the Freescale SEC4/CAAM
@ 2011-03-10 0:54 Kim Phillips
0 siblings, 0 replies; only message in thread
From: Kim Phillips @ 2011-03-10 0:54 UTC (permalink / raw)
To: linux-crypto, linuxppc-dev, devicetree-discuss
Cc: Herbert Xu, Steve Cornelius
splitting and resending due to apparent 100KB message limit imposed by
linux-crypto and devicetree-discuss mailing lists.
No content has been changed from the original post that made it through
linuxppc-dev's 400KB limit, available here:
http://patchwork.ozlabs.org/patch/86051/
.../devicetree/bindings/crypto/fsl-sec4.txt | 409 +++++
arch/powerpc/boot/dts/p4080ds.dts | 95 ++-
drivers/crypto/Kconfig | 2 +
drivers/crypto/Makefile | 1 +
drivers/crypto/caam/Kconfig | 72 +
drivers/crypto/caam/Makefile | 8 +
drivers/crypto/caam/caamalg.c | 1163 ++++++++++++++
drivers/crypto/caam/compat.h | 35 +
drivers/crypto/caam/ctrl.c | 270 ++++
drivers/crypto/caam/desc.h | 1605 ++++++++++++++++++++
drivers/crypto/caam/desc_constr.h | 204 +++
drivers/crypto/caam/error.c | 248 +++
drivers/crypto/caam/error.h | 10 +
drivers/crypto/caam/intern.h | 113 ++
drivers/crypto/caam/jr.c | 523 +++++++
drivers/crypto/caam/jr.h | 21 +
drivers/crypto/caam/regs.h | 663 ++++++++
17 files changed, 5441 insertions(+), 1 deletions(-)
create mode 100644 Documentation/devicetree/bindings/crypto/fsl-sec4.txt
create mode 100644 drivers/crypto/caam/Kconfig
create mode 100644 drivers/crypto/caam/Makefile
create mode 100644 drivers/crypto/caam/caamalg.c
create mode 100644 drivers/crypto/caam/compat.h
create mode 100644 drivers/crypto/caam/ctrl.c
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-10 0:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 0:54 [PATCH 0/3] crypto: add support for the Freescale SEC4/CAAM Kim Phillips
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).