summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: ccree: move FIPS support to kernel infrastructureGilad Ben-Yossef2017-07-1615-2570/+130
* staging: ccree: fix switch case indentationTyler Olivieri2017-07-161-12/+12
* staging: ccree: export symbol immediately following functionTyler Olivieri2017-07-161-2/+0
* staging: ccree: remove assignement in conditionalTyler Olivieri2017-07-161-2/+4
* staging: ccree: fix placement of curly bracesTyler Olivieri2017-07-166-74/+40
* staging: ccree: remove redudant semicolonsTyler Olivieri2017-07-161-1/+1
* staging: ccree: use sizeof(*var) in kmallocGustavo A. R. Silva2017-07-161-1/+1
* staging: ccree: remove unnecessary cast on kmallocGustavo A. R. Silva2017-07-161-2/+1
* staging: ccree: Use __func__ instead of function nameKarthik Tummala2017-07-161-3/+3
* staging: ccree: fix block comment styleGilad Ben-Yossef2017-06-291-4/+4
* staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef2017-06-2924-133/+33
* staging: ccree: remove unused type CCFipsSyncStatus_tGilad Ben-Yossef2017-06-291-10/+0
* staging: ccree: remove custom type ssi_fips_state_tGilad Ben-Yossef2017-06-294-12/+12
* staging: ccree: remove custom type ssi_fips_error_tGilad Ben-Yossef2017-06-296-38/+38
* staging: ccree: remove custom type tdes_keys_tGilad Ben-Yossef2017-06-291-3/+3
* staging: ccree: fix pointer locationGilad Ben-Yossef2017-06-299-36/+36
* staging: ccree: remove comparisons to NULLGilad Ben-Yossef2017-06-2912-78/+78
* staging: ccree: fix unmatched if/else bracesGilad Ben-Yossef2017-06-292-5/+5
* staging: ccree: no need for braces for single statementsGilad Ben-Yossef2017-06-2911-162/+110
* staging: ccree: remove redundant blank linesGilad Ben-Yossef2017-06-297-20/+0
* staging: ccree: fix else placementGilad Ben-Yossef2017-06-292-4/+2
* staging: ccree: drop comparsion to true/falseGilad Ben-Yossef2017-06-294-22/+22
* staging: ccree: fix missing or redundant spacesGilad Ben-Yossef2017-06-2917-253/+253
OpenPOWER on IntegriCloud