summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* ncr5380: Remove PSEUDO_DMA macroFinn Thain2016-04-112-4/+1
* ncr5380: Disable the DMA errata workaround flag by defaultFinn Thain2016-04-112-2/+2
* scsi: fas216: avoid fas216_log_setup for loadable moduleArnd Bergmann2016-02-231-0/+2
* scsi: acornscsi: mark calc_sync_xfer as __maybe_unusedArnd Bergmann2016-02-231-1/+2
* ncr5380: Fix soft lockupsFinn Thain2016-01-062-0/+2
* ncr5380: Use standard list data structureFinn Thain2016-01-062-0/+2
* ncr5380: Remove command list debug codeFinn Thain2016-01-061-2/+0
* ncr5380: Cleanup #include directivesFinn Thain2016-01-062-6/+0
* ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macroFinn Thain2016-01-062-0/+5
* ncr5380: Introduce unbound workqueueFinn Thain2016-01-062-4/+12
* ncr5380: Cleanup bogus {request,release}_region() callsFinn Thain2016-01-061-6/+0