summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree
Commit message (Expand)AuthorAgeFilesLines
* staging: ccree: Fix missing blank line after declarationKamal Heib2018-01-251-0/+1
* staging: ccree: fix memory leaks in cc_ivgen_initColin Ian King2018-01-151-2/+2
* staging: ccree: remove redundant dev_err call in init_cc_resources()Wei Yongjun2018-01-151-3/+1Star
* staging: ccree: don't break lines unnecessarilyDan Carpenter2018-01-157-23/+12Star
* staging: ccree: dma mask is type u64Gilad Ben-Yossef2018-01-091-2/+2
* staging: ccree: make stub function static inlineGilad Ben-Yossef2018-01-091-4/+4
* staging: ccree: add missing includeGilad Ben-Yossef2018-01-091-0/+1
* staging: ccree: remove unneeded includesGilad Ben-Yossef2018-01-098-58/+0Star
* staging: ccree: use a consistent file naming conventionGilad Ben-Yossef2018-01-0925-69/+69
* staging: ccree: update TODOGilad Ben-Yossef2018-01-081-1/+1
* stating: ccree: fix allocation of void sized bufGilad Ben-Yossef2018-01-082-8/+10
* staging: ccree: put pointer next to var nameGilad Ben-Yossef2018-01-081-1/+1
* staging: ccree: fold common code into service funcGilad Ben-Yossef2018-01-081-223/+116Star
* staging: ccree: fix indentation of func paramsGilad Ben-Yossef2018-01-081-26/+20Star
* staging: ccree: do not map bufs in ahash_initGilad Ben-Yossef2018-01-081-89/+103
* staging: ccree: allocate hash bufs inside req ctxGilad Ben-Yossef2018-01-082-68/+12Star
* staging: ccree: use array for double bufferGilad Ben-Yossef2018-01-083-37/+46
* staging: ccree: remove unused fieldGilad Ben-Yossef2018-01-081-1/+0Star
* staging: ccree: use Makefile to include PM codeGilad Ben-Yossef2018-01-084-32/+37
* staging: ccree: handle end of sg list gracefullyGilad Ben-Yossef2018-01-081-1/+1
* staging: ccree: check DMA pool buf !NULL before freeGilad Ben-Yossef2018-01-081-1/+2
* staging: ccree: failing the suspend is not an errorGilad Ben-Yossef2018-01-081-7/+1Star
* stating: ccree: revert "staging: ccree: fix leak of import() after init()"Gilad Ben-Yossef2018-01-081-7/+4Star
* staging: ccree: add backlog processingGilad Ben-Yossef2018-01-085-42/+163
* staging: ccree: break send_request and fix ret valGilad Ben-Yossef2018-01-085-94/+128
* staging: ccree: remove unused leftover fieldGilad Ben-Yossef2018-01-081-1/+0Star
* staging: ccree: tag debugfs init/exit func properlyGilad Ben-Yossef2018-01-081-2/+2
* staging: ccree: copy larval digest from RAMGilad Ben-Yossef2018-01-083-57/+68
* staging: ccree: pick alloc mem flags based on req flagsGilad Ben-Yossef2018-01-085-35/+54
* staging: ccree: remove GFP_DMA flag from mem allocsGilad Ben-Yossef2018-01-082-10/+7Star
* staging: ccree: fold reg common defines into driverGilad Ben-Yossef2018-01-083-17/+5Star
* staging: ccree: fold hash defs into queue defsGilad Ben-Yossef2018-01-083-24/+13Star
* staging: ccree: SPDXify driverGilad Ben-Yossef2018-01-0831-435/+62Star
* staging: ccree: mark debug_regs[] as staticArnd Bergmann2018-01-081-1/+1
* staging: ccree: use size_t consistentlyGilad Ben-Yossef2017-12-202-4/+3Star
* Staging: ccree: Add blank line after declarationsKamal Heib2017-12-191-0/+1
* staging: ccree: update TODOGilad Ben-Yossef2017-12-191-2/+1Star
* staging: ccree: fix fips event irq handling buildGilad Ben-Yossef2017-12-191-1/+1
* staging: ccree: remove ssi_config.hGilad Ben-Yossef2017-12-1913-42/+3Star
* staging: ccree: turn compile time debug log to paramsGilad Ben-Yossef2017-12-194-27/+35
* staging: ccree: remove useless debug codeGilad Ben-Yossef2017-12-194-84/+0Star
* staging: ccree: remove CC_IRQ_DELAY dead codeGilad Ben-Yossef2017-12-192-12/+0Star
* staging: ccree: staging: ccree: replace sysfs by debugfs interfaceGilad Ben-Yossef2017-12-1912-224/+154Star
* staging: ccree: add explicit module init/exit funcGilad Ben-Yossef2017-12-191-1/+12
* staging: ccree: clean up PM registrationGilad Ben-Yossef2017-12-193-13/+10Star
* staging: ccree: drop ifdef CONFIG_OF in codeGilad Ben-Yossef2017-12-191-4/+0Star
* Merge 4.15-rc4 into staging-nextGreg Kroah-Hartman2017-12-181-1/+1
|\
| * staging: ccree: Uninitialized return in ssi_ahash_import()Dan Carpenter2017-12-061-1/+1
* | staging: ccree: fix FIPS mgr naming conventionGilad Ben-Yossef2017-12-133-9/+9
* | staging: ccree: simplify freeing SRAM memory addressGilad Ben-Yossef2017-12-131-6/+1Star