summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/ctrl.c
AgeCommit message (Expand)AuthorLines
2025-09-13crypto: caam - double the entropy delay interval for retryGaurav Jain-2/+2
2025-09-06crypto: caam - switch to use devm_kmemdup_array()Zhang Enpei-3/+3
2025-07-18crypto: caam - avoid option aliasing with the CONFIG_CAAM_QI build optionLukas Bulwahn-3/+3
2025-06-23crypto: caam - Support iMX8QXP and variants thereofJohn Ernberg-1/+1
2025-06-23crypto: caam - Prevent crash on suspend with iMX8QM / iMX8ULPJohn Ernberg-2/+3
2025-04-16crypto: caam - Add support for i.MX8QMThomas Richard-0/+1
2024-07-04crypto: caam: Avoid unused imx8m_machine_match variableBreno Leitao-0/+2
2024-05-10crypto: caam - i.MX8ULP donot have CAAM page0 accessPankaj Gupta-0/+3
2024-05-10crypto: caam - init-clk based on caam-page0-accessPankaj Gupta-1/+15
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-0/+107
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring-0/+1
2023-08-18crypto: caam - fix PM operations definitionArnd Bergmann-2/+2
2023-08-18Revert "crypto: caam - adjust RNG timing to support more devices"Herbert Xu-2/+2
2023-08-04crypto: caam - add power management supportHoria Geanta-0/+106
2023-06-23crypto: caam - optimize RNG sample sizeMeenakshi Aggarwal-20/+32
2023-06-23crypto: caam - adjust RNG timing to support more devicesVictoria Milhoan-2/+2
2023-05-19crypto: caam - Fix soc_id matchingPankaj Gupta-4/+13
2023-05-12crypto: caam - refactor RNG initializationHoria GeantA-91/+114
2023-04-14crypto: caam - OP-TEE firmware supportHoria GeantA-1/+22
2023-04-14crypto: caam - reduce page 0 regs access to minimumHoria GeantA-31/+52
2023-03-31crypto: caam - Clear some memory in instantiate_rngChristophe JAILLET-2/+4
2023-01-06crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu-2/+2
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+18
2022-05-23crypto: caam - determine whether CAAM supports blob encap/decapAhmad Fatoum-2/+15
2022-04-29crypto: caam - fix i.MX6SX entropy delay valueFabio Estevam-0/+18
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