summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_driver.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-09staging: ccree: use a consistent file naming conventionGilad Ben-Yossef1-508/+0
2018-01-08staging: ccree: copy larval digest from RAMGilad Ben-Yossef1-0/+2
2018-01-08staging: ccree: SPDXify driverGilad Ben-Yossef1-15/+2
2017-12-20staging: ccree: use size_t consistentlyGilad Ben-Yossef1-1/+1
2017-12-19staging: ccree: fix fips event irq handling buildGilad Ben-Yossef1-1/+1
2017-12-19staging: ccree: remove ssi_config.hGilad Ben-Yossef1-1/+0
2017-12-19staging: ccree: turn compile time debug log to paramsGilad Ben-Yossef1-6/+12
2017-12-19staging: ccree: remove useless debug codeGilad Ben-Yossef1-13/+0
2017-12-19staging: ccree: remove CC_IRQ_DELAY dead codeGilad Ben-Yossef1-11/+0
2017-12-19staging: ccree: staging: ccree: replace sysfs by debugfs interfaceGilad Ben-Yossef1-13/+14
2017-12-19staging: ccree: add explicit module init/exit funcGilad Ben-Yossef1-1/+12
2017-12-19staging: ccree: clean up PM registrationGilad Ben-Yossef1-13/+3
2017-12-19staging: ccree: drop ifdef CONFIG_OF in codeGilad Ben-Yossef1-4/+0
2017-12-13staging: ccree: fix FIPS mgr naming conventionGilad Ben-Yossef1-3/+3
2017-12-13staging: ccree: fix sram mgr naming conventionGilad Ben-Yossef1-4/+4
2017-12-13staging: ccree: rename vars/structs/enums from ssi_ to cc_Gilad Ben-Yossef1-8/+8
2017-12-13staging: ccree: rename all DX to CCGilad Ben-Yossef1-9/+9
2017-12-13staging: ccree: rename all SSI to CCGilad Ben-Yossef1-13/+13
2017-12-13staging: ccree: fix ivgen naming conventionGilad Ben-Yossef1-4/+4
2017-12-13staging: ccree: fix cipher naming conventionGilad Ben-Yossef1-4/+4
2017-12-13staging: ccree: fix reg mgr naming conventionGilad Ben-Yossef1-4/+4
2017-12-13staging: ccree: fix hash naming conventionGilad Ben-Yossef1-4/+4
2017-12-06drivers: staging: remove duplicate includesPravin Shedge1-1/+0
2017-12-06staging: ccree: fix AEAD func naming conventionGilad Ben-Yossef1-3/+3
2017-12-06staging: ccree: remove more unnecessary parenthesesGilad Ben-Yossef1-3/+3
2017-12-06staging: ccree: remove unproven likely/unlikelyGilad Ben-Yossef1-17/+17
2017-11-27staging: ccree: replace msleep with a completionGilad Ben-Yossef1-0/+2
2017-11-27staging: ccree: trim long lines for readabilityGilad Ben-Yossef1-2/+6
2017-11-27staging: ccree: Replace CONFIG_PM_RUNTIME with CONFIG_PMGilad Ben-Yossef1-2/+2
2017-11-27staging: ccree: remove unused cc_base parameterGilad Ben-Yossef1-3/+0
2017-11-27staging: ccree: remove compare to none zeroGilad Ben-Yossef1-17/+17
2017-11-27staging: ccree: make long func call sites readableGilad Ben-Yossef1-9/+9
2017-11-06staging: ccree: simplify ioread/iowriteGilad Ben-Yossef1-26/+21
2017-11-06staging: ccree: simplify registers accessGilad Ben-Yossef1-21/+21
2017-11-06staging: ccree: simplify error handling logicGilad Ben-Yossef1-16/+12
2017-11-06staging: ccree: handle limiting of DMA masksGilad Ben-Yossef1-5/+20
2017-10-04staging: ccree: Convert to platform_{get,set}_drvdata()Suniel Mahesh1-4/+2
2017-10-03staging: ccree: simplify OOM handlingGilad Ben-Yossef1-1/+0
2017-10-03staging: ccree: move to generic device log infraGilad Ben-Yossef1-79/+63
2017-10-03staging: ccree: simplify access to struct deviceGilad Ben-Yossef1-12/+10
2017-09-17staging: ccree: move over to BIT macro for bit definesGilad Ben-Yossef1-1/+2
2017-09-17staging: ccree: remove unused completionGilad Ben-Yossef1-2/+0
2017-09-17staging: ccree: simplify resource release on errorGilad Ben-Yossef1-46/+56
2017-09-17staging: ccree: Use platform_get_irq and devm_request_irqSuniel Mahesh1-21/+9
2017-09-17staging: ccree: Convert to devm_ioremap_resource for map, unmapSuniel Mahesh1-45/+15
2017-09-17staging: ccree: Replace kzalloc with devm_kzallocSuniel Mahesh1-7/+4
2017-08-16staging: ccree: constify dev_pm_ops structures.Arvind Yadav1-1/+1
2017-08-16staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström1-1/+2
2017-07-27staging: ccree: remove func name from log messagesGilad Ben-Yossef1-1/+1
2017-07-18drivers: staging: ccree: use __func__ to get function name in error messages.Dhananjay Balan1-1/+1