]> git.baikalelectronics.ru Git - kernel.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)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 9 Aug 2016 10:47:08 +0000 (18:47 +0800)
commit537e71556cee9334643ba9a339ab3bf63d959f26
tree1b6055656feda6842212c252506e42b4e803bdb9
parent23f6d0060b9f2a1af8c32c6a2547f277d9382681
crypto: ccp - Refactoring: symbol cleanup

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>
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