aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/ctrl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-10crypto: caam - i.MX8ULP donot have CAAM page0 accessPankaj Gupta1-0/+3
2024-05-10crypto: caam - init-clk based on caam-page0-accessPankaj Gupta1-1/+15
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+107
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring1-0/+1
2023-08-18crypto: caam - fix PM operations definitionArnd Bergmann1-2/+2
2023-08-18Revert "crypto: caam - adjust RNG timing to support more devices"Herbert Xu1-2/+2
2023-08-04crypto: caam - add power management supportHoria Geanta1-0/+106
2023-06-23crypto: caam - optimize RNG sample sizeMeenakshi Aggarwal1-20/+32
2023-06-23crypto: caam - adjust RNG timing to support more devicesVictoria Milhoan1-2/+2
2023-05-19crypto: caam - Fix soc_id matchingPankaj Gupta1-4/+13
2023-05-12crypto: caam - refactor RNG initializationHoria GeantA1-91/+114
2023-04-14crypto: caam - OP-TEE firmware supportHoria GeantA1-1/+22
2023-04-14crypto: caam - reduce page 0 regs access to minimumHoria GeantA1-31/+52
2023-03-31crypto: caam - Clear some memory in instantiate_rngChristophe JAILLET1-2/+4
2023-01-06crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu1-2/+2
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+18
2022-05-23crypto: caam - determine whether CAAM supports blob encap/decapAhmad Fatoum1-2/+15
2022-04-29crypto: caam - fix i.MX6SX entropy delay valueFabio Estevam1-0/+18
2020-09-18crypto: caam - Fix kerneldocKrzysztof Kozlowski1-1/+3
2020-09-11crypto: caam - use traditional error check patternAndy Shevchenko1-4/+3
2020-08-21crypto: caam - Move debugfs fops into standalone fileHoria Geantă1-69/+8
2020-06-18crypto: caam - Fix argument type in handle_imx6_err005766Herbert Xu1-1/+1
2020-06-18crypto: caam - add clock info for VFxxx SoCsAndrey Smirnov1-0/+10
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