aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-08staging: ccree: cleanup a small white space issueDan Carpenter1-2/+2
2017-12-06drivers: staging: remove duplicate includesPravin Shedge2-2/+0
2017-12-06Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman1-3/+6
2017-12-06staging: ccree: amend aead func def for readabilityGilad Ben-Yossef1-90/+51
2017-12-06staging: ccree: fix AEAD func naming conventionGilad Ben-Yossef3-281/+273
2017-12-06staging: ccree: NULLify backup_info when unusedGilad Ben-Yossef1-0/+1
2017-12-06staging: ccree: update TODO listGilad Ben-Yossef1-21/+2
2017-12-06staging: ccree: remove interim DT docsGilad Ben-Yossef1-27/+0
2017-12-06staging: ccree: remove braces for single statement blocksGilad Ben-Yossef1-2/+1
2017-12-06staging: ccree: fix indentation of var assignmentGilad Ben-Yossef1-2/+2
2017-12-06staging: ccree: remove more unnecessary parenthesesGilad Ben-Yossef3-6/+6
2017-12-06staging: ccree: remove unproven likely/unlikelyGilad Ben-Yossef8-227/+209
2017-12-06staging: ccree: remove inline qualifiersGilad Ben-Yossef5-44/+43
2017-11-28staging: ccree: fix leak of import() after init()Gilad Ben-Yossef1-3/+6
2017-11-28staging: ccree: Remove a attribute group from a kobjectArvind Yadav1-1/+4
2017-11-27staging: ccree: fix incorrect indentation of break statementColin Ian King1-1/+1
2017-11-27staging: ccree: drop unused macroGilad Ben-Yossef1-2/+0
2017-11-27staging: ccree: use local vars for readabilityGilad Ben-Yossef1-35/+29
2017-11-27staging: ccree: replace msleep with a completionGilad Ben-Yossef3-2/+8
2017-11-27staging: ccree: remove unused fieldGilad Ben-Yossef1-4/+0
2017-11-27staging: ccree: remove unneeded wrapper functionGilad Ben-Yossef1-15/+6
2017-11-27staging: ccree: rename long define for readabilityGilad Ben-Yossef1-2/+2
2017-11-27staging: ccree: rename func for readabilityGilad Ben-Yossef3-12/+10
2017-11-27staging: ccree: refactor code with local varsGilad Ben-Yossef1-9/+7
2017-11-27staging: ccree: remove dead defs and declsGilad Ben-Yossef1-23/+0
2017-11-27staging: ccree: trim long lines for readabilityGilad Ben-Yossef15-193/+406
2017-11-27staging: ccree: replace macro with inline funcGilad Ben-Yossef1-9/+18
2017-11-27staging: ccree: Replace CONFIG_PM_RUNTIME with CONFIG_PMGilad Ben-Yossef5-14/+14
2017-11-27staging: ccree: fix code indentGilad Ben-Yossef2-3/+5
2017-11-27staging: ccree: constify help stringGilad Ben-Yossef1-1/+1
2017-11-27staging: ccree: document spinlock usageGilad Ben-Yossef1-0/+3
2017-11-27staging: ccree: replace open coded loop with forGilad Ben-Yossef1-7/+9
2017-11-27staging: ccree: make mem barrier per requestGilad Ben-Yossef1-1/+12
2017-11-27staging: ccree: remove unneeded castGilad Ben-Yossef1-6/+6
2017-11-27staging: ccree: remove unneeded empty linesGilad Ben-Yossef2-2/+0
2017-11-27staging: ccree: move logical cont. to 1st lineGilad Ben-Yossef1-4/+4
2017-11-27staging: ccree: remove MIN/MAX macrosGilad Ben-Yossef3-5/+2
2017-11-27staging: ccree: remove unnecessary parenthesesGilad Ben-Yossef5-59/+59
2017-11-27staging: ccree: alloc by instance not typeGilad Ben-Yossef1-1/+1
2017-11-27staging: ccree: fix typosGilad Ben-Yossef5-5/+5
2017-11-27staging: ccree: remove unused cc_base parameterGilad Ben-Yossef6-18/+12
2017-11-27staging: ccree: remove braces for single statementGilad Ben-Yossef1-4/+2
2017-11-27staging: ccree: remove compare to none zeroGilad Ben-Yossef9-128/+128
2017-11-27staging: ccree: remove unneeded castGilad Ben-Yossef1-8/+4
2017-11-27staging: ccree: simplify pm manager using local varGilad Ben-Yossef1-4/+8
2017-11-27staging: ccree: fold common code into functionGilad Ben-Yossef1-52/+37
2017-11-27staging: ccree: simplify buf mgr using local varsGilad Ben-Yossef1-8/+10
2017-11-27staging: ccree: simplify AEAD using local varGilad Ben-Yossef1-6/+4
2017-11-27staging: ccree: make long func call sites readableGilad Ben-Yossef13-392/+345
2017-11-06staging: ccree: simplify ioread/iowriteGilad Ben-Yossef9-166/+78