| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 3 | -0/+3 |
* | scsi: remove the use_clustering flag | Christoph Hellwig | 2018-12-19 | 4 | -4/+4 |
* | scsi: powertec: remove the explicit use_clustering setting | Christoph Hellwig | 2018-12-19 | 1 | -1/+0 |
* | scsi: cumana_2: remove the explicit use_clustering setting | Christoph Hellwig | 2018-12-19 | 1 | -1/+0 |
* | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-19 | 1 | -1/+0 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | scsi: fas216: fix sense buffer initialization | Arnd Bergmann | 2018-01-23 | 1 | -1/+1 |
* | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-22 | 1 | -3/+3 |
* | treewide: init_timer() -> setup_timer() | Kees Cook | 2017-11-22 | 1 | -3/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | scsi: acornscsi: fix build error | Arnd Bergmann | 2017-09-15 | 1 | -3/+3 |
* | scsi: NCR5380: Move bus reset to host reset | Hannes Reinecke | 2017-08-25 | 2 | -2/+2 |
* | scsi: acornscsi: move bus reset to host reset | Hannes Reinecke | 2017-08-25 | 1 | -5/+6 |
* | scsi: ncr5380: Use correct types for DMA routines | Finn Thain | 2016-11-08 | 2 | -16/+23 |
* | scsi: ncr5380: Expedite register polling | Finn Thain | 2016-11-08 | 1 | -0/+4 |
* | scsi: ncr5380: Use correct types for device register accessors | Finn Thain | 2016-11-08 | 2 | -13/+13 |
* | scsi: ncr5380: Store IO ports and addresses in host private data | Finn Thain | 2016-11-08 | 2 | -41/+42 |
* | scsi: cumana_1: Remove unused cumanascsi_setup() function | Finn Thain | 2016-11-08 | 1 | -4/+0 |
* | scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS | Ming Lin | 2016-04-15 | 3 | -3/+3 |
* | ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros | Finn Thain | 2016-04-11 | 1 | -2/+0 |
* | ncr5380: Merge DMA implementation from atari_NCR5380 core driver | Finn Thain | 2016-04-11 | 2 | -2/+4 |
* | ncr5380: Adopt uniform DMA setup convention | Finn Thain | 2016-04-11 | 2 | -4/+10 |
* | ncr5380: Use DMA hooks for PDMA | Finn Thain | 2016-04-11 | 2 | -8/+12 |
* | ncr5380: Remove PSEUDO_DMA macro | Finn Thain | 2016-04-11 | 2 | -4/+1 |
* | ncr5380: Disable the DMA errata workaround flag by default | Finn Thain | 2016-04-11 | 2 | -2/+2 |
* | scsi: fas216: avoid fas216_log_setup for loadable module | Arnd Bergmann | 2016-02-24 | 1 | -0/+2 |
* | scsi: acornscsi: mark calc_sync_xfer as __maybe_unused | Arnd Bergmann | 2016-02-24 | 1 | -1/+2 |
* | ncr5380: Fix soft lockups | Finn Thain | 2016-01-07 | 2 | -0/+2 |
* | ncr5380: Use standard list data structure | Finn Thain | 2016-01-07 | 2 | -0/+2 |
* | ncr5380: Remove command list debug code | Finn Thain | 2016-01-07 | 1 | -2/+0 |
* | ncr5380: Cleanup #include directives | Finn Thain | 2016-01-07 | 2 | -6/+0 |
* | ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro | Finn Thain | 2016-01-07 | 2 | -0/+5 |
* | ncr5380: Introduce unbound workqueue | Finn Thain | 2016-01-07 | 2 | -4/+12 |
* | ncr5380: Cleanup bogus {request,release}_region() calls | Finn Thain | 2016-01-07 | 1 | -6/+0 |
* | ncr5380: Split NCR5380_init() into two functions | Finn Thain | 2016-01-07 | 2 | -0/+4 |
* | ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros | Finn Thain | 2016-01-07 | 2 | -8/+7 |
* | scsi: Do not set cmd_per_lun to 1 in the host template | Hannes Reinecke | 2015-06-01 | 3 | -3/+0 |
* | scsi: replace seq_printf with seq_puts | Rasmus Villemoes | 2015-02-02 | 1 | -3/+3 |
* | ncr5380: Drop legacy scsi.h include | Finn Thain | 2014-11-20 | 2 | -2/+0 |
* | ncr5380: Remove *_RELEASE macros | Finn Thain | 2014-11-20 | 2 | -4/+0 |
* | ncr5380: Move static PDMA spin counters to host data | Finn Thain | 2014-11-20 | 1 | -2/+0 |
* | ncr5380: Cleanup host info() methods | Finn Thain | 2014-11-20 | 2 | -26/+2 |
* | ncr5380: Fix SCSI_IRQ_NONE bugs | Finn Thain | 2014-11-20 | 1 | -1/+1 |
* | ncr5380: Remove redundant AUTOSENSE macro | Finn Thain | 2014-11-20 | 2 | -2/+0 |
* | ncr5380: Remove unused macros | Finn Thain | 2014-11-20 | 1 | -1/+0 |
* | scsi: Remove scsi_print_command when calling abort | Hannes Reinecke | 2014-11-12 | 1 | -7/+3 |
* | scsi: repurpose the last argument from print_opcode_name() | Hannes Reinecke | 2014-11-12 | 1 | -1/+1 |
* | fas216: update logging messages | Hannes Reinecke | 2014-11-12 | 1 | -15/+11 |
* | fas216: return DID_ERROR for incomplete data transfer | Hannes Reinecke | 2014-11-12 | 1 | -2/+1 |