summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_buffer_mgr.c
AgeCommit message (Expand)AuthorLines
2018-01-09staging: ccree: use a consistent file naming conventionGilad Ben-Yossef-1657/+0
2018-01-08staging: ccree: use array for double bufferGilad Ben-Yossef-14/+7
2018-01-08staging: ccree: handle end of sg list gracefullyGilad Ben-Yossef-1/+1
2018-01-08staging: ccree: check DMA pool buf !NULL before freeGilad Ben-Yossef-1/+2
2018-01-08staging: ccree: pick alloc mem flags based on req flagsGilad Ben-Yossef-9/+10
2018-01-08staging: ccree: SPDXify driverGilad Ben-Yossef-15/+2
2017-12-13staging: ccree: fix buf mgr naming conventionGilad Ben-Yossef-16/+12
2017-12-13staging: ccree: rename vars/structs/enums from ssi_ to cc_Gilad Ben-Yossef-15/+15
2017-12-13staging: ccree: rename all SSI to CCGilad Ben-Yossef-39/+39
2017-12-13staging: ccree: remove SSI_CC_HAS_ macrosGilad Ben-Yossef-4/+0
2017-12-13staging: ccree: fix func call param indentationGilad Ben-Yossef-17/+11
2017-12-13staging: ccree: simplify expression with local varGilad Ben-Yossef-12/+10
2017-12-13staging: ccree: fix func def and decl coding styleGilad Ben-Yossef-86/+58
2017-12-06drivers: staging: remove duplicate includesPravin Shedge-1/+0
2017-12-06staging: ccree: remove more unnecessary parenthesesGilad Ben-Yossef-2/+2
2017-12-06staging: ccree: remove unproven likely/unlikelyGilad Ben-Yossef-82/+72
2017-12-06staging: ccree: remove inline qualifiersGilad Ben-Yossef-18/+17
2017-11-27staging: ccree: use local vars for readabilityGilad Ben-Yossef-35/+29
2017-11-27staging: ccree: trim long lines for readabilityGilad Ben-Yossef-39/+61
2017-11-27staging: ccree: replace macro with inline funcGilad Ben-Yossef-9/+18
2017-11-27staging: ccree: remove unneeded empty linesGilad Ben-Yossef-1/+0
2017-11-27staging: ccree: move logical cont. to 1st lineGilad Ben-Yossef-4/+4
2017-11-27staging: ccree: remove unnecessary parenthesesGilad Ben-Yossef-14/+14
2017-11-27staging: ccree: remove braces for single statementGilad Ben-Yossef-4/+2
2017-11-27staging: ccree: remove compare to none zeroGilad Ben-Yossef-37/+37
2017-11-27staging: ccree: fold common code into functionGilad Ben-Yossef-52/+37
2017-11-27staging: ccree: simplify buf mgr using local varsGilad Ben-Yossef-8/+10
2017-11-27staging: ccree: make long func call sites readableGilad Ben-Yossef-242/+188
2017-11-02staging: ccree: Fix indentation in ssi_buffer_mgr.cStephen Brennan-8/+8
2017-10-03staging: ccree: move to generic device log infraGilad Ben-Yossef-205/+189
2017-10-03staging: ccree: simplify access to struct deviceGilad Ben-Yossef-7/+7
2017-09-17staging: ccree: remove BUG macro usageGilad Ben-Yossef-12/+6
2017-07-27staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström-16/+24
2017-07-16staging: ccree: CamelCase to snake_case in aead structGilad Ben-Yossef-39/+39
2017-07-16staging: ccree: CamelCase to snake_case in func varsGilad Ben-Yossef-7/+8
2017-07-16staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef-24/+24
2017-07-16staging: ccree remove unnecessary parenthesesGilad Ben-Yossef-4/+4
2017-07-16staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström-131/+164
2017-07-16staging: ccree: fix placement of curly bracesTyler Olivieri-8/+4
2017-07-16staging: ccree: remove redudant semicolonsTyler Olivieri-1/+1
2017-07-16staging: ccree: use sizeof(*var) in kmallocGustavo A. R. Silva-1/+1
2017-07-16staging: ccree: remove unnecessary cast on kmallocGustavo A. R. Silva-2/+1
2017-06-29staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef-3/+4
2017-06-29staging: ccree: fix pointer locationGilad Ben-Yossef-6/+6
2017-06-29staging: ccree: remove comparisons to NULLGilad Ben-Yossef-22/+22
2017-06-29staging: ccree: fix unmatched if/else bracesGilad Ben-Yossef-1/+2
2017-06-29staging: ccree: no need for braces for single statementsGilad Ben-Yossef-40/+30
2017-06-29staging: ccree: remove redundant blank linesGilad Ben-Yossef-8/+0
2017-06-29staging: ccree: fix else placementGilad Ben-Yossef-2/+1
2017-06-29staging: ccree: drop comparsion to true/falseGilad Ben-Yossef-10/+10