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