Age | Commit message (Expand) | Author | Files | Lines |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2018-12-19 | scsi: remove the use_clustering flag | Christoph Hellwig | 1 | -1/+1 |
2017-08-26 | scsi: NCR5380: Move bus reset to host reset | Hannes Reinecke | 1 | -2/+2 |
2017-08-25 | scsi: ncr5380: constify pnp_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-07 | scsi: g_NCR5380: Two DTC436 PDMA workarounds | Ondrej Zary | 1 | -2/+11 |
2017-08-07 | scsi: g_NCR5380: Re-work PDMA loops | Ondrej Zary | 1 | -81/+102 |
2017-08-07 | scsi: g_NCR5380: Use unambiguous terminology for PDMA send and receive | Finn Thain | 1 | -7/+7 |
2017-08-07 | scsi: g_NCR5380: Cleanup comments and whitespace | Finn Thain | 1 | -33/+28 |
2017-08-07 | scsi: g_NCR5380: End PDMA transfer correctly on target disconnection | Ondrej Zary | 1 | -17/+31 |
2017-08-07 | scsi: g_NCR5380: Fix PDMA transfer size | Ondrej Zary | 1 | -9/+3 |
2017-04-20 | Annotate hardware config module parameters in drivers/scsi/ | David Howells | 1 | -4/+4 |
2017-02-01 | scsi: ncr5380: Reduce #include files | Finn Thain | 1 | -2/+43 |
2016-12-09 | scsi: g_NCR5380: Autoprobe board IRQ by default | Finn Thain | 1 | -12/+18 |
2016-12-09 | scsi: g_NCR5380: Fix automatic IRQ on HP C2502 cards | Finn Thain | 1 | -13/+57 |
2016-12-09 | scsi: g_NCR5380: Use probe_irq_*() for IRQ probing | Ondrej Zary | 1 | -1/+51 |
2016-12-09 | scsi: g_NCR5380: Check for chip presence before calling NCR5380_init() | Ondrej Zary | 1 | -0/+7 |
2016-11-12 | scsi: g_NCR5380: Fix release_region in error handling | Ondrej Zary | 1 | -3/+3 |
2016-11-09 | scsi: ncr5380: Use correct types for DMA routines | Finn Thain | 1 | -8/+5 |
2016-11-09 | scsi: ncr5380: Store IO ports and addresses in host private data | Finn Thain | 1 | -32/+35 |
2016-11-09 | scsi: g_NCR5380: Merge g_NCR5380 and g_NCR5380_mmio drivers | Ondrej Zary | 1 | -132/+120 |
2016-09-30 | scsi: g_NCR5380: Stop using scsi_module.c | Ondrej Zary | 1 | -141/+194 |
2016-09-30 | scsi: g_NCR5380: Reduce overrides[] from array to struct | Ondrej Zary | 1 | -184/+167 |
2016-09-30 | scsi: g_NCR5380: Remove deprecated __setup | Ondrej Zary | 1 | -135/+0 |
2016-04-11 | ncr5380: Update usage documentation | Finn Thain | 1 | -35/+1 |
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 | 1 | -1/+1 |
2016-04-11 | ncr5380: Use DMA hooks for PDMA | Finn Thain | 1 | -4/+6 |
2016-04-11 | ncr5380: Remove PSEUDO_DMA macro | Finn Thain | 1 | -1/+0 |
2016-04-11 | ncr5380: Disable the DMA errata workaround flag by default | Finn Thain | 1 | -7/+1 |
2016-04-11 | ncr5380: Remove FLAG_NO_PSEUDO_DMA where possible | Finn Thain | 1 | -1/+6 |
2016-04-11 | g_ncr5380: Remove CONFIG_SCSI_GENERIC_NCR53C400 | Finn Thain | 1 | -52/+23 |
2016-01-07 | ncr5380: Add support for HP C2502 | Ondrej Zary | 1 | -16/+58 |
2016-01-07 | ncr5380: Fix wait for 53C80 registers registers after PDMA | Ondrej Zary | 1 | -31/+6 |
2016-01-07 | ncr5380: Enable PDMA for DTC chips | Ondrej Zary | 1 | -7/+31 |
2016-01-07 | ncr5380: Enable PDMA for NCR53C400A | Ondrej Zary | 1 | -4/+19 |
2016-01-07 | ncr5380: Use runtime register mapping | Ondrej Zary | 1 | -48/+40 |
2016-01-07 | ncr5380: Fix pseudo DMA transfers on 53C400 | Ondrej Zary | 1 | -0/+4 |
2016-01-07 | ncr5380: Fix soft lockups | Finn Thain | 1 | -0/+1 |
2016-01-07 | ncr5380: Use standard list data structure | Finn Thain | 1 | -0/+1 |
2016-01-07 | ncr5380: Remove command list debug code | Finn Thain | 1 | -1/+0 |
2016-01-07 | ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E | Finn Thain | 1 | -1/+1 |
2016-01-07 | ncr5380: Fix and cleanup scsi_host_template initializers | Finn Thain | 1 | -13/+13 |
2016-01-07 | ncr5380: Cleanup #include directives | Finn Thain | 1 | -4/+2 |
2016-01-07 | ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP | Finn Thain | 1 | -1/+1 |
2016-01-07 | ncr5380: Standardize interrupt handling | Finn Thain | 1 | -2/+0 |
2016-01-07 | ncr5380: Rework disconnect versus poll logic | Finn Thain | 1 | -4/+0 |
2016-01-07 | ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro | Finn Thain | 1 | -0/+15 |
2016-01-07 | ncr5380: Introduce unbound workqueue | Finn Thain | 1 | -16/+15 |
2016-01-07 | ncr5380: Eliminate USLEEP_WAITLONG delay | Finn Thain | 1 | -1/+0 |
2016-01-07 | ncr5380: Move NCR53C400-specific code | Finn Thain | 1 | -5/+16 |