summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arm
Commit message (Expand)AuthorAgeFilesLines
* scsi: powertec: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: oak: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: eesox: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: cumana: Declare SCSI host template constBart Van Assche2023-03-242-2/+2
* scsi: arxescsi: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: acornscsi: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: arm: Move the SCSI pointer to private command dataBart Van Assche2022-02-224-29/+56
* scsi: arm: Rename arm/scsi.h into arm/arm_scsi.hBart Van Assche2022-02-226-8/+6
* scsi: NCR5380: Remove the NCR5380_CMD_SIZE macroBart Van Assche2022-02-222-2/+2
* scsi: Remove drivers/scsi/scsi.hBart Van Assche2022-02-227-7/+35
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-162-17/+7
* scsi: fas216: Introduce the function fas216_queue_command_internal()Bart Van Assche2021-10-161-4/+10
* scsi: fas216: Stop using scsi_cmnd.scsi_doneBart Van Assche2021-10-161-4/+4
* scsi: fas216: Introduce struct fas216_cmd_privBart Van Assche2021-10-165-1/+14
* scsi: acornscsi: Call scsi_done() directlyBart Van Assche2021-10-161-5/+1
* scsi: acornscsi: Remove scsi_cmd_to_tag() referenceJohn Garry2021-10-041-1/+1
* scsi: acornscsi: Remove tagged queuing vestigesHannes Reinecke2021-09-223-93/+23
* scsi: fas216: Kill scmd->tagHannes Reinecke2021-09-221-23/+8
* scsi: fas216: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-291-0/+1
* scsi: acornscsi: Fix fall-through warning for clangGustavo A. R. Silva2021-07-291-0/+1
* scsi: fas216: Fix a build errorBart Van Assche2021-07-121-1/+1
* scsi: fas216: Use get_status_byte() to avoid using Linux-specific status codesHannes Reinecke2021-05-311-3/+3
* scsi: fas216: Translate message to host byte statusHannes Reinecke2021-05-311-4/+5
* scsi: acornscsi: Translate message byte to host byteHannes Reinecke2021-05-311-9/+12
* scsi: acornscsi: Remove acornscsi_reportstatus()Hannes Reinecke2021-05-311-25/+0
* scsi: fas216: Use fallthrough pseudo-keywordWei Ming Chen2021-05-211-1/+1
* scsi: acornscsi: Use standard definesHannes Reinecke2021-01-221-12/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-144-17/+22
|\
| * scsi: oak: Remove redundant initialization of variable retJing Xiangfeng2020-09-221-1/+1
| * scsi: arm: Avoid comma separated statementsJoe Perches2020-09-023-16/+21
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-6/+6
|/
* scsi: eesox: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET2020-07-021-1/+1
* scsi: powertec: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET2020-07-021-1/+1
* scsi: cumana_2: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET2020-06-261-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-131-1/+3
|\
| * scsi: acornscsi: Fix an error handling path in acornscsi_probe()Christophe JAILLET2020-06-101-1/+3
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-093-3/+3
|/
* scsi: Fix various misspellings of "connect"Geert Uytterhoeven2019-10-241-2/+2
* scsi: fas216: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1913-52/+13
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-213-0/+3
* scsi: remove the use_clustering flagChristoph Hellwig2018-12-184-4/+4
* scsi: powertec: remove the explicit use_clustering settingChristoph Hellwig2018-12-181-1/+0
* scsi: cumana_2: remove the explicit use_clustering settingChristoph Hellwig2018-12-181-1/+0
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* scsi: fas216: fix sense buffer initializationArnd Bergmann2018-01-221-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3