VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
34 Branches
58 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
drivers
/
crypto
/
ccree
/
cc_driver.c
Date
Commit Message
Rev
Author
2021-04-16
crypto: ccree - Remove redundant dev_err call in init_cc_resources()
e0e638f7
YueHaibing
2020-11-27
crypto: ccree - rework cache parameters handling
05c2a705
Gilad Ben-Yossef
2020-09-04
crypto: ccree - Simplify with dev_err_probe()
d83d631b
Krzysztof Kozlowski
2020-02-22
crypto: ccree - use existing dev helper in init_cc_resources()
343ee6c4
Geert Uytterhoeven
2020-02-22
crypto: ccree - spelling s/Crytpcell/Cryptocell/
3b1cbdac
Geert Uytterhoeven
2020-02-22
crypto: ccree - remove cc_pm_is_dev_suspended() wrapper
8f76b352
Geert Uytterhoeven
2020-02-22
crypto: ccree - use of_device_get_match_data()
1b940e35
Geert Uytterhoeven
2020-02-22
crypto: ccree - simplify Runtime PM handling
8c7849a3
Geert Uytterhoeven
2020-02-22
crypto: ccree - clean up clock handling
2f272ef3
Geert Uytterhoeven
2020-02-22
crypto: ccree - remove empty cc_sram_mgr_fini()
fc3b8c11
Geert Uytterhoeven
2020-02-22
crypto: ccree - drop duplicated error message on SRAM exhaustion
08e8cb11
Geert Uytterhoeven
2020-02-22
crypto: ccree - swap SHA384 and SHA512 larval hashes at build time
f08b5850
Geert Uytterhoeven
2020-01-22
crypto: ccree - split overloaded usage of irq field
33c4b310
Gilad Ben-Yossef
2019-12-11
crypto: ccree - fix typos in error msgs
7c06603e
Hadar Gat
2019-12-11
crypto: ccree - fix typos in comments
e86eca41
Hadar Gat
2019-08-09
crypto: drivers - Remove dev_err() usage after platform_get_irq()
514838e9
Stephen Boyd
2019-07-26
crypto: ccree - drop legacy ivgen support
e6e6600c
Gilad Ben-Yossef
2019-07-26
crypto: ccree - fix spelling mistake "configration" -> "configuration"
aca24d48
Colin Ian King
2019-06-27
crypto: ccree - add HW engine config check
303f99ac
Gilad Ben-Yossef
2019-06-27
crypto: ccree - prevent isr handling in case driver is suspended
3db617e7
Ofir Drang
2019-06-27
crypto: ccree - check that cryptocell reset completed
d84f6269
Ofir Drang
2019-06-27
crypto: ccree - Relocate driver irq registration after clk init
0b970d54
ofir.drang@arm.com
2019-05-03
crypto: ccree - use a proper le32 type for le32 val
e59f755c
Gilad Ben-Yossef
2019-05-03
crypto: ccree - Make cc_sec_disable static
181a9096
YueHaibing
2019-04-25
crypto: ccree - remove cc7x3 obsoleted AXIM configs
1fc16572
Ofir Drang
2019-04-25
crypto: ccree - add CID and PID support
dcf6285d
Gilad Ben-Yossef
2019-04-25
crypto: ccree - add CPP completion handling
cadfd898
Gilad Ben-Yossef
2019-04-25
crypto: ccree - add support for sec disabled mode
f98f6e21
Gilad Ben-Yossef
2019-03-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
63bdf428
Linus Torvalds
2019-02-08
crypto: ccree - fix resume race condition on init
1358c13a
Gilad Ben-Yossef
2019-02-01
crypto: ccree - no need to check return value of debugfs_create functions
54eedf0b
Greg Kroah-Hartman
2019-01-25
crypto: ccree - shared irq lines are not a bug
27649c39
Gilad Ben-Yossef
2018-12-07
crypto: ccree - add support for CryptoCell 703
1c876a90
Gilad Ben-Yossef
2018-11-09
crypto: ccree - adjust hash length to suit certain context specifics
f1e52fd0
Yael Chemla
2018-11-09
crypto: ccree - add support for CryptoCell 713
e40fdb50
Gilad Ben-Yossef
2018-07-09
crypto: ccree - rate limit debug print
5c324a2f
Gilad Ben-Yossef
2018-05-31
crypto: ccree - silence debug prints
565018b8
Gilad Ben-Yossef
2018-05-31
crypto: ccree - better clock handling
35f859fc
Gilad Ben-Yossef
2018-05-31
crypto: ccree - correct host regs offset
281a58c8
Gilad Ben-Yossef
2018-05-05
crypto: ccree - use proper printk format
5e7b516a
Gilad Ben-Yossef
2018-03-03
crypto: ccree - add support for older HW revs
27b3b22d
Gilad Ben-Yossef
2018-02-15
crypto: ccree - add FIPS support
ab8ec965
Gilad Ben-Yossef
2018-02-15
crypto: ccree - add AEAD support
ff27e85a
Gilad Ben-Yossef
2018-02-15
crypto: ccree - add ahash support
63893811
Gilad Ben-Yossef
2018-02-15
crypto: ccree - add skcipher support
63ee04c8
Gilad Ben-Yossef
2018-02-15
crypto: ccree - introduce CryptoCell driver
4c3f9727
Gilad Ben-Yossef