summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/intern.h
AgeCommit message (Expand)AuthorLines
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+15
2022-05-23crypto: caam - determine whether CAAM supports blob encap/decapAhmad Fatoum-0/+1
2022-05-06crypto: caam/rng - Add support for PRNGMeenakshi Aggarwal-0/+15
2020-11-06crypto: caam - enable crypto-engine retry mechanismIuliana Prodan-0/+8
2020-08-21crypto: caam - Move debugfs fops into standalone fileHoria Geantă-17/+0
2020-03-30crypto: caam - drop global context pointer and init_doneAndrey Smirnov-4/+3
2020-02-22crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan-0/+2
2019-11-01crypto: caam - use devres to de-initialize QIAndrey Smirnov-3/+0
2019-11-01crypto: caam - use devres to remove debugfsAndrey Smirnov-1/+0
2019-08-30crypto: caam - select DMA address size at runtimeAndrey Smirnov-1/+1
2019-08-30crypto: caam - don't hardcode inpentry sizeAndrey Smirnov-1/+2
2019-08-30crypto: caam - drop explicit usage of struct jr_outentryAndrey Smirnov-1/+1
2019-08-30crypto: caam - simplfy clock initializationAndrey Smirnov-5/+2
2019-08-30crypto: caam - move DMA mask selection into a functionAndrey Smirnov-0/+20
2019-05-23crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă-0/+2
2019-05-23crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă-4/+3
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă-3/+90
2019-03-28crypto: caam/jr - Removed redundant vars from job ring private dataVakul Garg-2/+0
2019-03-28crypto: caam/jr - Remove spinlock for output job ringVakul Garg-1/+0
2019-03-22crypto: caam/jr - optimize job ring enqueue and dequeue operationsVakul Garg-0/+1
2019-02-01crypto: caam - no need to check return value of debugfs_create functionsGreg Kroah-Hartman-1/+0
2018-05-31crypto: caam - fix MC firmware detectionHoria Geantă-0/+1
2017-12-28crypto: caam - save Era in driver's private dataHoria Geantă-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-09crypto: caam - Remove unused dentry membersFabio Estevam-8/+0
2017-07-18crypto: caam - remove unused variables in caam_drv_privateTudor Ambarus-3/+0
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-1/+0
2017-04-05crypto: caam - fix JR platform device subsequent (re)creationsHoria Geantă-1/+0
2017-03-24crypto: caam - add Queue Interface (QI) backend supportHoria Geantă-0/+24
2016-11-13Revert "crypto: caam - get rid of tasklet"Horia Geantă-0/+1
2016-08-09crypto: caam - get rid of taskletRussell King-1/+0
2015-08-10crypto: caam - Enable and disable clocks on Freescale i.MX platformsVictoria Milhoan-0/+5
2014-09-15crypto: caam - Dynamic allocation of addresses for various memory blocks in C...Nitesh Narayan Lal-4/+5
2014-06-25crypto: caam - Configuration for platforms with virtualization enabled in CAAMRuchika Gupta-0/+1
2013-10-30crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta-7/+0
2013-10-30crypto: caam - Add API's to allocate/free Job RingsRuchika Gupta-0/+3
2013-10-30crypto: caam - Add Platform driver for Job RingRuchika Gupta-3/+3
2013-09-13crypto: caam - enable instantiation of all RNG4 state handlesAlex Porosanu-4/+4
2013-09-13crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driverAlex Porosanu-0/+6
2013-08-01crypto: caam - Remove unused functions from Job RingRuchika Gupta-5/+0
2013-04-25crypto: caam - fix job ring cleanup codeVakul Garg-0/+1
2012-06-27crypto: caam - one tasklet per job ringKim Phillips-1/+1
2012-06-27crypto: caam - ahash hmac supportYuan Kang-0/+2
2012-06-27crypto: caam - remove jr register/deregisterYuan Kang-2/+0
2011-03-27crypto: caam - Add support for the Freescale SEC4/CAAMKim Phillips-0/+113