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