summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_buffer_mgr.c
Commit message (Expand)AuthorAgeFilesLines
* staging: ccree: fix buf mgr naming conventionGilad Ben-Yossef2017-12-131-16/+12Star
* 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/+0Star
* staging: ccree: fix func call param indentationGilad Ben-Yossef2017-12-131-17/+11Star
* staging: ccree: simplify expression with local varGilad Ben-Yossef2017-12-131-12/+10Star
* staging: ccree: fix func def and decl coding styleGilad Ben-Yossef2017-12-131-86/+58Star
* drivers: staging: remove duplicate includesPravin Shedge2017-12-061-1/+0Star
* staging: ccree: remove more unnecessary parenthesesGilad Ben-Yossef2017-12-061-2/+2
* staging: ccree: remove unproven likely/unlikelyGilad Ben-Yossef2017-12-061-82/+72Star
* staging: ccree: remove inline qualifiersGilad Ben-Yossef2017-12-061-18/+17Star
* staging: ccree: use local vars for readabilityGilad Ben-Yossef2017-11-271-35/+29Star
* 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/+0Star
* 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/+2Star
* 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/+37Star
* 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/+188Star
* 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/+189Star
* staging: ccree: simplify access to struct deviceGilad Ben-Yossef2017-10-031-7/+7
* staging: ccree: remove BUG macro usageGilad Ben-Yossef2017-09-171-12/+6Star
* staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström2017-07-281-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/+4Star
* 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/+1Star
* 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/+30Star
* staging: ccree: remove redundant blank linesGilad Ben-Yossef2017-06-291-8/+0Star
* staging: ccree: fix else placementGilad Ben-Yossef2017-06-291-2/+1Star
* staging: ccree: drop comparsion to true/falseGilad Ben-Yossef2017-06-291-10/+10
* staging: ccree: fix missing or redundant spacesGilad Ben-Yossef2017-06-291-79/+79
* staging: ccree: add DT bus coherency detectionGilad Ben-Yossef2017-06-251-17/+20
* Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman2017-06-121-1/+2
|\
| * staging: ccree: fix buffer copyGilad Ben-Yossef2017-06-061-1/+2
* | staging: ccree: fix spelling mistake: "chanined" -> "chained"Colin Ian King2017-06-041-1/+1
* | staging: ccree: remove unused debug macrosGilad Ben-Yossef2017-06-041-19/+0Star