aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arm
AgeCommit message (Expand)AuthorFilesLines
2023-03-24scsi: powertec: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-24scsi: oak: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-24scsi: eesox: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-24scsi: cumana: Declare SCSI host template constBart Van Assche2-2/+2
2023-03-24scsi: arxescsi: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-24scsi: acornscsi: Declare SCSI host template constBart Van Assche1-1/+1
2022-02-22scsi: arm: Move the SCSI pointer to private command dataBart Van Assche4-29/+56
2022-02-22scsi: arm: Rename arm/scsi.h into arm/arm_scsi.hBart Van Assche6-8/+6
2022-02-22scsi: NCR5380: Remove the NCR5380_CMD_SIZE macroBart Van Assche2-2/+2
2022-02-22scsi: Remove drivers/scsi/scsi.hBart Van Assche7-7/+35
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2-17/+7
2021-10-16scsi: fas216: Introduce the function fas216_queue_command_internal()Bart Van Assche1-4/+10
2021-10-16scsi: fas216: Stop using scsi_cmnd.scsi_doneBart Van Assche1-4/+4
2021-10-16scsi: fas216: Introduce struct fas216_cmd_privBart Van Assche5-1/+14
2021-10-16scsi: acornscsi: Call scsi_done() directlyBart Van Assche1-5/+1
2021-10-04scsi: 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-12scsi: fas216: Fix a build errorBart Van Assche1-1/+1
2021-05-31scsi: fas216: Use get_status_byte() to avoid using Linux-specific status codesHannes Reinecke1-3/+3
2021-05-31scsi: fas216: Translate message to host byte statusHannes Reinecke1-4/+5
2021-05-31scsi: acornscsi: Translate message byte to host byteHannes Reinecke1-9/+12
2021-05-31scsi: acornscsi: Remove acornscsi_reportstatus()Hannes Reinecke1-25/+0
2021-05-21scsi: fas216: Use fallthrough pseudo-keywordWei Ming Chen1-1/+1
2021-01-22scsi: acornscsi: Use standard definesHannes Reinecke1-12/+2
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-17/+22
2020-09-22scsi: oak: Remove redundant initialization of variable retJing Xiangfeng1-1/+1
2020-09-02scsi: arm: Avoid comma separated statementsJoe Perches3-16/+21
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-07-02scsi: eesox: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET1-1/+1
2020-07-02scsi: powertec: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET1-1/+1
2020-06-26scsi: 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-24scsi: Fix various misspellings of "connect"Geert Uytterhoeven1-2/+2
2019-08-09scsi: 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-18scsi: remove the use_clustering flagChristoph Hellwig4-4/+4
2018-12-18scsi: powertec: remove the explicit use_clustering settingChristoph Hellwig1-1/+0
2018-12-18scsi: cumana_2: remove the explicit use_clustering settingChristoph Hellwig1-1/+0
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
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
2013-04-09NCR5830: switch to ->show_info()Al Viro2-3/+4
2013-01-21drivers/scsi/arm: remove depends on CONFIG_EXPERIMENTALKees Cook1-5/+5
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman7-28/+24
2012-10-19Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2-1/+2
2012-10-09SCSI: ARM: make fas216_dumpinfo function conditionalArnd Bergmann1-1/+1
2012-10-09SCSI: ARM: ncr5380/oak uses no interruptsArnd Bergmann1-0/+1
2012-09-19scsi: eesox: use __iomem pointers for MMIOArnd Bergmann1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds3-3/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells3-3/+0
2012-03-24ARM: ecard: get rid of NO_IRQ madnessRussell King3-7/+3
2011-03-31Fix common misspellingsLucas De Marchi8-16/+16
2010-11-23SCSI: arm fas216: fix missing ';'Russell King1-1/+1
2010-11-16SCSI host lock push-downJeff Garzik3-14/+18
2010-02-18ARM: 5944/1: scsi: fix timer setup in fas216.cGuennadi Liakhovetski1-1/+1
2009-03-28Merge branch 'master' into develRussell King1-1/+1
2009-03-24[ARM] cumana: Fix a long standing bogonAlan Cox1-1/+1
2008-12-11[ARM] dma: Use sensible DMA parameters for Acorn driversRussell King3-3/+6
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-07-03[ARM] rpc: acornscsi: update to new style ecard driverRussell King2-94/+75
2008-07-03[ARM] rpc: acornscsi: stop using private __stringify()Russell King1-8/+3
2008-07-03[ARM] rpc: acornscsi: convert hardware accessors to take 'AS_Host *'Russell King1-123/+120
2008-07-03[ARM] rpc: acornscsi: fixup abort/reset methods, fix build errorsRussell King3-30/+16
2008-07-03[ARM] rpc: acornscsi: remove unused 'ADDR' macroRussell King1-13/+0
2008-04-07[SCSI] Remove random noop unchecked_isa_dma usersAndi Kleen2-2/+0
2008-02-18[SCSI] fas216: fix up the previous fas216 commitJames Bottomley1-1/+1
2008-02-11[SCSI] fas216: Use scsi_eh API for REQUEST_SENSE invocationBoaz Harrosh2-13/+6
2008-02-07[SCSI] arm: convert to accessors and !use_sg cleanupBoaz Harrosh2-43/+58
2007-10-31[ARM] Fix an rpc_defconfig regressionRussell King1-6/+2
2007-07-31Remove the arm26 portAdrian Bunk3-176/+0
2007-07-20[ARM] rpc: update Acorn SCSI drivers to modern ecard interfacesRussell King3-248/+185
2007-05-11[ARM] ecard: add ecardm_iomap() / ecardm_iounmap()Russell King4-40/+8
2007-05-11[ARM] ecard: add helper function for setting ecard irq opsRussell King3-6/+6
2007-03-04[ARM] ARM SCSI: Don't try to dma_map_sg too many scatterlist entriesRussell King3-6/+7
2007-03-04[ARM] ARM FAS216: don't modify scsi_cmnd request_bufflenRussell King2-4/+7
2007-02-17Storage class should be before const qualifierTobias Klauser1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau9-9/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells4-10/+5
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds7-97/+108
2006-10-03[SCSI] scsi: Scsi_Cmnd convertion in arm subtreeHenne7-97/+108
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-08-06[ARM] Fix Acorn platform SCSI driver build failuresRussell King1-1/+1
2006-08-06[ARM] Fix NCR5380-based SCSI card buildRussell King1-0/+3
2006-07-26[PATCH] fix compile regression for a few scsi driversChristoph Hellwig1-1/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner4-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] More BUG_ON conversionEric Sesterhenn1-4/+2
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell3-3/+3
2006-01-09[ARM] Remove asm/irq.h includes from ARM driversRussell King6-6/+0
2005-12-15[SCSI] Rename scsi_print_msg to spi_print_msgMatthew Wilcox1-3/+4
2005-12-15[SCSI] Move scsi_print_msg to SPI classMatthew Wilcox1-0/+1
2005-11-09[SCSI] remove Scsi_Device typedefChristoph Hellwig2-3/+3
2005-11-09[SCSI] remove Scsi_Pointer typedefChristoph Hellwig9-24/+24
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig8-8/+8
2005-11-07[PATCH] kfree cleanup: drivers/scsiJesper Juhl1-2/+1
2005-10-30[PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman1-3/+3
2005-08-23[PATCH] Kconfig fix (acornscsi)Al Viro1-1/+1
2005-06-20[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...Yani Ioannou2-4/+4
2005-06-17[SCSI] allow sleeping in ->eh_host_reset_handler()Jeff Garzik1-0/+3
2005-06-17[SCSI] Remove no-op implementations of SCSI EH hooksJeff Garzik3-6/+0
2005-04-18[PATCH] remove old scsi data direction macros1-1/+1
2005-04-18[PATCH] remove outdated print_* functions3-9/+11
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds19-0/+10881