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