summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree
Commit message (Expand)AuthorAgeFilesLines
* staging: ccree: fix incorrect indentation of break statementColin Ian King2017-11-271-1/+1
* staging: ccree: drop unused macroGilad Ben-Yossef2017-11-271-2/+0
* staging: ccree: use local vars for readabilityGilad Ben-Yossef2017-11-271-35/+29
* staging: ccree: replace msleep with a completionGilad Ben-Yossef2017-11-273-2/+8
* staging: ccree: remove unused fieldGilad Ben-Yossef2017-11-271-4/+0
* staging: ccree: remove unneeded wrapper functionGilad Ben-Yossef2017-11-271-15/+6
* staging: ccree: rename long define for readabilityGilad Ben-Yossef2017-11-271-2/+2
* staging: ccree: rename func for readabilityGilad Ben-Yossef2017-11-273-12/+10
* staging: ccree: refactor code with local varsGilad Ben-Yossef2017-11-271-9/+7
* staging: ccree: remove dead defs and declsGilad Ben-Yossef2017-11-271-23/+0
* staging: ccree: trim long lines for readabilityGilad Ben-Yossef2017-11-2715-193/+406
* staging: ccree: replace macro with inline funcGilad Ben-Yossef2017-11-271-9/+18
* staging: ccree: Replace CONFIG_PM_RUNTIME with CONFIG_PMGilad Ben-Yossef2017-11-275-14/+14
* staging: ccree: fix code indentGilad Ben-Yossef2017-11-272-3/+5
* staging: ccree: constify help stringGilad Ben-Yossef2017-11-271-1/+1
* staging: ccree: document spinlock usageGilad Ben-Yossef2017-11-271-0/+3
* staging: ccree: replace open coded loop with forGilad Ben-Yossef2017-11-271-7/+9
* staging: ccree: make mem barrier per requestGilad Ben-Yossef2017-11-271-1/+12
* staging: ccree: remove unneeded castGilad Ben-Yossef2017-11-271-6/+6
* staging: ccree: remove unneeded empty linesGilad Ben-Yossef2017-11-272-2/+0
* staging: ccree: move logical cont. to 1st lineGilad Ben-Yossef2017-11-271-4/+4
* staging: ccree: remove MIN/MAX macrosGilad Ben-Yossef2017-11-273-5/+2
* staging: ccree: remove unnecessary parenthesesGilad Ben-Yossef2017-11-275-59/+59
* staging: ccree: alloc by instance not typeGilad Ben-Yossef2017-11-271-1/+1
* staging: ccree: fix typosGilad Ben-Yossef2017-11-275-5/+5
* staging: ccree: remove unused cc_base parameterGilad Ben-Yossef2017-11-276-18/+12
* staging: ccree: remove braces for single statementGilad Ben-Yossef2017-11-271-4/+2
* staging: ccree: remove compare to none zeroGilad Ben-Yossef2017-11-279-128/+128
* staging: ccree: remove unneeded castGilad Ben-Yossef2017-11-271-8/+4
* staging: ccree: simplify pm manager using local varGilad Ben-Yossef2017-11-271-4/+8
* 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: simplify AEAD using local varGilad Ben-Yossef2017-11-271-6/+4
* staging: ccree: make long func call sites readableGilad Ben-Yossef2017-11-2713-392/+345
* staging: ccree: simplify ioread/iowriteGilad Ben-Yossef2017-11-069-166/+78
* staging: ccree: simplify registers accessGilad Ben-Yossef2017-11-066-61/+53
* staging: ccree: simplify error handling logicGilad Ben-Yossef2017-11-061-16/+12
* staging: ccree: remove dead codeGilad Ben-Yossef2017-11-062-5/+0
* staging: ccree: handle limiting of DMA masksGilad Ben-Yossef2017-11-061-5/+20
* staging: ccree: copy IV to DMAable memoryGilad Ben-Yossef2017-11-062-2/+19
* staging: ccree: Fix indentation in ssi_buffer_mgr.cStephen Brennan2017-11-021-8/+8
* staging: ccree: fix 64 bit scatter/gather DMA opsGilad Ben-Yossef2017-11-021-1/+1
* staging: ccree: fix boolreturn.cocci warningSuniel Mahesh2017-10-181-1/+1
* staging: ccree: Fix bool comparisonSuniel Mahesh2017-10-181-1/+1
* staging/ccree: Declare compiled out functions static inlineRishabh Hardas2017-10-181-2/+2
* staging: ccree: Convert to platform_{get,set}_drvdata()Suniel Mahesh2017-10-041-4/+2
* staging: ccree: else is not generally useful after a break or returnSuniel Mahesh2017-10-031-3/+2
* staging: ccree: simplify OOM handlingGilad Ben-Yossef2017-10-035-60/+26
* staging: ccree: move to generic device log infraGilad Ben-Yossef2017-10-0313-673/+688
* staging: ccree: simplify access to struct deviceGilad Ben-Yossef2017-10-038-80/+78