summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208/ms.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rts5208: remove redundant assignment to retvalColin Ian King2019-08-211-1/+1
* staging: rts5208: Add a check for ms_read_extra_dataAditya Pakki2019-01-071-1/+4
* Staging: rts5208: Add SPDX license tagsKim Bradley2018-11-051-14/+3
* staging: rts5208: Remove unnecessary braces {}Aymen Qader2018-09-251-397/+222
* staging: rtsx: remove rtsx_trace() and related codeArnd Bergmann2018-06-281-337/+0
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* staging: rts5208: Fix "seg_no" calculation in reset_ms_card()Dan Carpenter2018-01-221-1/+2
* staging: rts5208: Change fixed function names with "%s: ", __func__Gaurav Pathak2017-07-301-2/+3
* staging: rts5208: ms.c fixed checkpatch warning - using __func__ instead of h...Andrea della Porta2017-04-081-1/+1
* staging: rts5208: remove redundant retval status checkColin Ian King2017-02-031-6/+0
* staging: rts5208: CamelCase fixWayne Porter2016-10-161-2/+2
* staging: rts5208: ms.c: Braces fixWayne Porter2016-10-161-2/+2
* staging: rts5208: ms.c: Multiple assignmentsWayne Porter2016-10-161-1/+2
* staging: rts5208: ms.c: Long LinesWayne Porter2016-10-161-31/+63
* staging: rts5208: ms.c: Parenthesis alignmentWayne Porter2016-10-161-138/+150
* Staging: rts5208: Fix indentation warningsWayne Porter2016-10-021-13/+13
* staging: rts5208: Add spaces around operatorsRehas Sachdeva2016-09-201-4/+4
* staging: rts5208: Remove unnecessary parenthesesRehas Sachdeva2016-09-201-10/+10
* Staging: rts5208: ms: Use x instead of x != NULL.Sandhya Bankar2016-09-201-1/+1
* staging: rts5208/ms.c: add missing releases in mg_get_local_EKB and mg_get_ICVQuentin Lambert2016-08-211-2/+4
* staging: rts5208/ms.c: change the label name to respect the coding styleQuentin Lambert2016-08-211-6/+6
* Staging: rts5208: fix double blank line coding style issuesJonas Rickert2016-08-211-11/+0
* staging: rts5208: alignment to match open paranthesisManav Batra2016-04-291-1/+1
* Staging: rts5208: Add space around '+'Dilek Uzulmez2016-03-281-7/+7
* staging: rts5208: Change form of NULL comparisonsBhaktipriya Shridhar2016-03-111-5/+5
* staging: rts5208: Remove NULL test before vfreeBhaktipriya Shridhar2016-03-111-20/+10
* staging: rts5208: simplify NULL testsEva Rachel Retuya2016-03-111-4/+4
* Staging: rts5208: Remove unnecessary parenthesesDilek Uzulmez2016-03-111-46/+46
* Staging: rts5208: Fix code indentation warning as detected by checkpatch.plYash Shah2015-08-031-3/+2
* staging: rts5208: Remove RTSX_READ_REG and RTSX_WRITE_REG macrosJoe Perches2015-03-261-51/+199
* staging: rts5208: Remove TRACE_RET and TRACE_GOTO macrosJoe Perches2015-03-261-472/+932
* Staging: rts5208: Add new variable idx to shorten line length and increase re...Vatika Harlalka2015-03-201-6/+9
* Staging: rts5208: Introduce a new variable to shorten line length and increas...Vatika Harlalka2015-03-201-1/+5
* staging: rts5208: Convert variable from int to bool and propagate the change ...Quentin Lambert2015-03-061-4/+5
* staging: rts5208: Convert non-returned local variable to boolean when relevantQuentin Lambert2015-03-061-6/+8
* staging: rts5208/ms.c: Code style fix (space before comma)Robert Kmiec2015-01-171-6/+6
* staging: rts5208: fix case of bitwise operator on zero in ms.cJiayi Ye2014-10-231-2/+2
* staging: rts5208: Add new line after declarationTapasweni Pathak2014-09-281-0/+1
* staging: rts5208: remove unnecessary return statementRoxana Blaj2014-09-231-2/+0
* staging: rts5208: remove unnecessary elseRoxana Blaj2014-09-231-2/+2
* Staging: rts5208: Use dev_dbg and print_hex_dump_bytes to dump memoryFabio Falzoi2014-08-161-2/+3
* Staging: rts5208: Replace custom macro with dev_dbgFabio Falzoi2014-07-301-47/+55
* Staging: rts5208: Remove useless debug printsFabio Falzoi2014-07-301-24/+0
* Staging : rts5208: Fix code indent issueHimangi Saraogi2014-02-271-1/+1
* staging: rts5208: add support for rts5208 and rts5288Micky Ching2013-11-251-0/+4208