aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208/rtsx_chip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-28staging: rtsx: remove rtsx_trace() and related codeArnd Bergmann1-140/+0
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2017-07-30staging: rts5208: Change fixed function names with "%s: ", __func__Gaurav Pathak1-2/+2
2017-03-23staging: rts5208: Replace a bit shift by a use of BIT.Arushi Singhal1-2/+2
2016-10-16staging: rts5208: rtsx_chip.c: Long linesWayne Porter1-7/+10
2016-09-20Staging: rts5208: Add space around operator.Sandhya Bankar1-4/+4
2016-09-17staging: rts5208: rtsx_chip: Add space around binary operatorsNamrata A Shettar1-5/+5
2016-03-29Staging: rts5208: Remove unused functionsBhumika Goyal1-35/+0
2015-09-21Staging: rts5208: Coding style warnings fix for block commentsPunit Vara1-13/+15
2015-06-19Staging: rts5208: fix CHANGE_LINK_STATE valueFabio Falzoi1-1/+1
2015-06-17Staging: rts5208: helper function to manage delink statesFabio Falzoi1-69/+72
2015-06-17Staging: rts5208: helper function to manage 1lun and 2lun modesFabio Falzoi1-44/+53
2015-06-17Staging: rts5208: helper function to manage idleFabio Falzoi1-20/+25
2015-06-17Staging: rts5208: helper function to manage aspmFabio Falzoi1-21/+30
2015-06-17Staging: rts5208: helper function to manage ssFabio Falzoi1-33/+33
2015-06-17Staging: rts5208: helper function to manage power offFabio Falzoi1-14/+20
2015-06-17Staging: rts5208: helper function to manage sd erase statusFabio Falzoi1-17/+21
2015-03-26staging: rts5208: Remove RTSX_READ_REG and RTSX_WRITE_REG macrosJoe Perches1-109/+498
2015-03-26staging: rts5208: Remove TRACE_RET and TRACE_GOTO macrosJoe Perches1-103/+192
2015-03-06staging: rts5208: Convert non-returned local variable to boolean when relevantQuentin Lambert1-26/+30
2014-10-29Staging: rts5208: helper function to enable interrupts during resetFabio Falzoi1-47/+48
2014-10-29Staging: rts5208: helper function to manage aspm during resetFabio Falzoi1-31/+39
2014-10-20staging: rts5208: use ternary operators to reduce indentation levelGiedrius Statkevičius1-67/+23
2014-10-20staging: rts5208: divide lines to make them less than 80 characters longGiedrius Statkevičius1-9/+22
2014-10-20staging: rts5208: align divided lines to opening paranthesisGiedrius Statkevičius1-42/+45
2014-10-20staging: rts5208: get rid of Camel Case, remove unneeded lines and paranthesesGiedrius Statkevičius1-31/+21
2014-10-20staging: rts5208: combine ifs where possibleGiedrius Statkevičius1-56/+44
2014-10-02staging: rts5208: Remove unneeded void returnMelike Yurtoglu1-4/+0
2014-09-28Staging: rts5208: Fix missing blank line warningMahati Chamarthy1-0/+10
2014-08-16Staging: rts5208: Use dev_dbg and print_hex_dump_bytes to dump memoryFabio Falzoi1-2/+4
2014-07-30Staging: rts5208: Replace custom macro with dev_dbgFabio Falzoi1-62/+71
2014-05-15staging: rts5208: fix static checker warningsMicky Ching1-1/+1
2013-11-25staging: rts5208: add support for rts5208 and rts5288Micky Ching1-0/+1979