summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccree/cc_driver.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: ccree/cc - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring1-1/+0
2023-03-14crypto: ccree - Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+2
2022-11-18crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui1-1/+9
2022-07-29crypto: ccree - Remove a useless dma_supported() callChristophe JAILLET1-10/+3
2022-04-15crypto: ccree - rearrange init calls to avoid raceGilad Ben-Yossef1-11/+13
2021-10-08crypto: ccree - avoid out-of-range warnings from clangArnd Bergmann1-1/+2
2021-04-16crypto: ccree - Remove redundant dev_err call in init_cc_resources()YueHaibing1-3/+1
2020-11-27crypto: ccree - rework cache parameters handlingGilad Ben-Yossef1-16/+59
2020-09-04crypto: ccree - Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+2
2020-02-22crypto: ccree - use existing dev helper in init_cc_resources()Geert Uytterhoeven1-4/+4
2020-02-22crypto: ccree - spelling s/Crytpcell/Cryptocell/Geert Uytterhoeven1-1/+1
2020-02-22crypto: ccree - remove cc_pm_is_dev_suspended() wrapperGeert Uytterhoeven1-1/+1
2020-02-22crypto: ccree - use of_device_get_match_data()Geert Uytterhoeven1-6/+2
2020-02-22crypto: ccree - simplify Runtime PM handlingGeert Uytterhoeven1-17/+26
2020-02-22crypto: ccree - clean up clock handlingGeert Uytterhoeven1-46/+9
2020-02-22crypto: ccree - remove empty cc_sram_mgr_fini()Geert Uytterhoeven1-5/+2
2020-02-22crypto: ccree - drop duplicated error message on SRAM exhaustionGeert Uytterhoeven1-1/+0
2020-02-22crypto: ccree - swap SHA384 and SHA512 larval hashes at build timeGeert Uytterhoeven1-1/+0
2020-01-22crypto: ccree - split overloaded usage of irq fieldGilad Ben-Yossef1-8/+8
2019-12-11crypto: ccree - fix typos in error msgsHadar Gat1-3/+3
2019-12-11crypto: ccree - fix typos in commentsHadar Gat1-1/+1
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-26crypto: ccree - drop legacy ivgen supportGilad Ben-Yossef1-11/+1
2019-07-26crypto: ccree - fix spelling mistake "configration" -> "configuration"Colin Ian King1-1/+1
2019-06-27crypto: ccree - add HW engine config checkGilad Ben-Yossef1-0/+18
2019-06-27crypto: ccree - prevent isr handling in case driver is suspendedOfir Drang1-0/+3
2019-06-27crypto: ccree - check that cryptocell reset completedOfir Drang1-1/+32
2019-06-27crypto: ccree - Relocate driver irq registration after clk initofir.drang@arm.com1-9/+9
2019-05-03crypto: ccree - use a proper le32 type for le32 valGilad Ben-Yossef1-1/+1
2019-05-03crypto: ccree - Make cc_sec_disable staticYueHaibing1-1/+1
2019-04-25crypto: ccree - remove cc7x3 obsoleted AXIM configsOfir Drang1-5/+8
2019-04-25crypto: ccree - add CID and PID supportGilad Ben-Yossef1-9/+59
2019-04-25crypto: ccree - add CPP completion handlingGilad Ben-Yossef1-8/+17
2019-04-25crypto: ccree - add support for sec disabled modeGilad Ben-Yossef1-5/+17
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-9/+4
2019-02-08crypto: ccree - fix resume race condition on initGilad Ben-Yossef1-3/+4
2019-02-01crypto: ccree - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+1
2019-01-25crypto: ccree - shared irq lines are not a bugGilad Ben-Yossef1-3/+3
2018-12-07crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef1-4/+15
2018-11-09crypto: ccree - adjust hash length to suit certain context specificsYael Chemla1-2/+8
2018-11-09crypto: ccree - add support for CryptoCell 713Gilad Ben-Yossef1-8/+15
2018-07-08crypto: ccree - rate limit debug printGilad Ben-Yossef1-2/+2
2018-05-30crypto: ccree - silence debug printsGilad Ben-Yossef1-3/+3
2018-05-30crypto: ccree - better clock handlingGilad Ben-Yossef1-1/+19
2018-05-30crypto: ccree - correct host regs offsetGilad Ben-Yossef1-2/+6
2018-05-05crypto: ccree - use proper printk formatGilad Ben-Yossef1-1/+1
2018-03-02crypto: ccree - add support for older HW revsGilad Ben-Yossef1-13/+55
2018-02-15crypto: ccree - add FIPS supportGilad Ben-Yossef1-2/+27
2018-02-15crypto: ccree - add AEAD supportGilad Ben-Yossef1-0/+10