aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/wd719x.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24scsi: wd719x: Declare SCSI host template constGravatar Bart Van Assche 1-1/+1
2022-03-01scsi: wd719x: Return proper error code when dma_set_mask() failsGravatar Zheyu Ma 1-1/+2
2022-02-22scsi: wd719x: Stop using the SCSI pointerGravatar Bart Van Assche 1-6/+6
2021-10-16scsi: wd719x: Call scsi_done() directlyGravatar Bart Van Assche 1-2/+2
2021-08-16scsi: wd719: Stop using scsi_cmnd.tagGravatar John Garry 1-3/+5
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-12/+30
2019-06-20scsi: wd719x: Fix resets and abortsGravatar Ondrej Zary 1-12/+30
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2018-11-15scsi: wd719x: always use generic DMA APIGravatar Christoph Hellwig 1-15/+17
2018-11-15scsi: wd719x: use per-command private dataGravatar Christoph Hellwig 1-56/+42
2018-11-15scsi: wd719x: there should be no active SCBs on removalGravatar Christoph Hellwig 1-3/+2
2018-05-01scsi: wd719x: Use module_pci_driverGravatar YueHaibing 1-12/+1
2017-12-04scsi: wd719x: make card_types static const, shrinks object sizeGravatar Colin Ian King 1-1/+3
2016-09-01drivers/scsi/wd719x.c: remove last declaration using DEFINE_PCI_DEVICE_TABLEGravatar Joe Perches 1-1/+1
2015-08-07[SCSI] Fix printk typos in drivers/scsiGravatar Masanari Iida 1-1/+1
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateGravatar Hannes Reinecke 1-1/+0
2015-02-15wd719x: add missing .module to wd719x_templateGravatar Ondrej Zary 1-0/+1
2014-11-27wd719x: remove dma_cache_sync callGravatar Ondrej Zary 1-2/+0
2014-11-25wd719x: Introduce Western Digital WD7193/7197/7296 PCI SCSI card driverGravatar Ondrej Zary 1-0/+998