summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_request_mgr.c
Commit message (Expand)AuthorAgeFilesLines
* staging: ccree: use a consistent file naming conventionGilad Ben-Yossef2018-01-091-719/+0
* staging: ccree: put pointer next to var nameGilad Ben-Yossef2018-01-081-1/+1
* staging: ccree: use Makefile to include PM codeGilad Ben-Yossef2018-01-081-16/+2
* staging: ccree: failing the suspend is not an errorGilad Ben-Yossef2018-01-081-7/+1
* staging: ccree: add backlog processingGilad Ben-Yossef2018-01-081-8/+128
* staging: ccree: break send_request and fix ret valGilad Ben-Yossef2018-01-081-76/+104
* staging: ccree: remove unused leftover fieldGilad Ben-Yossef2018-01-081-1/+0
* staging: ccree: SPDXify driverGilad Ben-Yossef2018-01-081-15/+2
* staging: ccree: remove ssi_config.hGilad Ben-Yossef2017-12-191-1/+0
* staging: ccree: turn compile time debug log to paramsGilad Ben-Yossef2017-12-191-13/+13
* staging: ccree: remove useless debug codeGilad Ben-Yossef2017-12-191-23/+0
* staging: ccree: staging: ccree: replace sysfs by debugfs interfaceGilad Ben-Yossef2017-12-191-1/+0
* staging: ccree: rename vars/structs/enums from ssi_ to cc_Gilad Ben-Yossef2017-12-131-35/+35
* staging: ccree: rename all DX to CCGilad Ben-Yossef2017-12-131-1/+1
* staging: ccree: rename all SSI to CCGilad Ben-Yossef2017-12-131-8/+8
* staging: ccree: fix ivgen naming conventionGilad Ben-Yossef2017-12-131-3/+4
* staging: ccree: fix req mgr func def coding styleGilad Ben-Yossef2017-12-131-12/+9
* staging: ccree: fix reg mgr naming conventionGilad Ben-Yossef2017-12-131-21/+19
* staging: ccree: remove braces for single statement blocksGilad Ben-Yossef2017-12-061-2/+1
* staging: ccree: remove more unnecessary parenthesesGilad Ben-Yossef2017-12-061-1/+1
* staging: ccree: remove unproven likely/unlikelyGilad Ben-Yossef2017-12-061-15/+13
* staging: ccree: remove inline qualifiersGilad Ben-Yossef2017-12-061-2/+2
* staging: ccree: replace msleep with a completionGilad Ben-Yossef2017-11-271-2/+5
* staging: ccree: refactor code with local varsGilad Ben-Yossef2017-11-271-9/+7
* staging: ccree: trim long lines for readabilityGilad Ben-Yossef2017-11-271-17/+28
* staging: ccree: Replace CONFIG_PM_RUNTIME with CONFIG_PMGilad Ben-Yossef2017-11-271-7/+7
* 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: fix typosGilad Ben-Yossef2017-11-271-1/+1
* staging: ccree: remove unused cc_base parameterGilad Ben-Yossef2017-11-271-3/+2
* staging: ccree: remove compare to none zeroGilad Ben-Yossef2017-11-271-6/+6
* staging: ccree: make long func call sites readableGilad Ben-Yossef2017-11-271-8/+8
* staging: ccree: simplify ioread/iowriteGilad Ben-Yossef2017-11-061-28/+29
* staging: ccree: simplify registers accessGilad Ben-Yossef2017-11-061-17/+16
* staging: ccree: Fix bool comparisonSuniel Mahesh2017-10-181-1/+1
* staging: ccree: else is not generally useful after a break or returnSuniel Mahesh2017-10-031-3/+2
* staging: ccree: move to generic device log infraGilad Ben-Yossef2017-10-031-43/+44
* staging: ccree: simplify access to struct deviceGilad Ben-Yossef2017-10-031-10/+14
* Staging: ccree: Remove unused variable monitor_lockSrishti Sharma2017-09-171-1/+0
* staging: ccree: remove BUG macro usageGilad Ben-Yossef2017-09-171-6/+16
* staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström2017-08-161-1/+1
* staging: ccree: Fix alignment issues in ssi_request_mgr.cSimon Sandström2017-07-271-1/+3
* staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef2017-07-161-4/+4
* staging: ccree remove unnecessary parenthesesGilad Ben-Yossef2017-07-161-1/+1
* staging: ccree: Fix alignment issues in ssi_request_mgr.cSimon Sandström2017-07-161-22/+20
* staging: ccree: move FIPS support to kernel infrastructureGilad Ben-Yossef2017-07-161-2/+0
* staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef2017-06-291-6/+3
* staging: ccree: fix pointer locationGilad Ben-Yossef2017-06-291-5/+5