summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208
Commit message (Expand)AuthorAgeFilesLines
* Staging: rts5208: Coding style warnings fix for block commentsPunit Vara2015-09-211-13/+15
* Staging: rts5208: Fix code indentation warning as detected by checkpatch.plYash Shah2015-08-042-9/+6Star
* Staging: rts5208: Fix checkpatch warning: else is not generally usefulLeung Timothy Chi King2015-07-151-6/+5Star
* Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-275-227/+266
|\
| * 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: xd: Fixed checkpatch warningNizam Haider2015-06-131-2/+1Star
| * staging: rts5208: Use common pci_get_bus_and_slot() instead of private oneYijing Wang2015-06-081-3/+0Star
| * staging: rts5208: pass timeout as HZ independent valueNicholas Mc Guire2015-05-311-1/+1
| * staging: rts5208: fix transfer length 0 for 6-byte r/w commandsAkinobu Mita2015-05-311-2/+6
| * Staging: rts5208: Replace timeval with timespec64Ksenija Stanojevic2015-05-081-11/+14
* | scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-06-011-1/+0Star
|/
* staging: rts5208: Remove RTSX_READ_REG and RTSX_WRITE_REG macrosJoe Perches2015-03-268-334/+1410
* staging: rts5208: Remove TRACE_RET and TRACE_GOTO macrosJoe Perches2015-03-2614-1575/+2986
* 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: Use module_pci_driverVaishali Thakkar2015-03-161-19/+2Star
* staging: rts5208: Convert variable from int to bool and propagate the change ...Quentin Lambert2015-03-075-32/+32
* staging: rts5208: Convert non-returned local variable to boolean when relevantQuentin Lambert2015-03-074-91/+105
* Staging: rts5208: clean dev_err loggingHaneen Mohammed2015-03-071-2/+2
* staging: rts5208: remove extra parentheses around left bit shift operationAya Mahfouz2015-03-071-1/+1
* Staging: rts5208: Remove braces around single if-statementHaneen Mohammed2015-02-261-2/+0Star
* staging: rts5208: use msecs_to_jiffies for timeoutsNicholas Mc Guire2015-01-251-6/+6
* staging: rts5208/ms.c: Code style fix (space before comma)Robert Kmiec2015-01-181-6/+6
* staging: rts5208: Remove useless cast on void pointerTapasweni Pathak2014-10-301-2/+2
* staging, rts5208, LLVMLinux: Change extern inline to static inlineBehan Webster2014-10-301-1/+1
* 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: rts5028: rtsx_transport.c: fixed a brace coding style issue.Surya Seetharaman2014-10-281-4/+2Star
* Staging: rts5208: Removed unnecessary parenthesesTina Johnson2014-10-281-1/+1
* staging: rts5208: fix case of bitwise operator on zero in ms.cJiayi Ye2014-10-231-2/+2
* 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: Delete braces are not necessaryMelike Yurtoglu2014-10-201-2/+1Star
* staging: rts5208: remove unnecessary elseRoxana Blaj2014-10-021-3/+2Star
* staging: rts5208: remove unnecessary elseRoxana Blaj2014-10-021-2/+2
* staging: rts5208: Remove unneeded void returnMelike Yurtoglu2014-10-021-4/+0Star
* staging: rts5208: Fix missing blank line warning.Melike Yurtoglu2014-10-021-0/+3
* staging: rts5208: Remove unnecessary else in rtsx_card.hEsra Altintas2014-09-291-2/+1Star
* staging: rts5208: Remove unncessary return in function returning voidTapasweni Pathak2014-09-291-2/+0Star
* staging: rts5208: Add new line after declarationTapasweni Pathak2014-09-291-0/+1