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