aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-16staging: rts5208: sd.c: Spacing cleanupWayne Porter1-4/+3
2016-10-16staging: rts5208: sd.c: Fix logical continuationsWayne Porter1-15/+15
2016-10-16staging: rts5208: sd.c: CamelCase fixesWayne Porter1-84/+84
2016-10-16staging: rts5208: sd.c: Long line fixesWayne Porter1-7/+15
2016-10-16staging: rts5208: sd.c: Alignment fixesWayne Porter1-237/+255
2016-10-16staging: rts5208: sd.c: Remove unnecessary parenthesesWayne Porter1-47/+47
2016-09-25staging: rts5208: fix style warnings in sd.cSergio Paracuellos1-112/+61
2016-09-20staging: rts5208: Put constant on right side of comparisonRehas Sachdeva1-3/+3
2016-08-21Staging: rts5208: fix double blank line coding style issuesJonas Rickert1-4/+0
2016-04-29staging: rts5208: ensure braces on all arms of if stmtNicholas Sim1-8/+8
2016-03-11staging: rts5208: simplify NULL testsEva Rachel Retuya1-2/+2
2016-03-11Staging: rts5208: Use min instead of ternary operatorBhumika Goyal1-2/+2
2016-02-14staging: rts5208: Place constants on the right side of comparisonsJanani Ravichandran1-10/+10
2015-08-03Staging: rts5208: Fix code indentation warning as detected by checkpatch.plYash Shah1-6/+4
2015-07-14Staging: rts5208: Fix checkpatch warning: else is not generally usefulLeung Timothy Chi King1-6/+5
2015-03-26staging: rts5208: Remove RTSX_READ_REG and RTSX_WRITE_REG macrosJoe Perches1-92/+402
2015-03-26staging: rts5208: Remove TRACE_RET and TRACE_GOTO macrosJoe Perches1-465/+924
2015-03-06staging: rts5208: Convert variable from int to bool and propagate the change to function parametersQuentin Lambert1-23/+21
2015-03-06staging: rts5208: Convert non-returned local variable to boolean when relevantQuentin Lambert1-42/+46
2014-09-23Staging: rts5208: Fix checkpatch warning: Missing blank lineTina Johnson1-0/+6
2014-08-16Staging: rts5208: Remove CONFIG_RTS5208_DEBUG optionFabio Falzoi1-4/+1
2014-08-16Staging: rts5208: Use dev_dbg and print_hex_dump_bytes to dump memoryFabio Falzoi1-3/+3
2014-07-30Staging: rts5208: Replace custom macro with dev_dbgFabio Falzoi1-84/+101
2013-11-25staging: rts5208: add support for rts5208 and rts5288Micky Ching1-0/+4525