aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-11staging: rts5208: Replace pci_enable_device with pcim_enable_deviceAmitoj Kaur Chawla1-7/+1
2016-03-11staging: rts5208: Change form of NULL comparisonsBhaktipriya Shridhar1-5/+5
2016-03-11staging: rts5208: Remove NULL test before vfreeBhaktipriya Shridhar2-44/+22
2016-03-11staging: rts5208: simplify NULL testsEva Rachel Retuya6-23/+23
2016-03-11Staging: rts5208: Use min instead of ternary operatorBhumika Goyal1-2/+2
2016-03-11staging: rts5208: rtsx_transport.c: Drop void pointer castJanani Ravichandran1-1/+1
2016-03-11staging: rts5208: rtsx.c: Drop unneeded void pointer castJanani Ravichandran1-1/+1
2016-03-11staging: rts5208: Remove unnecessary pci_set_drvdata()Amitoj Kaur Chawla1-2/+0
2016-03-11Staging: rts5208: Remove unnecessary parenthesesDilek Uzulmez1-46/+46
2016-03-11staging: rts5208: Prefer using BIT macroBhaktipriya Shridhar1-3/+3
2016-03-11staging: rts5208: Removed unnecessary return variableBhaktipriya Shridhar1-7/+2
2016-02-20Staging: rts5208: rtsx_transport.c: Fix comparisons to NULLShaun Ren1-3/+3
2016-02-20Staging: rts5208: rtsx_transport.c: Remove unnecessary parenthesesShaun Ren1-6/+6
2016-02-20Staging: rts5208: rtsx_transport.c: Fix label naming conventionShaun Ren1-3/+3
2016-02-20Staging: rts5208: rtsx_transport.c: Remove extra newlinesShaun Ren1-3/+0
2016-02-20Staging: rts5208: rtsx_transport.c: Add spaces around -Shaun Ren1-2/+2
2016-02-20Staging: rts5208: rtsx_transport.c: Remove spaces after castsShaun Ren1-1/+1
2016-02-20Staging: rts5208: rtsx_transport.c: Align to open parenthesisShaun Ren1-28/+41
2016-02-20Staging: rts5208: rtsx_transport.c: Cleanup commentsShaun Ren1-26/+27
2016-02-14staging: rts5208: Place constants on the right side of comparisonsJanani Ravichandran1-10/+10
2016-02-09Staging: rts5208: remove unnecessary paranthesesHaneen Mohammed1-1/+1
2016-02-09Staging: rts5208: fix check for dma mapping errorHaneen Mohammed1-1/+1
2016-02-07staging: rts5208: Removed blank linesAnjali Menon1-2/+0
2016-02-07staging: rts5208: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen1-2/+0
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