aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-28staging: rts5208: Add new line after declarationTapasweni Pathak1-0/+1
2014-09-28Staging: rts5208: Fix missing blank line warningMahati Chamarthy1-0/+10
2014-09-23staging: rts5208: add new line after declarationsRoxana Blaj1-0/+1
2014-09-23Staging: rts5208: Fix checkpatch warning: Missing blank lineTina Johnson1-0/+6
2014-09-23staging: rts5208: remove unnecessary return statementRoxana Blaj1-2/+0
2014-09-23staging: rts5208: remove unnecessary elseRoxana Blaj1-2/+2
2014-08-30staging: rts5208: Remove casting the return value which is a void pointerJingoo Han1-4/+4
2014-08-16Staging: rts5208: Remove CONFIG_RTS5208_DEBUG optionFabio Falzoi2-11/+1
2014-08-16Staging: rts5208: Use dev_dbg and print_hex_dump_bytes to dump memoryFabio Falzoi5-19/+13
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2014-07-30Staging: rts5208: Replace custom macro with dev_dbgFabio Falzoi15-375/+392
2014-07-30Staging: rts5208: Remove useless debug printsFabio Falzoi2-28/+0
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-2/+2
2014-05-24staging: rts5208: Use pci_device_id rather than DEFINE_PCI_DEVICE_TABLEBenoit Taine1-1/+1
2014-05-15staging: rts5208: fix static checker warningsMicky Ching1-1/+1
2014-03-18staging: rts5208: Fix line over 80 characters.Gulsah Kose1-23/+46
2014-03-13staging: rts5208: Remove unnecessary parentheses.Gulsah Kose1-1/+1
2014-03-13staging: rts5208: Fix line over 80 characters.Gulsah Kose1-2/+4
2014-03-08staging: rts5208: Fixed line over 80 characters.Keerthimai Janarthanan1-2/+2
2014-03-07staging/rts5208/rtsx_scsi.c: Remove unnecessary parenthesesGeorgiana Rodica Chelu1-4/+4
2014-02-27Staging : rts5208: Fix code indent issueHimangi Saraogi1-1/+1
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-03staging: rts5208: fix error return code in rtsx_probe()Wei Yongjun1-1/+3
2013-11-25staging: rts5208: add support for rts5208 and rts5288Micky Ching26-0/+23567