summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208/rtsx_chip.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rts5208: Remove negationsNishka Dasgupta2019-05-301-10/+10
* Staging: rts5208: Add SPDX license tagsKim Bradley2018-11-051-14/+3Star
* staging: rts5208: Remove unnecessary braces {}Aymen Qader2018-09-251-264/+132Star
* staging: rtsx: remove rtsx_trace() and related codeArnd Bergmann2018-06-281-140/+0Star
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-2/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* staging: rts5208: Change fixed function names with "%s: ", __func__Gaurav Pathak2017-07-301-2/+2
* staging: rts5208: Replace a bit shift by a use of BIT.Arushi Singhal2017-03-231-2/+2
* staging: rts5208: rtsx_chip.c: Long linesWayne Porter2016-10-161-7/+10
* Staging: rts5208: Add space around operator.Sandhya Bankar2016-09-201-4/+4
* staging: rts5208: rtsx_chip: Add space around binary operatorsNamrata A Shettar2016-09-171-5/+5
* Staging: rts5208: Remove unused functionsBhumika Goyal2016-03-291-35/+0Star
* Staging: rts5208: Coding style warnings fix for block commentsPunit Vara2015-09-211-13/+15
* Staging: rts5208: fix CHANGE_LINK_STATE valueFabio Falzoi2015-06-191-1/+1
* Staging: rts5208: helper function to manage delink statesFabio Falzoi2015-06-181-69/+72
* Staging: rts5208: helper function to manage 1lun and 2lun modesFabio Falzoi2015-06-181-44/+53
* Staging: rts5208: helper function to manage idleFabio Falzoi2015-06-181-20/+25
* Staging: rts5208: helper function to manage aspmFabio Falzoi2015-06-181-21/+30
* Staging: rts5208: helper function to manage ssFabio Falzoi2015-06-181-33/+33
* Staging: rts5208: helper function to manage power offFabio Falzoi2015-06-181-14/+20
* Staging: rts5208: helper function to manage sd erase statusFabio Falzoi2015-06-181-17/+21
* staging: rts5208: Remove RTSX_READ_REG and RTSX_WRITE_REG macrosJoe Perches2015-03-261-109/+498
* staging: rts5208: Remove TRACE_RET and TRACE_GOTO macrosJoe Perches2015-03-261-103/+192
* staging: rts5208: Convert non-returned local variable to boolean when relevantQuentin Lambert2015-03-071-26/+30
* Staging: rts5208: helper function to enable interrupts during resetFabio Falzoi2014-10-291-47/+48
* Staging: rts5208: helper function to manage aspm during resetFabio Falzoi2014-10-291-31/+39
* staging: rts5208: use ternary operators to reduce indentation levelGiedrius Statkevičius2014-10-201-67/+23Star
* staging: rts5208: divide lines to make them less than 80 characters longGiedrius Statkevičius2014-10-201-9/+22
* staging: rts5208: align divided lines to opening paranthesisGiedrius Statkevičius2014-10-201-42/+45
* staging: rts5208: get rid of Camel Case, remove unneeded lines and paranthesesGiedrius Statkevičius2014-10-201-31/+21Star
* staging: rts5208: combine ifs where possibleGiedrius Statkevičius2014-10-201-56/+44Star
* staging: rts5208: Remove unneeded void returnMelike Yurtoglu2014-10-021-4/+0Star
* Staging: rts5208: Fix missing blank line warningMahati Chamarthy2014-09-291-0/+10
* Staging: rts5208: Use dev_dbg and print_hex_dump_bytes to dump memoryFabio Falzoi2014-08-161-2/+4
* Staging: rts5208: Replace custom macro with dev_dbgFabio Falzoi2014-07-311-62/+71
* staging: rts5208: fix static checker warningsMicky Ching2014-05-151-1/+1
* staging: rts5208: add support for rts5208 and rts5288Micky Ching2013-11-251-0/+1979