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