aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_driver.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-04staging: ccree: Convert to platform_{get,set}_drvdata()Gravatar Suniel Mahesh 1-4/+2
2017-10-03staging: ccree: simplify OOM handlingGravatar Gilad Ben-Yossef 1-1/+0
2017-10-03staging: ccree: move to generic device log infraGravatar Gilad Ben-Yossef 1-79/+63
2017-10-03staging: ccree: simplify access to struct deviceGravatar Gilad Ben-Yossef 1-12/+10
2017-09-17staging: ccree: move over to BIT macro for bit definesGravatar Gilad Ben-Yossef 1-1/+2
2017-09-17staging: ccree: remove unused completionGravatar Gilad Ben-Yossef 1-2/+0
2017-09-17staging: ccree: simplify resource release on errorGravatar Gilad Ben-Yossef 1-46/+56
2017-09-17staging: ccree: Use platform_get_irq and devm_request_irqGravatar Suniel Mahesh 1-21/+9
2017-09-17staging: ccree: Convert to devm_ioremap_resource for map, unmapGravatar Suniel Mahesh 1-45/+15
2017-09-17staging: ccree: Replace kzalloc with devm_kzallocGravatar Suniel Mahesh 1-7/+4
2017-08-16staging: ccree: constify dev_pm_ops structures.Gravatar Arvind Yadav 1-1/+1
2017-08-16staging: ccree: Use sizeof(variable) in memory allocsGravatar Simon Sandström 1-1/+2
2017-07-27staging: ccree: remove func name from log messagesGravatar Gilad Ben-Yossef 1-1/+1
2017-07-18drivers: staging: ccree: use __func__ to get function name in error messages.Gravatar Dhananjay Balan 1-1/+1
2017-07-16staging: ccree: use proper printk format for dma_addr_tGravatar Gilad Ben-Yossef 1-3/+3
2017-07-16staging: ccree remove unnecessary parenthesesGravatar Gilad Ben-Yossef 1-1/+1
2017-07-16staging: ccree: Fix alignment issues in ssi_driver.cGravatar Simon Sandström 1-20/+20
2017-07-16staging: ccree: move FIPS support to kernel infrastructureGravatar Gilad Ben-Yossef 1-1/+7
2017-07-16staging: ccree: fix placement of curly bracesGravatar Tyler Olivieri 1-4/+1
2017-06-29staging: ccree: remove/add (un)needed blank linesGravatar Gilad Ben-Yossef 1-3/+1
2017-06-29staging: ccree: remove comparisons to NULLGravatar Gilad Ben-Yossef 1-10/+10
2017-06-29staging: ccree: no need for braces for single statementsGravatar Gilad Ben-Yossef 1-4/+5
2017-06-29staging: ccree: remove redundant blank linesGravatar Gilad Ben-Yossef 1-1/+0
2017-06-29staging: ccree: drop comparsion to true/falseGravatar Gilad Ben-Yossef 1-2/+2
2017-06-29staging: ccree: fix missing or redundant spacesGravatar Gilad Ben-Yossef 1-9/+9
2017-06-25staging: ccree: add DT bus coherency detectionGravatar Gilad Ben-Yossef 1-3/+9
2017-06-25staging: ccree: add clock management supportGravatar Gilad Ben-Yossef 1-5/+38
2017-06-24staging: ccree: - style fix, spaces and tabsGravatar Derek Robson 1-3/+3
2017-06-04staging: ccree: remove cycle count debug supportGravatar Gilad Ben-Yossef 1-8/+0
2017-05-15staging: ccree: stdint to kernel types conversionGravatar Gilad Ben-Yossef 1-8/+8
2017-05-15staging: ccree: Strip trailing whitespaceGravatar Timothée Isnard 1-12/+12
2017-04-28staging: ccree: fix platform_no_drv_owner.cocci warningsGravatar kbuild test robot 1-1/+0
2017-04-28staging: ccree: add FIPS supportGravatar Gilad Ben-Yossef 1-1/+18
2017-04-28staging: ccree: add AEAD supportGravatar Gilad Ben-Yossef 1-0/+11
2017-04-28staging: ccree: add IV generation supportGravatar Gilad Ben-Yossef 1-0/+9
2017-04-28staging: ccree: add skcipher supportGravatar Gilad Ben-Yossef 1-0/+14
2017-04-28staging: ccree: add ahash supportGravatar Gilad Ben-Yossef 1-2/+9
2017-04-28staging: ccree: introduce CryptoCell HW driverGravatar Gilad Ben-Yossef 1-0/+499