aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/esp_scsi.c
AgeCommit message (Expand)Author
2022-02-22scsi: esp_scsi: Stop using the SCSI pointerBart Van Assche
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2021-10-16scsi: esp_scsi: Call scsi_done() directlyBart Van Assche
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke
2021-03-24scsi: esp_scsi: Trivial typo fixesBhaskar Chowdhury
2021-01-22scsi: esp_scsi: Do not set SCSI message byteHannes Reinecke
2021-01-22scsi: esp_scsi: Use host byte as last argument to esp_cmd_is_done()Hannes Reinecke
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-19scsi: esp_scsi: Add support for FSC chipKars de Jong
2019-12-19scsi: esp_scsi: Correct ordering of PCSCSI definition in esp_rev enumKars de Jong
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-20scsi: esp: use sg helper to iterate over scatterlistMing Lei
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-10-17scsi: esp_scsi: Optimize PIO loopsFinn Thain
2018-10-17scsi: esp_scsi: De-duplicate PIO routinesFinn Thain
2018-10-17scsi: esp_scsi: Eliminate ESP_FLAG_DOING_SLOWCMDFinn Thain
2018-10-17scsi: esp_scsi: Grant disconnect privilege for untagged commandsFinn Thain
2018-10-17scsi: esp_scsi: Track residual for PIO transfersFinn Thain
2018-10-15scsi: esp_scsi: remove union in esp_cmd_privChristoph Hellwig
2018-10-15scsi: esp_scsi: move dma mapping into the core codeChristoph Hellwig
2018-10-15scsi: esp_scsi: remove the dev argument to scsi_esp_registerChristoph Hellwig
2017-08-10scsi: esp_scsi: Always clear msg_out_len after MESSAGE OUT phaseFinn Thain
2017-08-10scsi: esp_scsi: Avoid sending ABORT TASK SET messagesFinn Thain
2017-08-10scsi: esp_scsi: Clean up control flow and dead codeFinn Thain
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig
2015-01-09esp_scsi: remove check for ESP_MAX_TAGSHannes Reinecke
2014-11-24esp_scsi: enable CONFIG2_FENAB for am53c974Hannes Reinecke
2014-11-24esp_scsi: let DMA driver provide a config2 valuePaolo Bonzini
2014-11-24esp_scsi: correctly detect am53c974Hannes Reinecke
2014-11-24am53c974: BLAST residual handlingHannes Reinecke
2014-11-24esp_scsi: use FIFO for command submissionHannes Reinecke
2014-11-24esp_scsi: read status registersHannes Reinecke
2014-11-24esp_scsi: debug event and commandHannes Reinecke
2014-11-24esp_scsi: convert to dev_printkHannes Reinecke
2014-11-24esp_scsi: make number of tags configurableHannes Reinecke
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig
2013-08-01esp_scsi: Fix tag state corruption when autosensing.David S. Miller
2012-04-05scsi: Use vsprintf extention %pf with builtin_return_addressJoe Perches
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock
2011-05-01[SCSI] esp, scsi_tgt_lib, fcoe: use list_move() instead of list_del()/list_ad...Kirill A. Shutemov
2010-11-16SCSI host lock push-downJeff Garzik
2010-01-18[SCSI] mac_esp: fix PIO mode, take 2Finn Thain
2008-12-29[SCSI] esp_scsi: Use DIV_ROUND_UPJulia Lawall
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds