aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_buffer_mgr.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02staging: ccree: Fix indentation in ssi_buffer_mgr.cGravatar Stephen Brennan 1-8/+8
2017-10-03staging: ccree: move to generic device log infraGravatar Gilad Ben-Yossef 1-205/+189
2017-10-03staging: ccree: simplify access to struct deviceGravatar Gilad Ben-Yossef 1-7/+7
2017-09-17staging: ccree: remove BUG macro usageGravatar Gilad Ben-Yossef 1-12/+6
2017-07-27staging: ccree: Fix alignment issues in ssi_buffer_mgr.cGravatar Simon Sandström 1-16/+24
2017-07-16staging: ccree: CamelCase to snake_case in aead structGravatar Gilad Ben-Yossef 1-39/+39
2017-07-16staging: ccree: CamelCase to snake_case in func varsGravatar Gilad Ben-Yossef 1-7/+8
2017-07-16staging: ccree: use proper printk format for dma_addr_tGravatar Gilad Ben-Yossef 1-24/+24
2017-07-16staging: ccree remove unnecessary parenthesesGravatar Gilad Ben-Yossef 1-4/+4
2017-07-16staging: ccree: Fix alignment issues in ssi_buffer_mgr.cGravatar Simon Sandström 1-131/+164
2017-07-16staging: ccree: fix placement of curly bracesGravatar Tyler Olivieri 1-8/+4
2017-07-16staging: ccree: remove redudant semicolonsGravatar Tyler Olivieri 1-1/+1
2017-07-16staging: ccree: use sizeof(*var) in kmallocGravatar Gustavo A. R. Silva 1-1/+1
2017-07-16staging: ccree: remove unnecessary cast on kmallocGravatar Gustavo A. R. Silva 1-2/+1
2017-06-29staging: ccree: remove/add (un)needed blank linesGravatar Gilad Ben-Yossef 1-3/+4
2017-06-29staging: ccree: fix pointer locationGravatar Gilad Ben-Yossef 1-6/+6
2017-06-29staging: ccree: remove comparisons to NULLGravatar Gilad Ben-Yossef 1-22/+22
2017-06-29staging: ccree: fix unmatched if/else bracesGravatar Gilad Ben-Yossef 1-1/+2
2017-06-29staging: ccree: no need for braces for single statementsGravatar Gilad Ben-Yossef 1-40/+30
2017-06-29staging: ccree: remove redundant blank linesGravatar Gilad Ben-Yossef 1-8/+0
2017-06-29staging: ccree: fix else placementGravatar Gilad Ben-Yossef 1-2/+1
2017-06-29staging: ccree: drop comparsion to true/falseGravatar Gilad Ben-Yossef 1-10/+10
2017-06-29staging: ccree: fix missing or redundant spacesGravatar Gilad Ben-Yossef 1-79/+79
2017-06-25staging: ccree: add DT bus coherency detectionGravatar Gilad Ben-Yossef 1-17/+20
2017-06-12Merge 4.12-rc5 into staging-nextGravatar Greg Kroah-Hartman 1-1/+2
2017-06-06staging: ccree: fix buffer copyGravatar Gilad Ben-Yossef 1-1/+2
2017-06-04staging: ccree: fix spelling mistake: "chanined" -> "chained"Gravatar Colin Ian King 1-1/+1
2017-06-04staging: ccree: remove unused debug macrosGravatar Gilad Ben-Yossef 1-19/+0
2017-06-04staging: ccree: move M/LLI defines to header fileGravatar Gilad Ben-Yossef 1-7/+0
2017-06-04staging: ccree: refactor LLI access macrosGravatar Gilad Ben-Yossef 1-4/+4
2017-06-04staging: ccree: remove 48 bit dma addr simGravatar Gilad Ben-Yossef 1-83/+0
2017-06-03Drivers: ccree: ssi_buffer_mgr.c - align block commentsGravatar Derek Robson 1-38/+49
2017-05-25staging: ccree: Cleanup: remove references to page_linkGravatar Logan Gunthorpe 1-9/+8
2017-05-15staging: ccree: stdint to kernel types conversionGravatar Gilad Ben-Yossef 1-63/+63
2017-05-15staging: ccree: Strip trailing whitespaceGravatar Timothée Isnard 1-106/+106
2017-04-28staging: ccree: fix ifnullfree.cocci warningsGravatar kbuild test robot 1-2/+1
2017-04-28staging: ccree: remove useless NULL test of fieldGravatar Gilad Ben-Yossef 1-3/+1
2017-04-28staging: ccree: add AEAD supportGravatar Gilad Ben-Yossef 1-0/+899
2017-04-28staging: ccree: add IV generation supportGravatar Gilad Ben-Yossef 1-0/+2
2017-04-28staging: ccree: add skcipher supportGravatar Gilad Ben-Yossef 1-0/+147
2017-04-28staging: ccree: add ahash supportGravatar Gilad Ben-Yossef 1-10/+301
2017-04-28staging: ccree: introduce CryptoCell HW driverGravatar Gilad Ben-Yossef 1-0/+537