aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree/cc_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/crypto-2.6Linus 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-09crypto: ccree - rate limit debug printGilad Ben-Yossef1-2/+2
2018-05-31crypto: ccree - silence debug printsGilad Ben-Yossef1-3/+3
2018-05-31crypto: ccree - better clock handlingGilad Ben-Yossef1-1/+19
2018-05-31crypto: ccree - correct host regs offsetGilad Ben-Yossef1-2/+6
2018-05-05crypto: ccree - use proper printk formatGilad Ben-Yossef1-1/+1
2018-03-03crypto: 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
2018-02-15crypto: ccree - add ahash supportGilad Ben-Yossef1-0/+13
2018-02-15crypto: ccree - add skcipher supportGilad Ben-Yossef1-0/+11
2018-02-15crypto: ccree - introduce CryptoCell driverGilad Ben-Yossef1-0/+417