summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/ctrl.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-15crypto: caam - fix typosHeinrich Schuchardt1-9/+9
2020-03-30crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov1-13/+60
2020-03-30crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov1-3/+8
2020-03-30crypto: caam - allocate RNG instantiation descriptor with GFP_DMAAndrey Smirnov1-2/+2
2020-01-22crypto: caam - add support for i.MX8M PlusHoria Geantă1-2/+3
2020-01-16crypto: caam - add support for i.MX8M NanoHoria Geantă1-4/+4
2019-12-27crypto: caam - Add support for i.MX8M MiniAdam Ford1-1/+3
2019-12-11crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan1-4/+2
2019-11-01crypto: caam - populate platform devices lastAndrey Smirnov1-7/+6
2019-11-01crypto: caam - use devres to populate platform devicesAndrey Smirnov1-23/+3
2019-11-01crypto: caam - use devres to de-initialize QIAndrey Smirnov1-13/+1
2019-11-01crypto: caam - use devres to de-initialize the RNGAndrey Smirnov1-60/+70
2019-11-01crypto: caam - use devres to remove debugfsAndrey Smirnov1-7/+14
2019-11-01crypto: caam - use devres to unmap memoryAndrey Smirnov1-19/+9
2019-09-09crypto: caam - make sure clocks are enabled firstAndrey Smirnov1-15/+15
2019-08-30crypto: caam - add clock entry for i.MX8MQAndrey Smirnov1-0/+1
2019-08-30crypto: caam - always select job ring via RSR on i.MX8MQAndrey Smirnov1-1/+6
2019-08-30crypto: caam - select DMA address size at runtimeAndrey Smirnov1-1/+4
2019-08-30crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov1-0/+1
2019-08-30crypto: caam - simplfy clock initializationAndrey Smirnov1-105/+93
2019-08-30crypto: caam - move DMA mask selection into a functionAndrey Smirnov1-10/+1
2019-08-02crypto: caam - defer probing until QMan is availableHoria Geantă1-26/+48
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-1/+1
2019-06-06crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan1-2/+4
2019-05-23crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă1-0/+1
2019-05-23crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă1-4/+4
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă1-20/+25
2019-05-17crypto: caam - fix typo in i.MX6 devices list for errataIuliana Prodan1-1/+1
2019-03-28crypto: caam - limit AXI pipeline to a depth of 1Iuliana Prodan1-0/+20
2019-02-01crypto: caam - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-15/+6
2019-01-11crypto: caam - move shared symbols in a common locationHoria Geantă1-4/+0
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă1-7/+21
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă1-0/+1
2018-05-31crypto: caam - fix MC firmware detectionHoria Geantă1-9/+12
2018-04-21crypto: caam - allow retrieving 'era' from registerFabio Estevam1-4/+52
2018-04-21crypto: caam - staticize caam_get_era()Fabio Estevam1-2/+1
2018-03-03crypto: caam - do not use mem and emi_slow clock for imx7xRui Miguel Silva1-15/+24
2018-03-03crypto: caam - Fix null dereference at error pathRui Miguel Silva1-3/+0
2018-02-08crypto: caam - fix endless loop when DECO acquire failsHoria Geantă1-2/+6
2017-12-28crypto: caam - save Era in driver's private dataHoria Geantă1-1/+3
2017-09-20crypto: caam - fix LS1021A support on ARMv7 multiplatform kernelHoria Geantă1-9/+10
2017-08-09crypto: caam - Remove unused dentry membersFabio Estevam1-51/+30
2017-08-03crypto: caam/jr - add support for DPAA2 partsHoria Geantă1-16/+29
2017-07-18crypto: caam - remove unused variables in caam_drv_privateTudor Ambarus1-1/+0
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-45/+22
2017-04-05crypto: caam - fix RNG deinstantiation error checkingHoria Geantă1-1/+2
2017-04-05crypto: caam - fix JR platform device subsequent (re)creationsHoria Geantă1-44/+19
2017-03-24crypto: caam - add Queue Interface (QI) backend supportHoria Geantă1-28/+30
2017-02-27scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-15crypto: caam - fix JR IO mapping if one failsTudor Ambarus1-8/+9