aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208/ms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-18staging: rts5208: Use array_size() helper in vmalloc() and memset()Gustavo A. R. Silva1-3/+3
2019-11-01staging: rts5208: Eliminate the use of Camel Case in files ms.{h, c}Gabriela Bittencourt1-43/+43
2019-08-21staging: rts5208: remove redundant assignment to retvalColin Ian King1-1/+1
2019-01-07staging: rts5208: Add a check for ms_read_extra_dataAditya Pakki1-1/+4
2018-11-05Staging: rts5208: Add SPDX license tagsKim Bradley1-14/+3
2018-09-25staging: rts5208: Remove unnecessary braces {}Aymen Qader1-397/+222
2018-06-28staging: rtsx: remove rtsx_trace() and related codeArnd Bergmann1-337/+0
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-01-22staging: rts5208: Fix "seg_no" calculation in reset_ms_card()Dan Carpenter1-1/+2
2017-07-30staging: rts5208: Change fixed function names with "%s: ", __func__Gaurav Pathak1-2/+3
2017-04-08staging: rts5208: ms.c fixed checkpatch warning - using __func__ instead of hardcoded nameAndrea della Porta1-1/+1
2017-02-03staging: rts5208: remove redundant retval status checkColin Ian King1-6/+0
2016-10-16staging: rts5208: CamelCase fixWayne Porter1-2/+2
2016-10-16staging: rts5208: ms.c: Braces fixWayne Porter1-2/+2
2016-10-16staging: rts5208: ms.c: Multiple assignmentsWayne Porter1-1/+2
2016-10-16staging: rts5208: ms.c: Long LinesWayne Porter1-31/+63
2016-10-16staging: rts5208: ms.c: Parenthesis alignmentWayne Porter1-138/+150
2016-10-02Staging: rts5208: Fix indentation warningsWayne Porter1-13/+13
2016-09-20staging: rts5208: Add spaces around operatorsRehas Sachdeva1-4/+4
2016-09-20staging: rts5208: Remove unnecessary parenthesesRehas Sachdeva1-10/+10
2016-09-20Staging: rts5208: ms: Use x instead of x != NULL.Sandhya Bankar1-1/+1
2016-08-21staging: rts5208/ms.c: add missing releases in mg_get_local_EKB and mg_get_ICVQuentin Lambert1-2/+4
2016-08-21staging: rts5208/ms.c: change the label name to respect the coding styleQuentin Lambert1-6/+6
2016-08-21Staging: rts5208: fix double blank line coding style issuesJonas Rickert1-11/+0
2016-04-29staging: rts5208: alignment to match open paranthesisManav Batra1-1/+1
2016-03-28Staging: rts5208: Add space around '+'Dilek Uzulmez1-7/+7
2016-03-11staging: rts5208: Change form of NULL comparisonsBhaktipriya Shridhar1-5/+5
2016-03-11staging: rts5208: Remove NULL test before vfreeBhaktipriya Shridhar1-20/+10
2016-03-11staging: rts5208: simplify NULL testsEva Rachel Retuya1-4/+4
2016-03-11Staging: rts5208: Remove unnecessary parenthesesDilek Uzulmez1-46/+46
2015-08-03Staging: rts5208: Fix code indentation warning as detected by checkpatch.plYash Shah1-3/+2
2015-03-26staging: rts5208: Remove RTSX_READ_REG and RTSX_WRITE_REG macrosJoe Perches1-51/+199
2015-03-26staging: rts5208: Remove TRACE_RET and TRACE_GOTO macrosJoe Perches1-472/+932
2015-03-20Staging: rts5208: Add new variable idx to shorten line length and increase readabilityVatika Harlalka1-6/+9
2015-03-20Staging: rts5208: Introduce a new variable to shorten line length and increase readabilityVatika Harlalka1-1/+5
2015-03-06staging: rts5208: Convert variable from int to bool and propagate the change to function parametersQuentin Lambert1-4/+5
2015-03-06staging: rts5208: Convert non-returned local variable to boolean when relevantQuentin Lambert1-6/+8
2015-01-17staging: rts5208/ms.c: Code style fix (space before comma)Robert Kmiec1-6/+6
2014-10-23staging: rts5208: fix case of bitwise operator on zero in ms.cJiayi Ye1-2/+2
2014-09-28staging: rts5208: Add new line after declarationTapasweni Pathak1-0/+1
2014-09-23staging: rts5208: remove unnecessary return statementRoxana Blaj1-2/+0
2014-09-23staging: rts5208: remove unnecessary elseRoxana Blaj1-2/+2
2014-08-16Staging: rts5208: Use dev_dbg and print_hex_dump_bytes to dump memoryFabio Falzoi1-2/+3
2014-07-30Staging: rts5208: Replace custom macro with dev_dbgFabio Falzoi1-47/+55
2014-07-30Staging: rts5208: Remove useless debug printsFabio Falzoi1-24/+0
2014-02-27Staging : rts5208: Fix code indent issueHimangi Saraogi1-1/+1
2013-11-25staging: rts5208: add support for rts5208 and rts5288Micky Ching1-0/+4208