From: Tom Lendacky <thomas.lendacky@amd.com>
To: Gary R Hook <gary.hook@amd.com>, <linux-crypto@vger.kernel.org>
Cc: <herbert@gondor.apana.org.au>, <davem@davemloft.net>
Subject: Re: [PATCH 4/4] crypto: ccp - Add abstraction for device-specific calls
Date: Thu, 3 Mar 2016 08:28:36 -0600 [thread overview]
Message-ID: <56D84A14.7030205@amd.com> (raw)
In-Reply-To: <20160301194925.6788.93319.stgit@taos.amd.com>
On 03/01/2016 01:49 PM, Gary R Hook wrote:
> Support for different generations of the coprocessor
> requires that an abstraction layer be implemented for
> interacting with the hardware. This patch splits out
> version-specific functions to a separate file and populates
> the version structure (acting as a driver) with function
> pointers.
>
> Signed-off-by: Gary R Hook <gary.hook@amd.com>
Acked-by: Tom Lendacky <thomas.lendacky@amd.com>
> ---
> drivers/crypto/ccp/Makefile | 2
> drivers/crypto/ccp/ccp-dev-v3.c | 534 +++++++++++++++++++++++++++++++++++++
> drivers/crypto/ccp/ccp-dev.c | 306 +--------------------
> drivers/crypto/ccp/ccp-dev.h | 138 +++++++++-
> drivers/crypto/ccp/ccp-ops.c | 381 +-------------------------
> drivers/crypto/ccp/ccp-pci.c | 10 -
> drivers/crypto/ccp/ccp-platform.c | 7
> 7 files changed, 711 insertions(+), 667 deletions(-)
> create mode 100644 drivers/crypto/ccp/ccp-dev-v3.c
next prev parent reply other threads:[~2016-03-03 14:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-01 19:48 [PATCH 0/4] crypto: ccp - CCP driver updates 2016-03-01 Gary R Hook
2016-03-01 19:48 ` [PATCH 1/4] crypto: ccp - Remove check for x86 family and model Gary R Hook
2016-03-03 14:26 ` Tom Lendacky
2016-03-01 19:49 ` [PATCH 2/4] crypto: ccp - Support for multiple CCPs Gary R Hook
2016-03-03 14:27 ` Tom Lendacky
2016-03-01 19:49 ` [PATCH 3/4] crypto: ccp - CCP versioning support Gary R Hook
2016-03-03 14:28 ` Tom Lendacky
2016-03-01 19:49 ` [PATCH 4/4] crypto: ccp - Add abstraction for device-specific calls Gary R Hook
2016-03-03 14:28 ` Tom Lendacky [this message]
2016-03-11 13:30 ` [PATCH 0/4] crypto: ccp - CCP driver updates 2016-03-01 Herbert Xu
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=56D84A14.7030205@amd.com \
--to=thomas.lendacky@amd.com \
--cc=davem@davemloft.net \
--cc=gary.hook@amd.com \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.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 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.