summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* staging: ccree: remove sysfs if of deleted codeGilad Ben-Yossef2017-10-031-266/+0
* staging: ccree: remove unused and redundant variable idxColin Ian King2017-09-181-3/+0
* Staging: ccree: Use kcalloc instead of kzallocSrishti Sharma2017-09-181-1/+1
* Staging: ccree: Remove unused variable monitor_lockSrishti Sharma2017-09-171-1/+0
* Staging: ccree: Merge assignment with returnSrishti Sharma2017-09-171-12/+3
* staging: ccree: remove BUG macro usageGilad Ben-Yossef2017-09-174-20/+24
* staging: ccree: replace noop macro with inlineGilad Ben-Yossef2017-09-171-2/+2
* staging: ccree: move over to BIT macro for bit definesGilad Ben-Yossef2017-09-173-9/+10
* staging: ccree: remove unused completionGilad Ben-Yossef2017-09-172-3/+0
* staging: ccree: simplify resource release on errorGilad Ben-Yossef2017-09-174-52/+59
* staging: ccree: Use platform_get_irq and devm_request_irqSuniel Mahesh2017-09-172-23/+10