summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/ctrl.c
AgeCommit message (Expand)Author
2019-11-01crypto: caam - populate platform devices lastAndrey Smirnov
2019-11-01crypto: caam - use devres to populate platform devicesAndrey Smirnov
2019-11-01crypto: caam - use devres to de-initialize QIAndrey Smirnov
2019-11-01crypto: caam - use devres to de-initialize the RNGAndrey Smirnov
2019-11-01crypto: caam - use devres to remove debugfsAndrey Smirnov
2019-11-01crypto: caam - use devres to unmap memoryAndrey Smirnov
2019-09-09crypto: caam - make sure clocks are enabled firstAndrey Smirnov
2019-08-30crypto: caam - add clock entry for i.MX8MQAndrey Smirnov
2019-08-30crypto: caam - always select job ring via RSR on i.MX8MQAndrey Smirnov
2019-08-30crypto: caam - select DMA address size at runtimeAndrey Smirnov
2019-08-30crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov
2019-08-30crypto: caam - simplfy clock initializationAndrey Smirnov
2019-08-30crypto: caam - move DMA mask selection into a functionAndrey Smirnov
2019-08-02crypto: caam - defer probing until QMan is availableHoria Geantă
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2019-06-06crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan
2019-05-23crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă
2019-05-23crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă
2019-05-17crypto: caam - fix typo in i.MX6 devices list for errataIuliana Prodan
2019-03-28crypto: caam - limit AXI pipeline to a depth of 1Iuliana Prodan
2019-02-01crypto: caam - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-11crypto: caam - move shared symbols in a common locationHoria Geantă
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă
2018-05-31crypto: caam - fix MC firmware detectionHoria Geantă
2018-04-21crypto: caam - allow retrieving 'era' from registerFabio Estevam
2018-04-21crypto: caam - staticize caam_get_era()Fabio Estevam
2018-03-03crypto: caam - do not use mem and emi_slow clock for imx7xRui Miguel Silva
2018-03-03crypto: caam - Fix null dereference at error pathRui Miguel Silva
2018-02-08crypto: caam - fix endless loop when DECO acquire failsHoria Geantă
2017-12-28crypto: caam - save Era in driver's private dataHoria Geantă
2017-09-20crypto: caam - fix LS1021A support on ARMv7 multiplatform kernelHoria Geantă
2017-08-09crypto: caam - Remove unused dentry membersFabio Estevam
2017-08-03crypto: caam/jr - add support for DPAA2 partsHoria Geantă
2017-07-18crypto: caam - remove unused variables in caam_drv_privateTudor Ambarus
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-04-05crypto: caam - fix RNG deinstantiation error checkingHoria Geantă
2017-04-05crypto: caam - fix JR platform device subsequent (re)creationsHoria Geantă
2017-03-24crypto: caam - add Queue Interface (QI) backend supportHoria Geantă
2017-02-27scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada
2017-02-15crypto: caam - fix JR IO mapping if one failsTudor Ambarus
2017-02-15crypto: caam - check return code of dma_set_mask_and_coherent()Horia Geantă
2017-02-15crypto: caam - don't include unneeded headersHoria Geantă
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-12-07crypto: caam - check caam_emi_slow instead of re-lookup platformMarcus Folkesson
2016-12-07crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernelHoria Geantă
2016-11-13crypto: caam - fix sparse warningsHoria Geantă
2016-10-25crypto: caam - add support for iMX6ULMarcus Folkesson
2016-08-31crypto: caam - add missing header dependenciesBaoyou Xie