]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: ccp - Refactoring: symbol cleanup
authorGary R Hook <gary.hook@amd.com>
Wed, 27 Jul 2016 00:09:40 +0000 (19:09 -0500)
committerSomasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Thu, 24 Aug 2017 17:54:36 +0000 (10:54 -0700)
commit3ea85efd3063b34810979bbe420aaa8f1e1763e7
treee6cab5f0d713e28835fdd92d8e04f7f4589c644e
parente585ef950b1fa744b52ae3abfec82a72409050a5
crypto: ccp - Refactoring: symbol cleanup

Orabug: 26644685

Form and use of the local storage block in the CCP is
particular to the device version. Much of the code that
accesses the storage block can treat it as a virtual
resource, and will under go some renaming. Device-specific
access to the memory will be moved into device file.
Service functions will be added to the actions
structure.

Signed-off-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
(cherry picked from commit 956ee21a6df08afd9c1c64e0f394a9a1b65e897d)
Signed-off-by: Somasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Reviewed-by: Jack Vogel <jack.vogel@oracle.com>
drivers/crypto/ccp/ccp-dev-v3.c
drivers/crypto/ccp/ccp-dev.c
drivers/crypto/ccp/ccp-dev.h
drivers/crypto/ccp/ccp-ops.c