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