From: cb@sgoc.de (Christoph G. Baumann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Support fsl-dcp crypto coprocessor
Date: Tue, 23 Apr 2013 14:11:23 +0200 [thread overview]
Message-ID: <1366719085-12847-1-git-send-email-cb@sgoc.de> (raw)
In-Reply-To: <1366710460-11637-1-git-send-email-cb@sgoc.de>
From: "Christoph G. Baumann" <c.baumann@ppc-ag.de>
Forgot some changed files in the first try...
The following patch is a port of the original driver from Freescale to
the current mainline. The patch was tested under 3.7.
Christoph G. Baumann (2):
Support fsl-dcp crypto coprocessor
Support fsl-dcp crypto coprocessor
arch/arm/boot/dts/imx28.dtsi | 2 +-
drivers/staging/Kconfig | 2 +
drivers/staging/Makefile | 1 +
drivers/staging/crypto/Kconfig | 15 +
drivers/staging/crypto/Makefile | 1 +
drivers/staging/crypto/fsl-dcp.c | 1817 ++++++++++++++++++++++++++
drivers/staging/crypto/fsl-dcp.h | 739 +++++++++++
include/linux/fsl/fsl-dcp_bootstream_ioctl.h | 32 +
8 files changed, 2608 insertions(+), 1 deletion(-)
create mode 100644 drivers/staging/crypto/Kconfig
create mode 100644 drivers/staging/crypto/Makefile
create mode 100644 drivers/staging/crypto/fsl-dcp.c
create mode 100644 drivers/staging/crypto/fsl-dcp.h
create mode 100644 include/linux/fsl/fsl-dcp_bootstream_ioctl.h
--
1.7.9.5
next prev parent reply other threads:[~2013-04-23 12:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-23 9:47 [PATCH] Support fsl-dcp crypto coprocessor Christoph G. Baumann
2013-04-23 12:11 ` Christoph G. Baumann [this message]
2013-04-23 12:11 ` [PATCH 1/2] " Christoph G. Baumann
2013-04-23 12:11 ` [PATCH 2/2] " Christoph G. Baumann
2013-04-23 12:34 ` [PATCH] " Robert Schwebel
2013-04-23 12:55 ` Christoph G. Baumann
2013-04-28 12:19 ` Shawn Guo
2013-04-28 15:30 ` Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1366719085-12847-1-git-send-email-cb@sgoc.de \
--to=cb@sgoc.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).