summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arm
AgeCommit message (Expand)Author
2021-01-22scsi: acornscsi: Use standard definesHannes Reinecke
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-09-22scsi: oak: Remove redundant initialization of variable retJing Xiangfeng
2020-09-02scsi: arm: Avoid comma separated statementsJoe Perches
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-02scsi: eesox: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET
2020-07-02scsi: powertec: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET
2020-06-26scsi: cumana_2: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-06-10scsi: acornscsi: Fix an error handling path in acornscsi_probe()Christophe JAILLET
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2019-10-24scsi: Fix various misspellings of "connect"Geert Uytterhoeven
2019-08-09scsi: fas216: Mark expected switch fall-throughsGustavo A. R. Silva
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig
2018-12-18scsi: powertec: remove the explicit use_clustering settingChristoph Hellwig
2018-12-18scsi: cumana_2: remove the explicit use_clustering settingChristoph Hellwig
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-01-22scsi: fas216: fix sense buffer initializationArnd Bergmann
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14scsi: acornscsi: fix build errorArnd Bergmann
2017-08-25scsi: NCR5380: Move bus reset to host resetHannes Reinecke
2017-08-25scsi: acornscsi: move bus reset to host resetHannes Reinecke
2016-11-08scsi: ncr5380: Use correct types for DMA routinesFinn Thain
2016-11-08scsi: ncr5380: Expedite register pollingFinn Thain
2016-11-08scsi: ncr5380: Use correct types for device register accessorsFinn Thain
2016-11-08scsi: ncr5380: Store IO ports and addresses in host private dataFinn Thain
2016-11-08scsi: cumana_1: Remove unused cumanascsi_setup() functionFinn Thain
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin
2016-04-11ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macrosFinn Thain
2016-04-11ncr5380: Merge DMA implementation from atari_NCR5380 core driverFinn Thain
2016-04-11ncr5380: Adopt uniform DMA setup conventionFinn Thain
2016-04-11ncr5380: Use DMA hooks for PDMAFinn Thain
2016-04-11ncr5380: Remove PSEUDO_DMA macroFinn Thain
2016-04-11ncr5380: Disable the DMA errata workaround flag by defaultFinn Thain
2016-02-23scsi: fas216: avoid fas216_log_setup for loadable moduleArnd Bergmann
2016-02-23scsi: acornscsi: mark calc_sync_xfer as __maybe_unusedArnd Bergmann
2016-01-06ncr5380: Fix soft lockupsFinn Thain
2016-01-06ncr5380: Use standard list data structureFinn Thain
2016-01-06ncr5380: Remove command list debug codeFinn Thain
2016-01-06ncr5380: Cleanup #include directivesFinn Thain
2016-01-06ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macroFinn Thain
2016-01-06ncr5380: Introduce unbound workqueueFinn Thain
2016-01-06ncr5380: Cleanup bogus {request,release}_region() callsFinn Thain