aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ccree
AgeCommit message (Expand)AuthorFilesLines
2017-11-02staging: ccree: Fix indentation in ssi_buffer_mgr.cGravatar Stephen Brennan 1-8/+8
2017-11-02staging: ccree: fix 64 bit scatter/gather DMA opsGravatar Gilad Ben-Yossef 1-1/+1
2017-10-18staging: ccree: fix boolreturn.cocci warningGravatar Suniel Mahesh 1-1/+1
2017-10-18staging: ccree: Fix bool comparisonGravatar Suniel Mahesh 1-1/+1
2017-10-18staging/ccree: Declare compiled out functions static inlineGravatar Rishabh Hardas 1-2/+2
2017-10-04staging: ccree: Convert to platform_{get,set}_drvdata()Gravatar Suniel Mahesh 1-4/+2
2017-10-03staging: ccree: else is not generally useful after a break or returnGravatar Suniel Mahesh 1-3/+2
2017-10-03staging: ccree: simplify OOM handlingGravatar Gilad Ben-Yossef 5-60/+26
2017-10-03staging: ccree: move to generic device log infraGravatar Gilad Ben-Yossef 13-673/+688
2017-10-03staging: ccree: simplify access to struct deviceGravatar Gilad Ben-Yossef 8-80/+78
2017-10-03staging: ccree: remove sysfs if of deleted codeGravatar Gilad Ben-Yossef 1-266/+0
2017-09-18staging: ccree: remove unused and redundant variable idxGravatar Colin Ian King 1-3/+0
2017-09-18Staging: ccree: Use kcalloc instead of kzallocGravatar Srishti Sharma 1-1/+1
2017-09-17Staging: ccree: Remove unused variable monitor_lockGravatar Srishti Sharma 1-1/+0
2017-09-17Staging: ccree: Merge assignment with returnGravatar Srishti Sharma 1-12/+3
2017-09-17staging: ccree: remove BUG macro usageGravatar Gilad Ben-Yossef 4-20/+24
2017-09-17staging: ccree: replace noop macro with inlineGravatar Gilad Ben-Yossef 1-2/+2
2017-09-17staging: ccree: move over to BIT macro for bit definesGravatar Gilad Ben-Yossef 3-9/+10
2017-09-17staging: ccree: remove unused completionGravatar Gilad Ben-Yossef 2-3/+0
2017-09-17staging: ccree: simplify resource release on errorGravatar Gilad Ben-Yossef 4-52/+59
2017-09-17staging: ccree: Use platform_get_irq and devm_request_irqGravatar Suniel Mahesh 2-23/+10
2017-09-17staging: ccree: Convert to devm_ioremap_resource for map, unmapGravatar Suniel Mahesh 2-46/+15
2017-09-17staging: ccree: Replace kzalloc with devm_kzallocGravatar Suniel Mahesh 1-7/+4
2017-09-17Staging: ccree: Remove unused variable.Gravatar Srishti Sharma 1-3/+0
2017-08-23staging: ccree: save ciphertext for CTS IVGravatar Gilad Ben-Yossef 1-4/+36
2017-08-16staging: ccree: constify dev_pm_ops structures.Gravatar Arvind Yadav 1-1/+1
2017-08-16staging: ccree: Use sizeof(variable) in memory allocsGravatar Simon Sandström 6-13/+14
2017-07-27staging: ccree: Fix unnecessary NULL check before kfree'ing itGravatar Suniel Mahesh 1-17/+8
2017-07-27staging: ccree: remove func name from log messagesGravatar Gilad Ben-Yossef 5-13/+13
2017-07-27staging: ccree: Fix alignment issues in ssi_request_mgr.cGravatar Simon Sandström 1-1/+3
2017-07-27staging: ccree: Fix alignment issues in ssi_ivgen.cGravatar Simon Sandström 1-1/+2
2017-07-27staging: ccree: Fix alignment issues in ssi_cipher.cGravatar Simon Sandström 1-1/+2
2017-07-27staging: ccree: Fix alignment issues in ssi_buffer_mgr.cGravatar Simon Sandström 1-16/+24
2017-07-27staging: ccree: Fix alignment issues in ssi_hash.cGravatar Simon Sandström 1-49/+56
2017-07-27staging: ccree: Fix alignment issues in ssi_aead.cGravatar Simon Sandström 1-22/+25
2017-07-18drivers: staging: ccree: use __func__ to get function name in error messages.Gravatar Dhananjay Balan 1-1/+1
2017-07-16staging: ccree: move comment to fit coding styleGravatar Bincy K Philip 1-1/+2
2017-07-16staging: ccree: remove whitespace before a quoted newlineGravatar Gilad Ben-Yossef 3-9/+9
2017-07-16staging: ccree: avoid unnecessary line continuationGravatar Gilad Ben-Yossef 1-2/+3
2017-07-16staging: ccree: avoid constant comparisonGravatar Gilad Ben-Yossef 1-1/+1
2017-07-16staging: ccree: CamelCase to snake_case in aead structGravatar Gilad Ben-Yossef 3-58/+58
2017-07-16staging: ccree: CamelCase to snake_case in func varsGravatar Gilad Ben-Yossef 3-34/+36
2017-07-16staging: ccree: use proper printk format for dma_addr_tGravatar Gilad Ben-Yossef 6-82/+81
2017-07-16staging: ccree: clean up struct ssi_aead_ctxGravatar Gilad Ben-Yossef 1-44/+64
2017-07-16staging: ccree remove unnecessary parenthesesGravatar Gilad Ben-Yossef 6-13/+13
2017-07-16staging: ccree: Fix alignment issues in ssi_sysfs.cGravatar Simon Sandström 1-28/+31
2017-07-16staging: ccree: Fix alignment issues in ssi_sram_mgr.cGravatar Simon Sandström 1-3/+3
2017-07-16staging: ccree: Fix alignment issues in ssi_request_mgr.cGravatar Simon Sandström 1-22/+20
2017-07-16staging: ccree: Fix alignment issues in ssi_ivgen.cGravatar Simon Sandström 1-1/+2
2017-07-16staging: ccree: Fix alignment issues in ssi_driver.cGravatar Simon Sandström 1-20/+20