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