summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/ctrl.c
AgeCommit message (Expand)AuthorLines
2020-09-18crypto: caam - Fix kerneldocKrzysztof Kozlowski-1/+3
2020-09-11crypto: caam - use traditional error check patternAndy Shevchenko-4/+3
2020-08-21crypto: caam - Move debugfs fops into standalone fileHoria Geantă-69/+8
2020-06-18crypto: caam - Fix argument type in handle_imx6_err005766Herbert Xu-1/+1
2020-06-18crypto: caam - add clock info for VFxxx SoCsAndrey Smirnov-0/+10
2020-06-15crypto: caam - fix typosHeinrich Schuchardt-9/+9
2020-03-30crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov-13/+60
2020-03-30crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov-3/+8
2020-03-30crypto: caam - allocate RNG instantiation descriptor with GFP_DMAAndrey Smirnov-2/+2
2020-01-22crypto: caam - add support for i.MX8M PlusHoria Geantă-2/+3
2020-01-16crypto: caam - add support for i.MX8M NanoHoria Geantă-4/+4
2019-12-27crypto: caam - Add support for i.MX8M MiniAdam Ford-1/+3
2019-12-11crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan-4/+2
2019-11-01crypto: caam - populate platform devices lastAndrey Smirnov-7/+6
2019-11-01crypto: caam - use devres to populate platform devicesAndrey Smirnov-23/+3
2019-11-01crypto: caam - use devres to de-initialize QIAndrey Smirnov-13/+1
2019-11-01crypto: caam - use devres to de-initialize the RNGAndrey Smirnov-60/+70
2019-11-01crypto: caam - use devres to remove debugfsAndrey Smirnov-7/+14
2019-11-01crypto: caam - use devres to unmap memoryAndrey Smirnov-19/+9
2019-09-09crypto: caam - make sure clocks are enabled firstAndrey Smirnov-15/+15
2019-08-30crypto: caam - add clock entry for i.MX8MQAndrey Smirnov-0/+1
2019-08-30crypto: caam - always select job ring via RSR on i.MX8MQAndrey Smirnov-1/+6
2019-08-30crypto: caam - select DMA address size at runtimeAndrey Smirnov-1/+4
2019-08-30crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov-0/+1
2019-08-30crypto: caam - simplfy clock initializationAndrey Smirnov-105/+93
2019-08-30crypto: caam - move DMA mask selection into a functionAndrey Smirnov-10/+1
2019-08-02crypto: caam - defer probing until QMan is availableHoria Geantă-26/+48
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-1/+1
2019-06-06crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan-2/+4
2019-05-23crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă-0/+1
2019-05-23crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă-4/+4
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă-20/+25
2019-05-17crypto: caam - fix typo in i.MX6 devices list for errataIuliana Prodan-1/+1
2019-03-28crypto: caam - limit AXI pipeline to a depth of 1Iuliana Prodan-0/+20
2019-02-01crypto: caam - no need to check return value of debugfs_create functionsGreg Kroah-Hartman-15/+6
2019-01-11crypto: caam - move shared symbols in a common locationHoria Geantă-4/+0
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă-7/+21
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă-0/+1
2018-05-31crypto: caam - fix MC firmware detectionHoria Geantă-9/+12
2018-04-21crypto: caam - allow retrieving 'era' from registerFabio Estevam-4/+52
2018-04-21crypto: caam - staticize caam_get_era()Fabio Estevam-2/+1
2018-03-03crypto: caam - do not use mem and emi_slow clock for imx7xRui Miguel Silva-15/+24
2018-03-03crypto: caam - Fix null dereference at error pathRui Miguel Silva-3/+0
2018-02-08crypto: caam - fix endless loop when DECO acquire failsHoria Geantă-2/+6
2017-12-28crypto: caam - save Era in driver's private dataHoria Geantă-1/+3
2017-09-20crypto: caam - fix LS1021A support on ARMv7 multiplatform kernelHoria Geantă-9/+10
2017-08-09crypto: caam - Remove unused dentry membersFabio Estevam-51/+30
2017-08-03crypto: caam/jr - add support for DPAA2 partsHoria Geantă-16/+29
2017-07-18crypto: caam - remove unused variables in caam_drv_privateTudor Ambarus-1/+0
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-45/+22