summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/esp_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska2024-03-061-1/+1
* scsi: esp_scsi: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: esp_scsi: Stop using the SCSI pointerBart Van Assche2022-02-221-3/+1
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-1/+1
* scsi: esp_scsi: Call scsi_done() directlyBart Van Assche2021-10-161-6/+4
* scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-3/+1
* scsi: esp_scsi: Trivial typo fixesBhaskar Chowdhury2021-03-241-2/+2
* scsi: esp_scsi: Do not set SCSI message byteHannes Reinecke2021-01-221-4/+1
* scsi: esp_scsi: Use host byte as last argument to esp_cmd_is_done()Hannes Reinecke2021-01-221-14/+10
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* scsi: esp_scsi: Add support for FSC chipKars de Jong2019-12-191-8/+12
* scsi: esp_scsi: Correct ordering of PCSCSI definition in esp_rev enumKars de Jong2019-12-191-1/+1
* Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-7/+13
|\
| * scsi: esp: use sg helper to iterate over scatterlistMing Lei2019-06-201-7/+13
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: esp_scsi: Optimize PIO loopsFinn Thain2018-10-171-6/+6
* scsi: esp_scsi: De-duplicate PIO routinesFinn Thain2018-10-171-0/+128
* scsi: esp_scsi: Eliminate ESP_FLAG_DOING_SLOWCMDFinn Thain2018-10-171-34/+23
* scsi: esp_scsi: Grant disconnect privilege for untagged commandsFinn Thain2018-10-171-10/+1
* scsi: esp_scsi: Track residual for PIO transfersFinn Thain2018-10-171-0/+1
* scsi: esp_scsi: remove union in esp_cmd_privChristoph Hellwig2018-10-151-6/+6
* scsi: esp_scsi: move dma mapping into the core codeChristoph Hellwig2018-10-151-33/+44
* scsi: esp_scsi: remove the dev argument to scsi_esp_registerChristoph Hellwig2018-10-151-4/+4
* scsi: esp_scsi: Always clear msg_out_len after MESSAGE OUT phaseFinn Thain2017-08-101-0/+2
* scsi: esp_scsi: Avoid sending ABORT TASK SET messagesFinn Thain2017-08-101-4/+7
* scsi: esp_scsi: Clean up control flow and dead codeFinn Thain2017-08-101-26/+14
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-1/+0
* esp_scsi: remove check for ESP_MAX_TAGSHannes Reinecke2015-01-091-2/+0
* esp_scsi: enable CONFIG2_FENAB for am53c974Hannes Reinecke2014-11-241-0/+2
* esp_scsi: let DMA driver provide a config2 valuePaolo Bonzini2014-11-241-33/+37
* esp_scsi: correctly detect am53c974Hannes Reinecke2014-11-241-1/+16
* am53c974: BLAST residual handlingHannes Reinecke2014-11-241-0/+29
* esp_scsi: use FIFO for command submissionHannes Reinecke2014-11-241-17/+29
* esp_scsi: read status registersHannes Reinecke2014-11-241-3/+5
* esp_scsi: debug event and commandHannes Reinecke2014-11-241-0/+15
* esp_scsi: convert to dev_printkHannes Reinecke2014-11-241-106/+106
* esp_scsi: make number of tags configurableHannes Reinecke2014-11-241-6/+6
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-1/+1
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-15/+2
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-3/+3
* scsi: remove abuses of scsi_populate_tagChristoph Hellwig2014-11-121-1/+1
* esp_scsi: Fix tag state corruption when autosensing.David S. Miller2013-08-011-6/+8
* scsi: Use vsprintf extention %pf with builtin_return_addressJoe Perches2012-04-051-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\
| * treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
* | [SCSI] esp, scsi_tgt_lib, fcoe: use list_move() instead of list_del()/list_ad...Kirill A. Shutemov2011-05-011-4/+2
|/
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* [SCSI] mac_esp: fix PIO mode, take 2Finn Thain2010-01-181-10/+4