aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-22scsi: fas216: fix sense buffer initializationArnd Bergmann1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14scsi: acornscsi: fix build errorArnd Bergmann1-3/+3
2017-08-25scsi: NCR5380: Move bus reset to host resetHannes Reinecke2-2/+2
2017-08-25scsi: acornscsi: move bus reset to host resetHannes Reinecke1-5/+6
2016-11-08scsi: ncr5380: Use correct types for DMA routinesFinn Thain2-16/+23
2016-11-08scsi: ncr5380: Expedite register pollingFinn Thain1-0/+4
2016-11-08scsi: ncr5380: Use correct types for device register accessorsFinn Thain2-13/+13
2016-11-08scsi: ncr5380: Store IO ports and addresses in host private dataFinn Thain2-41/+42
2016-11-08scsi: cumana_1: Remove unused cumanascsi_setup() functionFinn Thain1-4/+0
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin3-3/+3
2016-04-11ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macrosFinn Thain1-2/+0
2016-04-11ncr5380: Merge DMA implementation from atari_NCR5380 core driverFinn Thain2-2/+4
2016-04-11ncr5380: Adopt uniform DMA setup conventionFinn Thain2-4/+10
2016-04-11ncr5380: Use DMA hooks for PDMAFinn Thain2-8/+12
2016-04-11ncr5380: Remove PSEUDO_DMA macroFinn Thain2-4/+1
2016-04-11ncr5380: Disable the DMA errata workaround flag by defaultFinn Thain2-2/+2
2016-02-23scsi: fas216: avoid fas216_log_setup for loadable moduleArnd Bergmann1-0/+2
2016-02-23scsi: acornscsi: mark calc_sync_xfer as __maybe_unusedArnd Bergmann1-1/+2
2016-01-06ncr5380: Fix soft lockupsFinn Thain2-0/+2
2016-01-06ncr5380: Use standard list data structureFinn Thain2-0/+2
2016-01-06ncr5380: Remove command list debug codeFinn Thain1-2/+0
2016-01-06ncr5380: Cleanup #include directivesFinn Thain2-6/+0
2016-01-06ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macroFinn Thain2-0/+5
2016-01-06ncr5380: Introduce unbound workqueueFinn Thain2-4/+12
2016-01-06ncr5380: Cleanup bogus {request,release}_region() callsFinn Thain1-6/+0
2016-01-06ncr5380: Split NCR5380_init() into two functionsFinn Thain2-0/+4
2016-01-06ncr5380: Remove NCR5380_local_declare and NCR5380_setup macrosFinn Thain2-8/+7
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke3-3/+0
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes1-3/+3
2014-11-20ncr5380: Drop legacy scsi.h includeFinn Thain2-2/+0
2014-11-20ncr5380: Remove *_RELEASE macrosFinn Thain2-4/+0
2014-11-20ncr5380: Move static PDMA spin counters to host dataFinn Thain1-2/+0
2014-11-20ncr5380: Cleanup host info() methodsFinn Thain2-26/+2
2014-11-20ncr5380: Fix SCSI_IRQ_NONE bugsFinn Thain1-1/+1
2014-11-20ncr5380: Remove redundant AUTOSENSE macroFinn Thain2-2/+0
2014-11-20ncr5380: Remove unused macrosFinn Thain1-1/+0
2014-11-12scsi: Remove scsi_print_command when calling abortHannes Reinecke1-7/+3
2014-11-12scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke1-1/+1
2014-11-12fas216: update logging messagesHannes Reinecke1-15/+11
2014-11-12fas216: return DID_ERROR for incomplete data transferHannes Reinecke1-2/+1
2014-11-12acornscsi: use scsi_print_command()Hannes Reinecke1-6/+6
2014-07-17scsi: use 64-bit LUNsHannes Reinecke3-10/+18
2014-05-28acornscsi: remove linked command supportPaul Bolle1-53/+0
2014-05-28scsi/NCR5380: remove unused BOARD_NORMAL and BOARD_NCR53C400Finn Thain2-6/+0
2014-03-19[SCSI] remove deprecated IRQF_DISABLED from SCSIMichael Opdenacker4-4/+4
2013-04-09acornscsi: switch to ->show_info()Al Viro1-41/+17
2013-04-09fas216: switch to ->show_info()Al Viro6-142/+49