summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree
Commit message (Expand)AuthorAgeFilesLines
* staging: ccree: fix boolreturn.cocci warningSuniel Mahesh2017-10-181-1/+1
* staging: ccree: Fix bool comparisonSuniel Mahesh2017-10-181-1/+1
* staging/ccree: Declare compiled out functions static inlineRishabh Hardas2017-10-181-2/+2
* staging: ccree: Convert to platform_{get,set}_drvdata()Suniel Mahesh2017-10-041-4/+2
* staging: ccree: else is not generally useful after a break or returnSuniel Mahesh2017-10-031-3/+2
* staging: ccree: simplify OOM handlingGilad Ben-Yossef2017-10-035-60/+26
* staging: ccree: move to generic device log infraGilad Ben-Yossef2017-10-0313-673/+688
* staging: ccree: simplify access to struct deviceGilad Ben-Yossef2017-10-038-80/+78
* staging: ccree: remove sysfs if of deleted codeGilad Ben-Yossef2017-10-031-266/+0
* staging: ccree: remove unused and redundant variable idxColin Ian King2017-09-181-3/+0
* Staging: ccree: Use kcalloc instead of kzallocSrishti Sharma2017-09-181-1/+1
* Staging: ccree: Remove unused variable monitor_lockSrishti Sharma2017-09-171-1/+0
* Staging: ccree: Merge assignment with returnSrishti Sharma2017-09-171-12/+3
* staging: ccree: remove BUG macro usageGilad Ben-Yossef2017-09-174-20/+24
* staging: ccree: replace noop macro with inlineGilad Ben-Yossef2017-09-171-2/+2
* staging: ccree: move over to BIT macro for bit definesGilad Ben-Yossef2017-09-173-9/+10
* staging: ccree: remove unused completionGilad Ben-Yossef2017-09-172-3/+0
* staging: ccree: simplify resource release on errorGilad Ben-Yossef2017-09-174-52/+59
* staging: ccree: Use platform_get_irq and devm_request_irqSuniel Mahesh2017-09-172-23/+10
* staging: ccree: Convert to devm_ioremap_resource for map, unmapSuniel Mahesh2017-09-172-46/+15
* staging: ccree: Replace kzalloc with devm_kzallocSuniel Mahesh2017-09-171-7/+4
* Staging: ccree: Remove unused variable.Srishti Sharma2017-09-171-3/+0
* staging: ccree: save ciphertext for CTS IVGilad Ben-Yossef2017-08-231-4/+36
* staging: ccree: constify dev_pm_ops structures.Arvind Yadav2017-08-161-1/+1
* staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström2017-08-166-13/+14
* staging: ccree: Fix unnecessary NULL check before kfree'ing itSuniel Mahesh2017-07-271-17/+8
* staging: ccree: remove func name from log messagesGilad Ben-Yossef2017-07-275-13/+13
* staging: ccree: Fix alignment issues in ssi_request_mgr.cSimon Sandström2017-07-271-1/+3
* staging: ccree: Fix alignment issues in ssi_ivgen.cSimon Sandström2017-07-271-1/+2
* staging: ccree: Fix alignment issues in ssi_cipher.cSimon Sandström2017-07-271-1/+2
* staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström2017-07-271-16/+24
* staging: ccree: Fix alignment issues in ssi_hash.cSimon Sandström2017-07-271-49/+56
* staging: ccree: Fix alignment issues in ssi_aead.cSimon Sandström2017-07-271-22/+25
* drivers: staging: ccree: use __func__ to get function name in error messages.Dhananjay Balan2017-07-181-1/+1
* staging: ccree: move comment to fit coding styleBincy K Philip2017-07-161-1/+2
* staging: ccree: remove whitespace before a quoted newlineGilad Ben-Yossef2017-07-163-9/+9
* staging: ccree: avoid unnecessary line continuationGilad Ben-Yossef2017-07-161-2/+3
* staging: ccree: avoid constant comparisonGilad Ben-Yossef2017-07-161-1/+1
* staging: ccree: CamelCase to snake_case in aead structGilad Ben-Yossef2017-07-163-58/+58
* staging: ccree: CamelCase to snake_case in func varsGilad Ben-Yossef2017-07-163-34/+36
* staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef2017-07-166-82/+81
* staging: ccree: clean up struct ssi_aead_ctxGilad Ben-Yossef2017-07-161-44/+64
* staging: ccree remove unnecessary parenthesesGilad Ben-Yossef2017-07-166-13/+13
* staging: ccree: Fix alignment issues in ssi_sysfs.cSimon Sandström2017-07-161-28/+31
* staging: ccree: Fix alignment issues in ssi_sram_mgr.cSimon Sandström2017-07-161-3/+3
* staging: ccree: Fix alignment issues in ssi_request_mgr.cSimon Sandström2017-07-161-22/+20
* staging: ccree: Fix alignment issues in ssi_ivgen.cSimon Sandström2017-07-161-1/+2
* staging: ccree: Fix alignment issues in ssi_driver.cSimon Sandström2017-07-161-20/+20
* staging: ccree: Fix alignment issues in ssi_cipher.cSimon Sandström2017-07-161-41/+34
* staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström2017-07-161-131/+164
OpenPOWER on IntegriCloud