Age | Commit message (Expand) | Author | Files | Lines |
2022-02-23 | scsi: mvumi: Stop using the SCSI pointer | Bart Van Assche | 1 | -4/+5 |
2021-10-17 | scsi: mvumi: Call scsi_done() directly | Bart Van Assche | 1 | -2/+2 |
2021-08-12 | scsi: mvumi: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 1 | -1/+1 |
2021-06-01 | scsi: core: Do not use DRIVER_INVALID | Hannes Reinecke | 1 | -2/+2 |
2021-06-01 | scsi: core: Kill DRIVER_SENSE | Hannes Reinecke | 1 | -1/+0 |
2021-06-01 | scsi: core: Introduce scsi_build_sense() | Hannes Reinecke | 1 | -4/+1 |
2021-03-19 | scsi: mvumi: Fix formatting and doc-rot issues | Lee Jones | 1 | -2/+3 |
2021-03-19 | scsi: mvumi: Use true and false for bool variable | Jiapeng Chong | 1 | -2/+2 |
2020-11-26 | scsi: mvumi: Update function description | Vaibhav Gupta | 1 | -1/+1 |
2020-11-26 | scsi: mvumi: Use generic power management | Vaibhav Gupta | 1 | -37/+9 |
2020-11-26 | scsi: mvumi: Drop PCI Wakeup calls from .resume | Vaibhav Gupta | 1 | -1/+0 |
2020-10-27 | scsi: Remove unneeded break statements | Tom Rix | 1 | -1/+0 |
2020-10-03 | scsi: mvumi: Fix error return in mvumi_io_attach() | Jing Xiangfeng | 1 | -0/+1 |
2019-07-12 | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -6/+5 |
2019-06-20 | scsi: mvumi: use sg helper to iterate over scatterlist | Ming Lei | 1 | -6/+5 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167 | Thomas Gleixner | 1 | -17/+1 |
2019-03-20 | scsi: mvumi: Stop using plain integer as NULL pointer | YueHaibing | 1 | -3/+3 |
2019-03-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -3/+2 |
2019-02-27 | scsi: mvumi: use request tag instead of serial_number | Hannes Reinecke | 1 | -3/+2 |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 1 | -4/+5 |
2018-12-19 | scsi: remove the use_clustering flag | Christoph Hellwig | 1 | -1/+1 |
2018-12-19 | scsi: make sure all drivers set the use_clustering flag | Christoph Hellwig | 1 | -0/+1 |
2018-11-15 | scsi: mvumi: use dma_set_mask | Christoph Hellwig | 1 | -1/+1 |
2018-10-18 | scsi: mvumi: switch to generic DMA API | Christoph Hellwig | 1 | -53/+36 |
2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -19/+1 |
2018-05-29 | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE | Christoph Hellwig | 1 | -1/+1 |
2018-04-21 | scsi: mvumi: Using module_pci_driver | YueHaibing | 1 | -19/+1 |
2017-04-25 | scsi: mvumi: remove code handling zero scsi_sg_count(scmd) case | Alexey Khoroshilov | 1 | -59/+26 |
2017-02-07 | scsi: mvumi: remove fake transport template | Christoph Hellwig | 1 | -5/+1 |
2016-03-06 | scsi: mvumi: use __maybe_unused to hide pm functions | Arnd Bergmann | 1 | -2/+2 |
2015-11-12 | mvumi: 64bit value for seconds_since1970 | Tina Ruchandani | 1 | -5/+5 |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
2014-08-09 | scsi: use pci_zalloc_consistent | Joe Perches | 1 | -6/+3 |
2013-10-14 | SCSI: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -2/+0 |
2013-04-16 | [SCSI] mvumi: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4b | Myron Stowe | 1 | -2/+2 |
2013-01-04 | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -3/+2 |
2012-10-07 | [SCSI] mvumi: Add support for Marvell SAS/SATA RAID-on-Chip(ROC) 88RC9580 | Shun Fu | 1 | -177/+916 |
2012-09-01 | scsi: fix various printk and comment typos | Masanari Iida | 1 | -3/+3 |
2011-08-27 | [SCSI] mvumi: Add Marvell UMI driver | Jianyun Li | 1 | -0/+2018 |