aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-06staging: ccree: simplify ioread/iowriteGilad Ben-Yossef9-166/+78
2017-11-06staging: ccree: simplify registers accessGilad Ben-Yossef6-61/+53
2017-11-06staging: ccree: simplify error handling logicGilad Ben-Yossef1-16/+12
2017-11-06staging: ccree: remove dead codeGilad Ben-Yossef2-5/+0
2017-11-06staging: ccree: handle limiting of DMA masksGilad Ben-Yossef1-5/+20
2017-11-06staging: ccree: copy IV to DMAable memoryGilad Ben-Yossef2-2/+19
2017-11-02staging: ccree: Fix indentation in ssi_buffer_mgr.cStephen Brennan1-8/+8
2017-11-02staging: ccree: fix 64 bit scatter/gather DMA opsGilad Ben-Yossef1-1/+1
2017-10-18staging: ccree: fix boolreturn.cocci warningSuniel Mahesh1-1/+1
2017-10-18staging: ccree: Fix bool comparisonSuniel Mahesh1-1/+1
2017-10-18staging/ccree: Declare compiled out functions static inlineRishabh Hardas1-2/+2
2017-10-04staging: ccree: Convert to platform_{get,set}_drvdata()Suniel Mahesh1-4/+2
2017-10-03staging: ccree: else is not generally useful after a break or returnSuniel Mahesh1-3/+2
2017-10-03staging: ccree: simplify OOM handlingGilad Ben-Yossef5-60/+26
2017-10-03staging: ccree: move to generic device log infraGilad Ben-Yossef13-673/+688
2017-10-03staging: ccree: simplify access to struct deviceGilad Ben-Yossef8-80/+78
2017-10-03staging: ccree: remove sysfs if of deleted codeGilad Ben-Yossef1-266/+0
2017-09-18staging: ccree: remove unused and redundant variable idxColin Ian King1-3/+0
2017-09-18Staging: ccree: Use kcalloc instead of kzallocSrishti Sharma1-1/+1
2017-09-17Staging: ccree: Remove unused variable monitor_lockSrishti Sharma1-1/+0
2017-09-17Staging: ccree: Merge assignment with returnSrishti Sharma1-12/+3
2017-09-17staging: ccree: remove BUG macro usageGilad Ben-Yossef4-20/+24
2017-09-17staging: ccree: replace noop macro with inlineGilad Ben-Yossef1-2/+2
2017-09-17staging: ccree: move over to BIT macro for bit definesGilad Ben-Yossef3-9/+10
2017-09-17staging: ccree: remove unused completionGilad Ben-Yossef2-3/+0
2017-09-17staging: ccree: simplify resource release on errorGilad Ben-Yossef4-52/+59
2017-09-17staging: ccree: Use platform_get_irq and devm_request_irqSuniel Mahesh2-23/+10
2017-09-17staging: ccree: Convert to devm_ioremap_resource for map, unmapSuniel Mahesh2-46/+15
2017-09-17staging: ccree: Replace kzalloc with devm_kzallocSuniel Mahesh1-7/+4
2017-09-17Staging: ccree: Remove unused variable.Srishti Sharma1-3/+0
2017-08-23staging: ccree: save ciphertext for CTS IVGilad Ben-Yossef1-4/+36
2017-08-16staging: ccree: constify dev_pm_ops structures.Arvind Yadav1-1/+1
2017-08-16staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström6-13/+14
2017-07-27staging: ccree: Fix unnecessary NULL check before kfree'ing itSuniel Mahesh1-17/+8
2017-07-27staging: ccree: remove func name from log messagesGilad Ben-Yossef5-13/+13
2017-07-27staging: ccree: Fix alignment issues in ssi_request_mgr.cSimon Sandström1-1/+3
2017-07-27staging: ccree: Fix alignment issues in ssi_ivgen.cSimon Sandström1-1/+2
2017-07-27staging: ccree: Fix alignment issues in ssi_cipher.cSimon Sandström1-1/+2
2017-07-27staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström1-16/+24
2017-07-27staging: ccree: Fix alignment issues in ssi_hash.cSimon Sandström1-49/+56
2017-07-27staging: ccree: Fix alignment issues in ssi_aead.cSimon Sandström1-22/+25
2017-07-18drivers: staging: ccree: use __func__ to get function name in error messages.Dhananjay Balan1-1/+1
2017-07-16staging: ccree: move comment to fit coding styleBincy K Philip1-1/+2
2017-07-16staging: ccree: remove whitespace before a quoted newlineGilad Ben-Yossef3-9/+9
2017-07-16staging: ccree: avoid unnecessary line continuationGilad Ben-Yossef1-2/+3
2017-07-16staging: ccree: avoid constant comparisonGilad Ben-Yossef1-1/+1
2017-07-16staging: ccree: CamelCase to snake_case in aead structGilad Ben-Yossef3-58/+58
2017-07-16staging: ccree: CamelCase to snake_case in func varsGilad Ben-Yossef3-34/+36
2017-07-16staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef6-82/+81
2017-07-16staging: ccree: clean up struct ssi_aead_ctxGilad Ben-Yossef1-44/+64