summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-3/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* scsi: acornscsi: fix build errorArnd Bergmann2017-09-141-3/+3
* scsi: NCR5380: Move bus reset to host resetHannes Reinecke2017-08-252-2/+2
* scsi: acornscsi: move bus reset to host resetHannes Reinecke2017-08-251-5/+6
* scsi: ncr5380: Use correct types for DMA routinesFinn Thain2016-11-082-16/+23
* scsi: ncr5380: Expedite register pollingFinn Thain2016-11-081-0/+4
* scsi: ncr5380: Use correct types for device register accessorsFinn Thain2016-11-082-13/+13
* scsi: ncr5380: Store IO ports and addresses in host private dataFinn Thain2016-11-082-41/+42
* scsi: cumana_1: Remove unused cumanascsi_setup() functionFinn Thain2016-11-081-4/+0
* scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin2016-04-153-3/+3
* ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macrosFinn Thain2016-04-111-2/+0
* ncr5380: Merge DMA implementation from atari_NCR5380 core driverFinn Thain2016-04-112-2/+4
* ncr5380: Adopt uniform DMA setup conventionFinn Thain2016-04-112-4/+10
* ncr5380: Use DMA hooks for PDMAFinn Thain2016-04-112-8/+12