From: Dave Kim <david.kim@ncipher.com>
To: <arnd@arndb.de>, <gregkh@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>, Dave Kim <david.kim@ncipher.com>,
Tim Magee <tim.magee@ncipher.com>
Subject: [PATCH 0/1] drivers: misc: Add support for nCipher HSM devices
Date: Tue, 17 Dec 2019 13:22:43 +0000 [thread overview]
Message-ID: <20191217132244.14768-1-david.kim@ncipher.com> (raw)
Hi all,
This patch introduces the nCipher Hardware Security Module (HSM) driver into
the linux kernel. Upstreaming the driver will allow early adopters of the
latest kernel to upgrade and maintain their working systems when using an
nCipher PCIe HSM. Further, having this driver in the kernel will be more
convenient to our users and make a Linux based solution a more attractive
option for others.
Thanks,
Dave Kim
Co-developed-by: Tim Magee <tim.magee@ncipher.com>
David Kim (1):
drivers: misc: Add support for nCipher HSM devices
MAINTAINERS | 8 +
drivers/misc/Kconfig | 1 +
drivers/misc/Makefile | 1 +
drivers/misc/ncipher/Kconfig | 8 +
drivers/misc/ncipher/Makefile | 7 +
drivers/misc/ncipher/fsl.c | 911 +++++++++++++++++
drivers/misc/ncipher/fsl.h | 117 +++
drivers/misc/ncipher/hostif.c | 1521 +++++++++++++++++++++++++++++
drivers/misc/ncipher/i21555.c | 553 +++++++++++
drivers/misc/ncipher/i21555.h | 68 ++
drivers/misc/ncipher/solo.h | 316 ++++++
include/uapi/linux/nshield_solo.h | 181 ++++
12 files changed, 3692 insertions(+)
create mode 100644 drivers/misc/ncipher/Kconfig
create mode 100644 drivers/misc/ncipher/Makefile
create mode 100644 drivers/misc/ncipher/fsl.c
create mode 100644 drivers/misc/ncipher/fsl.h
create mode 100644 drivers/misc/ncipher/hostif.c
create mode 100644 drivers/misc/ncipher/i21555.c
create mode 100644 drivers/misc/ncipher/i21555.h
create mode 100644 drivers/misc/ncipher/solo.h
create mode 100644 include/uapi/linux/nshield_solo.h
--
2.24.1
David Kim
Senior Software Engineer
Tel: +44 1223 703449
nCipher Security
One Station Square
Cambridge CB1 2GA
United Kingdom
next reply other threads:[~2019-12-17 13:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-17 13:22 Dave Kim [this message]
2019-12-17 13:22 ` [PATCH 1/1] " Dave Kim
2019-12-17 13:32 ` Greg KH
2019-12-17 13:53 ` Kim, David
2019-12-17 14:05 ` Greg KH
2019-12-20 15:50 ` Kim, David
2019-12-17 13:36 ` Greg KH
2019-12-20 15:27 ` Kim, David
2019-12-17 13:37 ` Greg KH
2019-12-17 13:38 ` Greg KH
2019-12-20 15:30 ` Kim, David
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=20191217132244.14768-1-david.kim@ncipher.com \
--to=david.kim@ncipher.com \
--cc=arnd@arndb.de \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tim.magee@ncipher.com \
/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
Powered by JetHome