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