summaryrefslogtreecommitdiff
path: root/drivers/scsi/arm
AgeCommit message (Expand)AuthorFilesLines
2023-03-25scsi: powertec: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-25scsi: oak: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-25scsi: eesox: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-25scsi: cumana: Declare SCSI host template constBart Van Assche2-2/+2
2023-03-25scsi: arxescsi: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-25scsi: acornscsi: Declare SCSI host template constBart Van Assche1-1/+1
2022-02-23scsi: arm: Move the SCSI pointer to private command dataBart Van Assche4-29/+56
2022-02-23scsi: arm: Rename arm/scsi.h into arm/arm_scsi.hBart Van Assche6-8/+6
2022-02-23scsi: NCR5380: Remove the NCR5380_CMD_SIZE macroBart Van Assche2-2/+2
2022-02-23scsi: Remove drivers/scsi/scsi.hBart Van Assche7-7/+35
2021-10-17scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2-17/+7
2021-10-17scsi: fas216: Introduce the function fas216_queue_command_internal()Bart Van Assche1-4/+10
2021-10-17scsi: fas216: Stop using scsi_cmnd.scsi_doneBart Van Assche1-4/+4
2021-10-17scsi: fas216: Introduce struct fas216_cmd_privBart Van Assche5-1/+14
2021-10-17scsi: acornscsi: Call scsi_done() directlyBart Van Assche1-5/+1
2021-10-05scsi: acornscsi: Remove scsi_cmd_to_tag() referenceJohn Garry1-1/+1
2021-09-22scsi: acornscsi: Remove tagged queuing vestigesHannes Reinecke3-93/+23
2021-09-22scsi: fas216: Kill scmd->tagHannes Reinecke1-23/+8
2021-07-29scsi: fas216: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-29scsi: acornscsi: Fix fall-through warning for clangGustavo A. R. Silva1-0/+1
2021-07-13scsi: fas216: Fix a build errorBart Van Assche1-1/+1
2021-06-01scsi: fas216: Use get_status_byte() to avoid using Linux-specific status codesHannes Reinecke1-3/+3
2021-06-01scsi: fas216: Translate message to host byte statusHannes Reinecke1-4/+5
2021-06-01scsi: acornscsi: Translate message byte to host byteHannes Reinecke1-9/+12
2021-06-01scsi: acornscsi: Remove acornscsi_reportstatus()Hannes Reinecke1-25/+0
2021-05-22scsi: fas216: Use fallthrough pseudo-keywordWei Ming Chen1-1/+1
2021-01-23scsi: acornscsi: Use standard definesHannes Reinecke1-12/+2
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-17/+22
2020-09-23scsi: oak: Remove redundant initialization of variable retJing Xiangfeng1-1/+1
2020-09-03scsi: arm: Avoid comma separated statementsJoe Perches3-16/+21
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-07-03scsi: eesox: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET1-1/+1
2020-07-03scsi: powertec: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET1-1/+1
2020-06-27scsi: cumana_2: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET1-1/+1
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+3
2020-06-10scsi: acornscsi: Fix an error handling path in acornscsi_probe()Christophe JAILLET1-1/+3
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-3/+3
2019-10-25scsi: Fix various misspellings of "connect"Geert Uytterhoeven1-2/+2
2019-08-10scsi: fas216: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner13-52/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner3-0/+3
2018-12-19scsi: remove the use_clustering flagChristoph Hellwig4-4/+4
2018-12-19scsi: powertec: remove the explicit use_clustering settingChristoph Hellwig1-1/+0
2018-12-19scsi: cumana_2: remove the explicit use_clustering settingChristoph Hellwig1-1/+0
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-01-23scsi: fas216: fix sense buffer initializationArnd Bergmann1-1/+1
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3