summaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure/safexcel.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-30crypto: inside-secure - fix a typo in a register nameAntoine Tenart1-1/+1
2018-03-30crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart1-1/+1
2018-03-23crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT1-9/+25
2018-03-23crypto: inside-secure - improve clock initializationGregory CLEMENT1-5/+6
2018-03-23crypto: inside-secure - fix clock managementGregory CLEMENT1-1/+1
2018-03-09crypto: inside-secure - move cache result dma mapping to requestAntoine Tenart1-14/+0
2018-03-09crypto: inside-secure - move hash result dma mapping to requestOfer Heifetz1-6/+1
2018-02-22crypto: inside-secure - keep the requests push/pop syncedAntoine Tenart1-15/+13
2018-02-22crypto: inside-secure - do not process request if no command was issuedAntoine Tenart1-0/+9
2018-02-22crypto: inside-secure - do not overwrite the threshold valueAntoine Tenart1-2/+1
2018-01-25crypto: inside-secure - make function safexcel_try_push_requests staticColin Ian King1-2/+2
2017-12-22crypto: inside-secure - EIP97 supportAntoine Ténart1-82/+130
2017-12-22crypto: inside-secure - retry to proceed the request later on failAntoine Ténart1-9/+23
2017-12-22crypto: inside-secure - handle more result requests when counter is fullAntoine Ténart1-3/+12
2017-12-22crypto: inside-secure - acknowledge the result requests all at onceAntoine Ténart1-6/+10
2017-12-22crypto: inside-secure - dequeue all requests at onceAntoine Ténart1-12/+48
2017-12-22crypto: inside-secure - use threaded IRQs for result handlingAntoine Ténart1-19/+22
2017-12-22crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart1-13/+16
2017-12-22crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz1-1/+0
2017-12-22crypto: inside-secure - free requests even if their handling failedAntoine Ténart1-0/+1
2017-08-22crypto: inside-secure - fix an error handling path in safexcel_probe()Christophe Jaillet1-2/+3
2017-07-18crypto: inside-secure - do not parse the dma mask from dtAntoine Ténart1-4/+1
2017-06-20crypto: inside-secure - only dequeue when neededAntoine Ténart1-3/+3
2017-06-20crypto: inside-secure - get the backlog before dequeueing the requestAntoine Ténart1-1/+1
2017-06-20crypto: inside-secure - stop requeueing failed requestsAntoine Ténart1-8/+10
2017-06-20crypto: inside-secure - use one queue per hw ringAntoine Ténart1-47/+39
2017-06-20crypto: inside-secure - optimize DSE bufferability controlIgal Liberman1-0/+1
2017-06-20crypto: inside-secure - enable single WR in DSE configurationIgal Liberman1-0/+1
2017-06-20crypto: inside-secure - fix incorrect DSE data cache settingAntoine Ténart1-1/+1
2017-06-10crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart1-0/+930