summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: ccree: use signal safe completion waitGilad Ben-Yossef2017-06-251-1/+2
* staging: ccree: add DT bus coherency detectionGilad Ben-Yossef2017-06-255-49/+32
* staging: ccree: add clock management supportGilad Ben-Yossef2017-06-256-106/+50
* staging: ccree: remove unused functionGilad Ben-Yossef2017-06-251-12/+0
* staging: ccree: register setkey for none hash macsGilad Ben-Yossef2017-06-251-41/+42
* staging: ccree: fix hash import/exportGilad Ben-Yossef2017-06-252-44/+101
* staging: ccree: removed spaces after opening parentheses.Jeremy Sowden2017-06-241-3/+3
* staging: ccree: - style fix, spaces and tabsDerek Robson2017-06-248-74/+75
* staging: ccree: move else to follow close brace '}'Jhih-Ming Hunag2017-06-241-2/+1
* staging: ccree: remove improper spaceJhih-Ming Hunag2017-06-241-16/+16
* staging: ccree: move * to close variable name instead of type.Jhih-Ming Hunag2017-06-241-1/+1
* staging: ccree: move '{' to next line for function.Jhih-Ming Hunag2017-06-241-2/+4
* staging: ccree: move brace { to previous line for if.Jhih-Ming Hunag2017-06-241-4/+2
* Staging: ccree: add space around comma, brace and operator.Jhih-Ming Hunag2017-06-241-18/+18
* Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman2017-06-122-2/+3
|\
| * staging: ccree: fix buffer copyGilad Ben-Yossef2017-06-061-1/+2
| * staging: ccree: add CRYPTO dependencyArnd Bergmann2017-05-251-1/+1
* | staging: ccree: fix spelling mistake: "chanined" -> "chained"Colin Ian King2017-06-041-1/+1
* | staging: ccree: remove descriptor context definitionsGilad Ben-Yossef2017-06-041-86/+0
* | staging: ccree: remove last remnants of sblkcipherGilad Ben-Yossef2017-06-042-97/+6
* | staging: ccree: remove last remnants of sash algoGilad Ben-Yossef2017-06-041-321/+127
* | staging: ccree: fix wrong whitespace usageGilad Ben-Yossef2017-06-042-282/+282
* | staging: ccree: remove spurious blank lineGilad Ben-Yossef2017-06-041-1/+0
* | staging: ccree: remove dead codeGilad Ben-Yossef2017-06-041-28/+3
* | staging: ccree: drop no longer used macroGilad Ben-Yossef2017-06-041-2/+0
* | staging: ccree: use snake_case for hash enumsGilad Ben-Yossef2017-06-042-4/+4
* | staging: ccree: remove unused structGilad Ben-Yossef2017-06-041-18/+0
* | staging: ccree: remove custom bitfield macrosGilad Ben-Yossef2017-06-045-108/+7
* | staging: ccree: move request_mgr to generic bitfield opsGilad Ben-Yossef2017-06-042-10/+22
* | staging: ccree: remove cycle count debug supportGilad Ben-Yossef2017-06-048-250/+0
* | staging: ccree: remove unused debug macrosGilad Ben-Yossef2017-06-041-19/+0
* | staging: ccree: move M/LLI defines to header fileGilad Ben-Yossef2017-06-042-7/+8
* | staging: ccree: refactor LLI access macrosGilad Ben-Yossef2017-06-042-22/+25
* | staging: ccree: remove 48 bit dma addr simGilad Ben-Yossef2017-06-047-163/+0
* | staging: ccree: refactor HW command FIFO accessGilad Ben-Yossef2017-06-0410-1680/+1745
* | staging: ccree: replace bit shift with BIT macroGilad Ben-Yossef2017-06-041-1/+1