summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mvumi.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche2023-08-241-1/+1
* scsi: mvumi: Use pci_dev_id() to simplify the codeJialin Zhang2023-08-211-1/+1
* scsi: mvumi: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: mvumi: Replace 1-element arrays with flexible array membersKees Cook2023-01-121-2/+2
* scsi: core: Change the return type of .eh_timed_out()Bart Van Assche2022-10-221-2/+2
* scsi: mvumi: Stop using the SCSI pointerBart Van Assche2022-02-221-4/+5
* scsi: mvumi: Call scsi_done() directlyBart Van Assche2021-10-161-2/+2
* scsi: mvumi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-1/+1
* scsi: core: Do not use DRIVER_INVALIDHannes Reinecke2021-05-311-2/+2
* scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-1/+0
* scsi: core: Introduce scsi_build_sense()Hannes Reinecke2021-05-311-4/+1
* scsi: mvumi: Fix formatting and doc-rot issuesLee Jones2021-03-181-2/+3
* scsi: mvumi: Use true and false for bool variableJiapeng Chong2021-03-181-2/+2
* scsi: mvumi: Update function descriptionVaibhav Gupta2020-11-251-1/+1
* scsi: mvumi: Use generic power managementVaibhav Gupta2020-11-251-37/+9
* scsi: mvumi: Drop PCI Wakeup calls from .resumeVaibhav Gupta2020-11-251-1/+0
* scsi: Remove unneeded break statementsTom Rix2020-10-261-1/+0
* scsi: mvumi: Fix error return in mvumi_io_attach()Jing Xiangfeng2020-10-021-0/+1
* Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-6/+5
|\
| * scsi: mvumi: use sg helper to iterate over scatterlistMing Lei2019-06-201-6/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-17/+1
|/
* scsi: mvumi: Stop using plain integer as NULL pointerYueHaibing2019-03-191-3/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-3/+2
|\
| * scsi: mvumi: use request tag instead of serial_numberHannes Reinecke2019-02-271-3/+2
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+5
|/
* scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-1/+1
* scsi: make sure all drivers set the use_clustering flagChristoph Hellwig2018-12-181-0/+1
* scsi: mvumi: use dma_set_maskChristoph Hellwig2018-11-151-1/+1
* scsi: mvumi: switch to generic DMA APIChristoph Hellwig2018-10-171-53/+36
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-19/+1
|\
| * scsi: mvumi: Using module_pci_driverYueHaibing2018-04-201-19/+1
* | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-1/+1
|/
* scsi: mvumi: remove code handling zero scsi_sg_count(scmd) caseAlexey Khoroshilov2017-04-241-59/+26
* scsi: mvumi: remove fake transport templateChristoph Hellwig2017-02-061-5/+1
* scsi: mvumi: use __maybe_unused to hide pm functionsArnd Bergmann2016-03-051-2/+2
* mvumi: 64bit value for seconds_since1970Tina Ruchandani2015-11-111-5/+5
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* scsi: use pci_zalloc_consistentJoe Perches2014-08-081-6/+3
* SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-2/+0
* [SCSI] mvumi: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4bMyron Stowe2013-04-151-2/+2
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+2
* [SCSI] mvumi: Add support for Marvell SAS/SATA RAID-on-Chip(ROC) 88RC9580Shun Fu2012-10-071-177/+916
* scsi: fix various printk and comment typosMasanari Iida2012-09-011-3/+3
* [SCSI] mvumi: Add Marvell UMI driverJianyun Li2011-08-271-0/+2018