summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_request_mgr.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+9Star
* staging: ccree: fix reg mgr naming conventionGilad Ben-Yossef2017-12-131-21/+19Star
* staging: ccree: remove braces for single statement blocksGilad Ben-Yossef2017-12-061-2/+1Star
* staging: ccree: remove more unnecessary parenthesesGilad Ben-Yossef2017-12-061-1/+1
* staging: ccree: remove unproven likely/unlikelyGilad Ben-Yossef2017-12-061-15/+13Star
* 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/+7Star
* 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/+2Star
* 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/+16Star
* 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/+2Star
* 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/+0Star
* staging: ccree: remove BUG macro usageGilad Ben-Yossef2017-09-171-6/+16
* staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström2017-08-171-1/+1
* staging: ccree: Fix alignment issues in ssi_request_mgr.cSimon Sandström2017-07-281-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/+20Star
* staging: ccree: move FIPS support to kernel infrastructureGilad Ben-Yossef2017-07-161-2/+0Star
* staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef2017-06-291-6/+3Star
* staging: ccree: fix pointer locationGilad Ben-Yossef2017-06-291-5/+5
* staging: ccree: remove comparisons to NULLGilad Ben-Yossef2017-06-291-4/+4
* staging: ccree: no need for braces for single statementsGilad Ben-Yossef2017-06-291-12/+8Star
* staging: ccree: remove redundant blank linesGilad Ben-Yossef2017-06-291-1/+0Star
* staging: ccree: fix missing or redundant spacesGilad Ben-Yossef2017-06-291-31/+31
* staging: ccree: use signal safe completion waitGilad Ben-Yossef2017-06-251-1/+2
* staging: ccree: move request_mgr to generic bitfield opsGilad Ben-Yossef2017-06-041-10/+17
* staging: ccree: remove cycle count debug supportGilad Ben-Yossef2017-06-041-116/+0Star
* staging: ccree: remove 48 bit dma addr simGilad Ben-Yossef2017-06-041-3/+0Star
* staging: ccree: refactor HW command FIFO accessGilad Ben-Yossef2017-06-041-12/+11Star
* Drivers: ccree: ssi_request_mgr.c - align block commentsDerek Robson2017-05-291-15/+22
* Merge 4.12-rc2 into staging-nextGreg Kroah-Hartman2017-05-221-1/+0Star
|\
| * staging: ccree: remove extraneous spin_unlock_bh() in error handlerIan Chard2017-05-151-1/+0Star