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