aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-25staging: ccree: Fix missing blank line after declarationKamal Heib1-0/+1
2018-01-15staging: ccree: fix memory leaks in cc_ivgen_initColin Ian King1-2/+2
2018-01-15staging: ccree: remove redundant dev_err call in init_cc_resources()Wei Yongjun1-3/+1
2018-01-15staging: ccree: don't break lines unnecessarilyDan Carpenter7-23/+12
2018-01-09staging: ccree: dma mask is type u64Gilad Ben-Yossef1-2/+2
2018-01-09staging: ccree: make stub function static inlineGilad Ben-Yossef1-4/+4
2018-01-09staging: ccree: add missing includeGilad Ben-Yossef1-0/+1
2018-01-09staging: ccree: remove unneeded includesGilad Ben-Yossef8-58/+0
2018-01-09staging: ccree: use a consistent file naming conventionGilad Ben-Yossef25-69/+69
2018-01-08staging: ccree: update TODOGilad Ben-Yossef1-1/+1
2018-01-08stating: ccree: fix allocation of void sized bufGilad Ben-Yossef2-8/+10
2018-01-08staging: ccree: put pointer next to var nameGilad Ben-Yossef1-1/+1
2018-01-08staging: ccree: fold common code into service funcGilad Ben-Yossef1-223/+116
2018-01-08staging: ccree: fix indentation of func paramsGilad Ben-Yossef1-26/+20
2018-01-08staging: ccree: do not map bufs in ahash_initGilad Ben-Yossef1-89/+103
2018-01-08staging: ccree: allocate hash bufs inside req ctxGilad Ben-Yossef2-68/+12
2018-01-08staging: ccree: use array for double bufferGilad Ben-Yossef3-37/+46
2018-01-08staging: ccree: remove unused fieldGilad Ben-Yossef1-1/+0
2018-01-08staging: ccree: use Makefile to include PM codeGilad Ben-Yossef4-32/+37
2018-01-08staging: ccree: handle end of sg list gracefullyGilad Ben-Yossef1-1/+1
2018-01-08staging: ccree: check DMA pool buf !NULL before freeGilad Ben-Yossef1-1/+2
2018-01-08staging: ccree: failing the suspend is not an errorGilad Ben-Yossef1-7/+1
2018-01-08stating: ccree: revert "staging: ccree: fix leak of import() after init()"Gilad Ben-Yossef1-7/+4
2018-01-08staging: ccree: add backlog processingGilad Ben-Yossef5-42/+163
2018-01-08staging: ccree: break send_request and fix ret valGilad Ben-Yossef5-94/+128
2018-01-08staging: ccree: remove unused leftover fieldGilad Ben-Yossef1-1/+0
2018-01-08staging: ccree: tag debugfs init/exit func properlyGilad Ben-Yossef1-2/+2
2018-01-08staging: ccree: copy larval digest from RAMGilad Ben-Yossef3-57/+68
2018-01-08staging: ccree: pick alloc mem flags based on req flagsGilad Ben-Yossef5-35/+54
2018-01-08staging: ccree: remove GFP_DMA flag from mem allocsGilad Ben-Yossef2-10/+7
2018-01-08staging: ccree: fold reg common defines into driverGilad Ben-Yossef3-17/+5
2018-01-08staging: ccree: fold hash defs into queue defsGilad Ben-Yossef3-24/+13
2018-01-08staging: ccree: SPDXify driverGilad Ben-Yossef31-435/+62
2018-01-08staging: ccree: mark debug_regs[] as staticArnd Bergmann1-1/+1
2017-12-20staging: ccree: use size_t consistentlyGilad Ben-Yossef2-4/+3
2017-12-19Staging: ccree: Add blank line after declarationsKamal Heib1-0/+1
2017-12-19staging: ccree: update TODOGilad Ben-Yossef1-2/+1
2017-12-19staging: ccree: fix fips event irq handling buildGilad Ben-Yossef1-1/+1
2017-12-19staging: ccree: remove ssi_config.hGilad Ben-Yossef13-42/+3
2017-12-19staging: ccree: turn compile time debug log to paramsGilad Ben-Yossef4-27/+35
2017-12-19staging: ccree: remove useless debug codeGilad Ben-Yossef4-84/+0
2017-12-19staging: ccree: remove CC_IRQ_DELAY dead codeGilad Ben-Yossef2-12/+0
2017-12-19staging: ccree: staging: ccree: replace sysfs by debugfs interfaceGilad Ben-Yossef12-224/+154
2017-12-19staging: ccree: add explicit module init/exit funcGilad Ben-Yossef1-1/+12
2017-12-19staging: ccree: clean up PM registrationGilad Ben-Yossef3-13/+10
2017-12-19staging: ccree: drop ifdef CONFIG_OF in codeGilad Ben-Yossef1-4/+0
2017-12-18Merge 4.15-rc4 into staging-nextGreg Kroah-Hartman1-1/+1
2017-12-13staging: ccree: fix FIPS mgr naming conventionGilad Ben-Yossef3-9/+9
2017-12-13staging: ccree: simplify freeing SRAM memory addressGilad Ben-Yossef1-6/+1
2017-12-13staging: ccree: fix sram mgr naming conventionGilad Ben-Yossef3-15/+15