aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/cxt1e1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-01staging: cxt1e1: remove driverKristina Martšenko29-10067/+0
2014-06-26staging: cxt1e1: fix sbeCrc function declarationPawel Lebioda3-1/+3
2014-06-19staging cxt1e1: refactored ring buffer dump functions to avoid sparse warningsWolfgang Ocker1-19/+35
2014-05-26staging: ctx1e1: remove checks for three macrosPaul Bolle3-65/+0
2014-05-23staging: cxt1e1: remove set a value to static variableDaeseok Youn1-3/+3
2014-05-23staging: cxt1e1: Fix line length over 80 characters in musycc.cDaeseok Youn1-116/+196
2014-05-23staging: cxt1e1: remove redundant curly braces in musycc.cDaeseok Youn1-107/+102
2014-05-23staging: cxt1e1: remove dead code in musycc.cDaeseok Youn1-131/+5
2014-05-23staging: cxt1e1: Fix no spaces at the start of a line in musycc.cDaeseok Youn1-1314/+1313
2014-04-26staging: cxt1e1: Avoid using 0 instead of NULLThomas Vegas1-4/+4
2014-04-18staging: cxt1e1: replace OS_kmalloc/OS_kfree with kzalloc/kfreeDaeseok Youn7-80/+32
2014-04-18STAGING: cxt1e1: Remove curly bracesMichael Welling1-2/+1
2014-04-18STAGING: cxt1e1: More formatting fixesMichael Welling1-3/+3
2014-04-18STAGING: cxt1e1: Formatting fixes checkpatch issuesMichael Welling1-6/+6
2014-04-18STAGING: cxt1e1: Remove volatile variableMichael Welling1-1/+1
2014-04-18STAGING: cxt1e1: Fixes comment blocksMichael Welling1-62/+93
2014-04-18STAGING: cxt1e1: Indentation fixesMichael Welling1-264/+217
2014-04-18STAGING: cxt1e1: Remove sparse warningsMichael Welling1-8/+9
2014-04-18staging: cxt1e1: hwprobe: fix incorrect type in assignmentMatei Oprea2-4/+4
2014-03-19Staging: cxt1e1: Fix externs should be avoided in .c files in comet.cEbru Akagunduz5-4/+1
2014-03-19Staging: cxt1e1: Fix use of volatile is usually wrong in comet.cEbru Akagunduz1-3/+3
2014-03-18staging: cxt1e1: remove unneeded mkret() callsDaeseok Youn3-59/+45
2014-03-18staging: cxt1e1: Fix Sparse Warning for Static Declarations in linux.cHimangi Saraogi1-4/+4
2014-03-18staging: cxt1e1: Fix do not use // c99 commentsGulsah Kose1-6/+0
2014-03-18staging: cxt1e1: Fix line over 80 characters.Gulsah Kose1-11/+24
2014-03-17staging: cxt1e1: remove redundant memset() callDaeseok Youn1-9/+3
2014-03-17staging: cxt1e1: remove redundant memset() callDaeseok Youn1-5/+3
2014-03-17Merge 3.14-rc7 into staging-nextGreg Kroah-Hartman1-0/+2
2014-03-16staging: cxt1e1: Fix space prohibited between function name and open parenthesisGulsah Kose1-28/+28
2014-03-13staging: cxt1e1: Removed assignments from if statements.Chi Pham3-48/+63
2014-03-13staging:cxt1e1:remove unused code with #if 0Himangi Saraogi1-0/+3
2014-03-08staging: cxt1e1: change declaration of TWV_tableShaun Laing1-1/+1
2014-03-08staging: cxt1e1: fix checkpatch errors with open brace '{'Daeseok Youn1-46/+21
2014-03-08staging: cxt1e1: fix checkpatch error 'assignment in if condition'Daeseok Youn1-12/+19
2014-03-07Staging:cxt1e1:musycc:remove assignment in if conditionHimangi Saraogi1-5/+10
2014-03-06staging: cxt1e1: removed version string declarationShaun Laing5-35/+0
2014-03-04staging: cxt1e1: Add extern keyword for sparse 'static' warningShaun Laing1-0/+1
2014-03-04staging: cxt1e1: Fix line length over 80 characters in linux.cDaeseok Youn1-17/+31
2014-03-04staging: cxt1e1: Fix no spaces at the start of a line in linux.cDaeseok Youn1-735/+743
2014-03-04staging: cxt1e1: remove space between function name and parenthesisDaeseok Youn1-262/+262
2014-03-04staging: cxt1e1: fix checkpatch errors with open brace '{'Daeseok Youn1-37/+25
2014-03-04staging: cxt1e1: fix checkpatch error 'assignment in if condition'Daeseok Youn1-9/+9
2014-03-04Staging: cxt1e1: Fix line length over 80 characters in hwprobe.cDaeseok Youn1-17/+28
2014-03-04staging/cxt1e1/linux.c: Correct arbitrary memory write in c4_ioctl()Salva Peiró1-0/+2
2014-02-28staging: cxt1e1: Fix no spaces at the start of a line in hwprobe.cDaeseok Youn1-292/+293
2014-02-28staging: cxt1e1: remove space between function name and parenthesisDaeseok Youn1-60/+60
2014-02-28staging: cxt1e1: remove unused variableDaeseok Youn1-2/+1
2014-02-27Staging: cxt1e1: Fix line length over 80 characters in functions.cMonam Agarwal1-3/+6
2014-02-27Staging: cxt1e1: Fix space prohibited between function name and open parenthesis '('Monam Agarwal1-57/+57
2014-02-27Staging: cxt1e1: Fix no spaces at the start of a line in functions.cMonam Agarwal1-165/+159