summaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_buffer_mgr.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-06drivers: staging: remove duplicate includesPravin Shedge1-1/+0
2017-12-06staging: ccree: remove more unnecessary parenthesesGilad Ben-Yossef1-2/+2
2017-12-06staging: ccree: remove unproven likely/unlikelyGilad Ben-Yossef1-82/+72
2017-12-06staging: ccree: remove inline qualifiersGilad Ben-Yossef1-18/+17
2017-11-27staging: ccree: use local vars for readabilityGilad Ben-Yossef1-35/+29
2017-11-27staging: ccree: trim long lines for readabilityGilad Ben-Yossef1-39/+61
2017-11-27staging: ccree: replace macro with inline funcGilad Ben-Yossef1-9/+18
2017-11-27staging: ccree: remove unneeded empty linesGilad Ben-Yossef1-1/+0
2017-11-27staging: ccree: move logical cont. to 1st lineGilad Ben-Yossef1-4/+4
2017-11-27staging: ccree: remove unnecessary parenthesesGilad Ben-Yossef1-14/+14
2017-11-27staging: ccree: remove braces for single statementGilad Ben-Yossef1-4/+2
2017-11-27staging: ccree: remove compare to none zeroGilad Ben-Yossef1-37/+37
2017-11-27staging: ccree: fold common code into functionGilad Ben-Yossef1-52/+37
2017-11-27staging: ccree: simplify buf mgr using local varsGilad Ben-Yossef1-8/+10
2017-11-27staging: ccree: make long func call sites readableGilad Ben-Yossef1-242/+188
2017-11-02staging: ccree: Fix indentation in ssi_buffer_mgr.cStephen Brennan1-8/+8
2017-10-03staging: ccree: move to generic device log infraGilad Ben-Yossef1-205/+189
2017-10-03staging: ccree: simplify access to struct deviceGilad Ben-Yossef1-7/+7
2017-09-17staging: ccree: remove BUG macro usageGilad Ben-Yossef1-12/+6
2017-07-28staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström1-16/+24
2017-07-16staging: ccree: CamelCase to snake_case in aead structGilad Ben-Yossef1-39/+39
2017-07-16staging: ccree: CamelCase to snake_case in func varsGilad Ben-Yossef1-7/+8
2017-07-16staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef1-24/+24
2017-07-16staging: ccree remove unnecessary parenthesesGilad Ben-Yossef1-4/+4
2017-07-16staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström1-131/+164
2017-07-16staging: ccree: fix placement of curly bracesTyler Olivieri1-8/+4
2017-07-16staging: ccree: remove redudant semicolonsTyler Olivieri1-1/+1
2017-07-16staging: ccree: use sizeof(*var) in kmallocGustavo A. R. Silva1-1/+1
2017-07-16staging: ccree: remove unnecessary cast on kmallocGustavo A. R. Silva1-2/+1
2017-06-29staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef1-3/+4
2017-06-29staging: ccree: fix pointer locationGilad Ben-Yossef1-6/+6
2017-06-29staging: ccree: remove comparisons to NULLGilad Ben-Yossef1-22/+22
2017-06-29staging: ccree: fix unmatched if/else bracesGilad Ben-Yossef1-1/+2
2017-06-29staging: ccree: no need for braces for single statementsGilad Ben-Yossef1-40/+30
2017-06-29staging: ccree: remove redundant blank linesGilad Ben-Yossef1-8/+0
2017-06-29staging: ccree: fix else placementGilad Ben-Yossef1-2/+1
2017-06-29staging: ccree: drop comparsion to true/falseGilad Ben-Yossef1-10/+10
2017-06-29staging: ccree: fix missing or redundant spacesGilad Ben-Yossef1-79/+79
2017-06-25staging: ccree: add DT bus coherency detectionGilad Ben-Yossef1-17/+20
2017-06-12Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman1-1/+2
2017-06-06staging: ccree: fix buffer copyGilad Ben-Yossef1-1/+2
2017-06-04staging: ccree: fix spelling mistake: "chanined" -> "chained"Colin Ian King1-1/+1
2017-06-04staging: ccree: remove unused debug macrosGilad Ben-Yossef1-19/+0
2017-06-04staging: ccree: move M/LLI defines to header fileGilad Ben-Yossef1-7/+0
2017-06-04staging: ccree: refactor LLI access macrosGilad Ben-Yossef1-4/+4
2017-06-04staging: ccree: remove 48 bit dma addr simGilad Ben-Yossef1-83/+0
2017-06-03Drivers: ccree: ssi_buffer_mgr.c - align block commentsDerek Robson1-38/+49
2017-05-25staging: ccree: Cleanup: remove references to page_linkLogan Gunthorpe1-9/+8
2017-05-15staging: ccree: stdint to kernel types conversionGilad Ben-Yossef1-63/+63
2017-05-15staging: ccree: Strip trailing whitespaceTimothée Isnard1-106/+106