aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/qi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-01crypto: caam - use devres to de-initialize QIAndrey Smirnov1-2/+6
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă1-2/+3
2019-08-09crypto: caam/qi - fix error handling in ERN handlerHoria Geantă1-1/+4
2019-05-23crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă1-2/+14
2019-05-23crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă1-28/+5
2019-05-23crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă1-0/+3
2019-04-08crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()Dan Carpenter1-2/+2
2019-02-28crypto: caam - remove redundant likely/unlikely annotationChengguang Xu1-2/+2
2018-10-17crypto: caam/qi - simplify CGR allocation, freeingHoria Geantă1-39/+4
2018-05-31crypto: caam/qi - fix warning in init_cgr()Horia Geantă1-3/+2
2018-02-15crypto: caam/qi - return -EBADMSG for ICV check failureHoria Geantă1-2/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-09crypto: caam - Remove unused dentry membersFabio Estevam1-4/+2
2017-07-28crypto: caam - free qman_fq after kill_fqXulin Sun1-6/+4
2017-07-18crypto: caam/qi - lower driver verbosityHoria Geantă1-4/+4
2017-07-18crypto: caam/qi - explicitly set dma_opsHoria Geantă1-0/+1
2017-07-18crypto: caam/qi - handle large number of S/Gs caseHoria Geantă1-3/+0
2017-07-18crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=yHoria Geantă1-1/+1
2017-04-21crypto: caam - fix error return code in caam_qi_init()Wei Yongjun1-1/+1
2017-03-24crypto: caam - add Queue Interface (QI) backend supportHoria Geantă1-0/+805