summaryrefslogtreecommitdiff
path: root/drivers/staging/ccree
AgeCommit message (Expand)Author
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: remove dead codeGilad Ben-Yossef
2017-11-06staging: ccree: handle limiting of DMA masksGilad Ben-Yossef
2017-11-06staging: ccree: copy IV to DMAable memoryGilad Ben-Yossef
2017-11-02staging: ccree: Fix indentation in ssi_buffer_mgr.cStephen Brennan
2017-11-02staging: ccree: fix 64 bit scatter/gather DMA opsGilad Ben-Yossef
2017-10-18staging: ccree: fix boolreturn.cocci warningSuniel Mahesh
2017-10-18staging: ccree: Fix bool comparisonSuniel Mahesh
2017-10-18staging/ccree: Declare compiled out functions static inlineRishabh Hardas
2017-10-04staging: ccree: Convert to platform_{get,set}_drvdata()Suniel Mahesh
2017-10-03staging: ccree: else is not generally useful after a break or returnSuniel 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-10-03staging: ccree: remove sysfs if of deleted codeGilad Ben-Yossef
2017-09-18staging: ccree: remove unused and redundant variable idxColin Ian King
2017-09-18Staging: ccree: Use kcalloc instead of kzallocSrishti Sharma
2017-09-17Staging: ccree: Remove unused variable monitor_lockSrishti Sharma
2017-09-17Staging: ccree: Merge assignment with returnSrishti Sharma
2017-09-17staging: ccree: remove BUG macro usageGilad Ben-Yossef
2017-09-17staging: ccree: replace noop macro with inlineGilad 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-09-17Staging: ccree: Remove unused variable.Srishti Sharma
2017-08-23staging: ccree: save ciphertext for CTS IVGilad Ben-Yossef
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: Fix unnecessary NULL check before kfree'ing itSuniel Mahesh
2017-07-27staging: ccree: remove func name from log messagesGilad Ben-Yossef
2017-07-27staging: ccree: Fix alignment issues in ssi_request_mgr.cSimon Sandström
2017-07-27staging: ccree: Fix alignment issues in ssi_ivgen.cSimon Sandström
2017-07-27staging: ccree: Fix alignment issues in ssi_cipher.cSimon Sandström
2017-07-27staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström
2017-07-27staging: ccree: Fix alignment issues in ssi_hash.cSimon Sandström
2017-07-27staging: ccree: Fix alignment issues in ssi_aead.cSimon Sandström
2017-07-18drivers: staging: ccree: use __func__ to get function name in error messages.Dhananjay Balan
2017-07-16staging: ccree: move comment to fit coding styleBincy K Philip
2017-07-16staging: ccree: remove whitespace before a quoted newlineGilad Ben-Yossef
2017-07-16staging: ccree: avoid unnecessary line continuationGilad Ben-Yossef
2017-07-16staging: ccree: avoid constant comparisonGilad Ben-Yossef
2017-07-16staging: ccree: CamelCase to snake_case in aead structGilad Ben-Yossef
2017-07-16staging: ccree: CamelCase to snake_case in func varsGilad Ben-Yossef
2017-07-16staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef
2017-07-16staging: ccree: clean up struct ssi_aead_ctxGilad Ben-Yossef