summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam
AgeCommit message (Expand)AuthorFilesLines
2024-12-10crypto: caam - use JobR's space to access page 0 regsGaurav Jain1-1/+2
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-9/+11
2024-11-15crypto: caam - add error check to caam_rsa_set_priv_key_formChen Ridong1-4/+7
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-05crypto: caam - Slightly simplify platform_device()Christophe JAILLET1-3/+2
2024-10-05crypto: caam - Fix the pointer passed to caam_qi_shutdown()Christophe JAILLET1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-09-21crypto: caam - Pad SG length when allocating hash edescHerbert Xu1-0/+1
2024-09-13crypto: camm/qi - Use ERR_CAST() to return error-valued pointerChen Yufan1-2/+2
2024-08-10crypto: caam/qi* - Use cpumask_var_t instead of cpumask_tHerbert Xu2-16/+32
2024-07-04crypto: caam: Unembed net_dev structure in dpaa2Breno Leitao2-4/+26
2024-07-04crypto: caam: Unembed net_dev structure from qiBreno Leitao1-8/+35
2024-07-04crypto: caam: Make CRYPTO_DEV_FSL_CAAM dependent of COMPILE_TESTBreno Leitao1-1/+1
2024-07-04crypto: caam: Avoid unused imx8m_machine_match variableBreno Leitao1-0/+2
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
2024-01-26crypto: caam - fix asynchronous hashGaurav Jain2-4/+10
2023-10-27crypto: caam/jr - Convert to platform remove callback returning voidUwe Kleine-König1-13/+9
2023-10-01crypto: caam/jr - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-10-01crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds9-159/+650
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring3-0/+3
2023-08-18crypto: caam - Use new crypto_engine_op interfaceHerbert Xu4-113/+320
2023-08-18crypto: caam - Include internal/engine.hHerbert Xu3-3/+4
2023-08-18crypto: caam/jr - fix shared IRQ line handlingHoria Geantă1-1/+1
2023-08-18crypto: caam - increase the domain of write memory barrier to full systemIuliana Prodan1-1/+9
2023-08-18crypto: caam - fix unchecked return value errorGaurav Jain1-1/+3
2023-08-18crypto: caam - fix PM operations definitionArnd Bergmann2-4/+4
2023-08-18Revert "crypto: caam - adjust RNG timing to support more devices"Herbert Xu1-2/+2
2023-08-04crypto: caam - add power management supportHoria Geanta4-21/+306
2023-08-04crypto: caam - Change structure type representing DECO MIDFranck LENORMAND1-7/+1
2023-07-28crypto: caam - Remove messages related to memory allocation failureChristophe JAILLET1-11/+3
2023-07-28crypto: caam - Use struct_size()Christophe JAILLET1-2/+1
2023-07-01Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds5-117/+229
2023-06-23crypto: caam - optimize RNG sample sizeMeenakshi Aggarwal2-22/+44
2023-06-23crypto: caam - add a test for the RNGVictoria Milhoan (b42089)2-0/+57
2023-06-23crypto: caam - adjust RNG timing to support more devicesVictoria Milhoan1-2/+2
2023-05-31bus: fsl-mc: Make remove function return voidUwe Kleine-König1-3/+1
2023-05-19crypto: caam - Fix soc_id matchingPankaj Gupta1-4/+13
2023-05-12crypto: caam - refactor RNG initializationHoria GeantA2-91/+115
2023-04-14crypto: caam - OP-TEE firmware supportHoria GeantA3-1/+26
2023-04-14crypto: caam - reduce page 0 regs access to minimumHoria GeantA7-58/+84
2023-03-31crypto: caam - Clear some memory in instantiate_rngChristophe JAILLET1-2/+4
2023-03-24crypto: caam - remove unnecessary (void*) conversionsYu Zhe1-1/+1
2023-03-24crypto: caam/jr - add .shutdown hookGaurav Jain1-0/+6
2023-03-14drivers: crypto: caam/jr - Allow quiesce when quiescedHoria Geanta1-10/+45
2023-02-28crypto: caam - Fix edesc/iv ordering mixupHerbert Xu3-23/+53
2023-01-27crypto: caam - Use ahash_request_completeHerbert Xu2-6/+6
2023-01-06crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu13-71/+111
2023-01-06crypto: caam - Avoid GCC memset bug warningHerbert Xu1-1/+2