aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-16Staging: rts5208: use dmam_alloc_coherentRonit Halder1-4/+2
2015-09-21Staging: rts5208: Coding style warnings fix for block commentsPunit Vara1-13/+15
2015-08-03Staging: rts5208: Fix code indentation warning as detected by checkpatch.plYash Shah2-9/+6
2015-07-14Staging: rts5208: Fix checkpatch warning: else is not generally usefulLeung Timothy Chi King1-6/+5
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-227/+266
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-06-12Staging: rts5208: xd: Fixed checkpatch warningNizam Haider1-2/+1
2015-06-08staging: rts5208: Use common pci_get_bus_and_slot() instead of private oneYijing Wang1-3/+0
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke1-1/+0
2015-05-31staging: rts5208: pass timeout as HZ independent valueNicholas Mc Guire1-1/+1
2015-05-31staging: rts5208: fix transfer length 0 for 6-byte r/w commandsAkinobu Mita1-2/+6
2015-05-08Staging: rts5208: Replace timeval with timespec64Ksenija Stanojevic1-11/+14
2015-03-26staging: rts5208: Remove RTSX_READ_REG and RTSX_WRITE_REG macrosJoe Perches8-334/+1410
2015-03-26staging: rts5208: Remove TRACE_RET and TRACE_GOTO macrosJoe Perches14-1575/+2986
2015-03-20Staging: rts5208: Add new variable idx to shorten line length and increase readabilityVatika Harlalka1-6/+9
2015-03-20Staging: rts5208: Introduce a new variable to shorten line length and increase readabilityVatika Harlalka1-1/+5
2015-03-16Staging: rts5208: Use module_pci_driverVaishali Thakkar1-19/+2
2015-03-06staging: rts5208: Convert variable from int to bool and propagate the change to function parametersQuentin Lambert5-32/+32
2015-03-06staging: rts5208: Convert non-returned local variable to boolean when relevantQuentin Lambert4-91/+105
2015-03-06Staging: rts5208: clean dev_err loggingHaneen Mohammed1-2/+2
2015-03-06staging: rts5208: remove extra parentheses around left bit shift operationAya Mahfouz1-1/+1
2015-02-26Staging: rts5208: Remove braces around single if-statementHaneen Mohammed1-2/+0
2015-01-25staging: rts5208: use msecs_to_jiffies for timeoutsNicholas Mc Guire1-6/+6
2015-01-17staging: rts5208/ms.c: Code style fix (space before comma)Robert Kmiec1-6/+6
2014-10-30staging: rts5208: Remove useless cast on void pointerTapasweni Pathak1-2/+2
2014-10-29staging, rts5208, LLVMLinux: Change extern inline to static inlineBehan Webster1-1/+1
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-28Staging: rts5028: rtsx_transport.c: fixed a brace coding style issue.Surya Seetharaman1-4/+2
2014-10-28Staging: rts5208: Removed unnecessary parenthesesTina Johnson1-1/+1
2014-10-23staging: rts5208: fix case of bitwise operator on zero in ms.cJiayi Ye1-2/+2
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-20staging: rts5208: Delete braces are not necessaryMelike Yurtoglu1-2/+1
2014-10-02staging: rts5208: remove unnecessary elseRoxana Blaj1-3/+2
2014-10-02staging: rts5208: remove unnecessary elseRoxana Blaj1-2/+2
2014-10-02staging: rts5208: Remove unneeded void returnMelike Yurtoglu1-4/+0
2014-10-02staging: rts5208: Fix missing blank line warning.Melike Yurtoglu1-0/+3
2014-09-28staging: rts5208: Remove unnecessary else in rtsx_card.hEsra Altintas1-2/+1
2014-09-28staging: rts5208: Remove unncessary return in function returning voidTapasweni Pathak1-2/+0