aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp/ccp-dev.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-04crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGravatar Gary R Hook 1-0/+2
2017-07-28csrypto: ccp - Expand RSA support for a v5 ccpGravatar Gary R Hook 1-0/+1
2017-07-28crypto: ccp - Update copyright dates for 2017.Gravatar Gary R Hook 1-1/+1
2017-07-18crypto: ccp - rename ccp driver initialize files as sp deviceGravatar Brijesh Singh 1-6/+0
2017-07-18crypto: ccp - Abstract interrupt registerationGravatar Brijesh Singh 1-2/+0
2017-07-18crypto: ccp - Introduce the AMD Secure Processor deviceGravatar Brijesh Singh 1-17/+4
2017-07-18crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupGravatar Brijesh Singh 1-0/+6
2017-06-19crypto: ccp - Add debugfs entries for CCP informationGravatar Gary R Hook 1-0/+20
2017-04-24crypto: ccp - Change ISR handler method for a v3 CCPGravatar Gary R Hook 1-0/+3
2017-04-21crypto: ccp - Use only the relevant interrupt bitsGravatar Gary R Hook 1-3/+2
2017-04-05crypto: ccp - Rearrange structure members to minimize sizeGravatar Gary R Hook 1-4/+4
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-0/+5
2017-03-24crypto: ccp - Enable 3DES function on v5 CCPsGravatar Gary R Hook 1-2/+12
2017-03-24crypto: ccp - Make some CCP DMA channels privateGravatar Gary R Hook 1-0/+5
2017-02-15crypto: ccp - Set the AES size field for all modesGravatar Gary R Hook 1-0/+1
2017-02-03crypto: ccp - Fix double add when creating new DMA commandGravatar Gary R Hook 1-0/+1
2016-10-25crypto: ccp - remove unneeded codeGravatar Gary R Hook 1-1/+0
2016-10-25crypto: ccp - change bitfield type to unsigned intsGravatar Gary R Hook 1-21/+21
2016-10-21crypto: ccp - change type of struct member lsb to signedGravatar Gary R Hook 1-1/+1
2016-10-02crypto: ccp - Make syslog errors human-readableGravatar Gary R Hook 1-0/+2
2016-10-02crypto: ccp - clean up data structureGravatar Gary R Hook 1-3/+3
2016-08-09crypto: ccp - Enable use of the additional CCPGravatar Gary R Hook 1-0/+8
2016-08-09crypto: ccp - Add support for the RNG in a version 5 CCPGravatar Gary R Hook 1-0/+2
2016-08-09crypto: ccp - Let a v5 CCP provide the same function as v3Gravatar Gary R Hook 1-3/+161
2016-08-09crypto: ccp - Refactor code to enable checks for queue space.Gravatar Gary R Hook 1-0/+1
2016-08-09crypto: ccp - Refactor code supporting the CCP's RNGGravatar Gary R Hook 1-0/+1
2016-08-09crypto: ccp - Refactor the storage block allocation codeGravatar Gary R Hook 1-31/+43
2016-08-09crypto: ccp - Refactoring: symbol cleanupGravatar Gary R Hook 1-21/+22
2016-08-09crypto: ccp - Shorten the fields of the action structureGravatar Gary R Hook 1-6/+6
2016-08-09crypto: ccp - Abstract PCI info for the CCPGravatar Gary R Hook 1-0/+3
2016-08-09crypto: ccp - Fix non-conforming comment styleGravatar Gary R Hook 1-16/+8
2016-05-03crypto: ccp - constify ccp_actions structureGravatar Julia Lawall 1-1/+1
2016-04-20crypto: ccp - Register the CCP as a DMA resourceGravatar Gary R Hook 1-0/+47
2016-03-11crypto: ccp - Add abstraction for device-specific callsGravatar Gary R Hook 1-4/+134
2016-03-11crypto: ccp - CCP versioning supportGravatar Gary R Hook 1-0/+8
2016-03-11crypto: ccp - Support for multiple CCPsGravatar Gary R Hook 1-1/+8
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsGravatar Tom Lendacky 1-8/+4
2014-07-23crypto: ccp - Base AXI DMA cache settings on device treeGravatar Tom Lendacky 1-0/+4
2014-06-20crypto: ccp - Add platform device support for arm64Gravatar Tom Lendacky 1-1/+6
2014-06-20crypto: ccp - Modify PCI support in prep for arm64 supportGravatar Tom Lendacky 1-2/+1
2013-12-05crypto: ccp - CCP device driver and interface supportGravatar Tom Lendacky 1-0/+272