aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208/rtsx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-21staging: rts5208: rtsx: Replace depracated MSI APISuraj Upadhyay1-6/+6
2020-07-01staging: rts5208/rtsx.c: use generic power managementVaibhav Gupta1-22/+8
2020-06-25staging: rts5208: fix memleaks on error handling paths in probeEvgeny Novikov1-0/+1
2020-01-29Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+5
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-10staging: rts5208: add missed pci_release_regionsChuhong Yuan1-2/+5
2019-10-29staging: rts5208: Fix alignment and a line ending with a '('Frank A. Cancio Bello1-1/+2
2018-12-28Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-14/+3
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-6/+0
2018-11-05Staging: rts5208: Add SPDX license tagsKim Bradley1-14/+3
2018-06-17staging: rts5208: add error handling into rtsx_probeAnton Vasilyev1-12/+26
2017-11-28staging: rts5208: remove rtsx_read_pci_cfg_byte()Sinan Kaya1-17/+0
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+0
2017-08-25scsi: rtsx: drop bus reset functionHannes Reinecke1-11/+0
2017-07-30staging: rts5208: Change fixed function names with "%s: ", __func__Gaurav Pathak1-2/+2
2017-02-03staging: rts5208: remove unncessary result set and check, just return SUCCESSColin Ian King1-4/+2
2016-10-25staging: rts5208: rtsx.c: Fix invalid use of sizeof in rtsx_probe()Wei Yongjun1-1/+1
2016-10-16staging: rts5208: rtsx.c: Alignment fixWayne Porter1-3/+4
2016-10-16staging: rts5208: rtsx.c: Alloc sizeof structWayne Porter1-1/+1
2016-10-16staging: rts5208: rtsx.c: SpacingWayne Porter1-1/+0
2016-10-16staging: rts5208: rtsx.c: CamelCaseWayne Porter1-4/+4
2016-10-16staging: rts5208: rtsx.c: SpacingWayne Porter1-1/+4
2016-10-16staging: rts5208: rtsx.c: Multiple assignmentsWayne Porter1-2/+4
2016-10-16staging: rts5208: rtsx.c: AlignmentWayne Porter1-2/+2
2016-10-16staging: rts5208: rtsx.c: Unnecessary parenthesesWayne Porter1-5/+5
2016-10-16Staging: rts5208: Remove unnecessary parenthesesDilek Uzulmez1-6/+6
2016-09-25staging: rts5208: avoid symbolic permissions in rtsx.cSergio Paracuellos1-6/+6
2016-09-20Staging: rts5208: rtsx: Use x instead of x != NULL.Sandhya Bankar1-1/+1
2016-09-01staging: rts5208: Add two blank lines in comments.MingChia Chung1-14/+28
2016-08-21Staging: rts5208: fix double blank line coding style issuesJonas Rickert1-7/+0
2016-03-11staging: rts5208: Replace pci_enable_device with pcim_enable_deviceAmitoj Kaur Chawla1-7/+1
2016-03-11staging: rts5208: simplify NULL testsEva Rachel Retuya1-3/+3
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-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-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
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-03-26staging: rts5208: Remove TRACE_RET and TRACE_GOTO macrosJoe Perches1-6/+0
2015-03-16Staging: rts5208: Use module_pci_driverVaishali Thakkar1-19/+2
2015-03-06Staging: rts5208: clean dev_err loggingHaneen Mohammed1-2/+2
2014-10-30staging: rts5208: Remove useless cast on void pointerTapasweni Pathak1-2/+2
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-08-30staging: rts5208: Remove casting the return value which is a void pointerJingoo Han1-4/+4
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 Falzoi1-4/+2
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