summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/stex.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: stex: Fix gcc 13 warningsBart Van Assche2023-05-311-0/+4
* scsi: stex: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: stex: Properly zero out the passthrough command structureLinus Torvalds2022-09-251-8/+9
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-2/+2
* scsi: stex: Call scsi_done() directlyBart Van Assche2021-10-161-4/+2
* scsi: stex: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-3/+3
* scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-2/+2
* scsi: core: Introduce scsi_build_sense()Hannes Reinecke2021-05-311-4/+1
* scsi: stex: Do not set COMMAND_COMPLETEHannes Reinecke2021-01-221-12/+13
* scsi: stex: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-021-0/+1
* scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-111-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* 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: stex: use dma_set_mask_and_coherentChristoph Hellwig2018-11-151-14/+3
* scsi: stex: make S6flag staticColin Ian King2017-04-261-1/+1
* scsi: stex: Add S6 supportCharles2017-03-151-2/+23
* scsi: stex: Support Pegasus 3 productCharles2017-03-151-67/+195
* stex: Add S3/S4 supportCharles2016-02-231-3/+65
* stex: Add hotplug supportCharles2016-02-231-19/+34
* stex: Support to Pegasus series.Charles2016-02-231-6/+26
* stex: Remove use of struct timevalTina Ruchandani2015-11-091-10/+3
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-8/+0
* scsi: don't force tagged_supported in driversChristoph Hellwig2014-11-121-11/+0
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-2/+0
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-8/+2
* scsi: Remove scsi_print_command when calling abortHannes Reinecke2014-11-121-6/+3
* SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-2/+0
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+2
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] stex: fix scan of nonexistent lunEd Lin2010-01-041-0/+5
* [SCSI] stex: update version to 4.6.0000.4Ed Lin2009-10-291-4/+4
* [SCSI] stex: add support for reset request from firmwareEd Lin2009-10-291-83/+166
* [SCSI] stex: add small dma buffer supportEd Lin2009-10-291-5/+20
* [SCSI] stex: Add reset code for st_yel (v2)Ed Lin2009-09-051-4/+29
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* [SCSI] stex: update version to 4.6.0000.3Ed Lin2009-04-031-5/+5
* [SCSI] stex: add new 6G controller supportEd Lin2009-04-031-31/+351
* [SCSI] stex: use config struct for parameters of different controllersEd Lin2009-04-031-76/+125
* [SCSI] stex: add MSI supportEd Lin2009-04-031-5/+43
* [SCSI] stex: small code fixes and changesEd Lin2009-04-031-65/+60
* [SCSI] stex: Version updateEd Lin - PTU2009-03-121-3/+3
* [SCSI] stex: Small fixesEd Lin - PTU2009-03-121-6/+22
* [SCSI] stex: Fix for controller type st_yosemiteEd Lin - PTU2009-03-121-61/+3
* [SCSI] stex: Add new device idEd Lin - PTU2009-03-121-2/+6
* [SCSI] stex: Fix for potential invalid responseEd Lin - PTU2009-03-121-0/+1
* [SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()Arjan van de Ven2008-12-291-2/+1
* [SCSI] stex: switch to block timeoutJames Bottomley2008-12-011-1/+1