| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: ncr5380: Improve target selection robustness | Finn Thain | 2017-01-31 | 1 | -1/+9 |
* | scsi: ncr5380: Resolve various static checker warnings | Finn Thain | 2017-01-31 | 1 | -1/+4 |
* | scsi: ncr5380: Shorten host info string by removing unused option macros | Finn Thain | 2017-01-31 | 1 | -40/+9 |
* | scsi: g_NCR5380: Use probe_irq_*() for IRQ probing | Ondrej Zary | 2016-12-08 | 1 | -76/+1 |
* | scsi: ncr5380: Suppress unhelpful "interrupt without IRQ bit" message | Finn Thain | 2016-11-08 | 1 | -1/+1 |
* | scsi: ncr5380: Use correct types for DMA routines | Finn Thain | 2016-11-08 | 1 | -33/+41 |
* | scsi: ncr5380: Pass hostdata pointer to register polling routines | Finn Thain | 2016-11-08 | 1 | -17/+16 |
* | scsi: ncr5380: Use correct types for device register accessors | Finn Thain | 2016-11-08 | 1 | -2/+8 |
* | scsi: ncr5380: Store IO ports and addresses in host private data | Finn Thain | 2016-11-08 | 1 | -4/+4 |
* | scsi: ncr5380: Simplify register polling limit | Finn Thain | 2016-11-08 | 1 | -6/+4 |
* | scsi: NCR5380: no longer mark irq probing as __init | Arnd Bergmann | 2016-10-17 | 1 | -3/+3 |
* | scsi: ncr5380: Improve interrupt latency during PIO tranfers | Finn Thain | 2016-09-14 | 1 | -4/+4 |
* | scsi: ncr5380: Avoid a compiler warning | Finn Thain | 2016-08-31 | 1 | -7/+0 |
* | ncr5380: Call complete_cmd() for disconnected commands on bus reset | Finn Thain | 2016-04-11 | 1 | -1/+1 |
* | ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros | Finn Thain | 2016-04-11 | 1 | -11/+1 |
* | ncr5380: Remove remaining register storage qualifiers | Finn Thain | 2016-04-11 | 1 | -3/+3 |
* | ncr5380: Fix register decoding for debugging | Finn Thain | 2016-04-11 | 1 | -17/+25 |
* | ncr5380: Reduce max_lun limit | Finn Thain | 2016-04-11 | 1 | -0/+2 |
* | ncr5380: Remove disused atari_NCR5380.c core driver | Finn Thain | 2016-04-11 | 1 | -20/+2 |
* | sun3_scsi: Adopt NCR5380.c core driver | Finn Thain | 2016-04-11 | 1 | -10/+121 |
* | atari_scsi: Adopt NCR5380.c core driver | Finn Thain | 2016-04-11 | 1 | -0/+32 |
* | ncr5380: Merge DMA implementation from atari_NCR5380 core driver | Finn Thain | 2016-04-11 | 1 | -33/+137 |
* | ncr5380: Adopt uniform DMA setup convention | Finn Thain | 2016-04-11 | 1 | -11/+10 |
* | ncr5380: Use DMA hooks for PDMA | Finn Thain | 2016-04-11 | 1 | -8/+2 |
* | ncr5380: Remove BOARD_REQUIRES_NO_DELAY macro | Finn Thain | 2016-04-11 | 1 | -10/+8 |
* | ncr5380: Remove PSEUDO_DMA macro | Finn Thain | 2016-04-11 | 1 | -31/+1 |
* | ncr5380: Disable the DMA errata workaround flag by default | Finn Thain | 2016-04-11 | 1 | -7/+7 |
* | ncr5380: Remove REAL_DMA and REAL_DMA_POLL macros | Finn Thain | 2016-04-11 | 1 | -208/+10 |
* | ncr5380: Remove FLAG_NO_PSEUDO_DMA where possible | Finn Thain | 2016-04-11 | 1 | -2/+1 |
* | ncr5380: Call scsi_eh_prep_cmnd() and scsi_eh_restore_cmnd() as and when appr... | Finn Thain | 2016-03-01 | 1 | -2/+2 |
* | ncr5380: Fix NCR5380_select() EH checks and result handling | Finn Thain | 2016-03-01 | 1 | -5/+11 |
* | ncr5380: Forget aborted commands | Finn Thain | 2016-03-01 | 1 | -45/+17 |
* | ncr5380: Dont re-enter NCR5380_select() | Finn Thain | 2016-03-01 | 1 | -8/+8 |
* | ncr5380: Dont release lock for PIO transfer | Finn Thain | 2016-03-01 | 1 | -7/+9 |
* | ncr5380: Correctly clear command pointers and lists after bus reset | Finn Thain | 2016-03-01 | 1 | -7/+12 |
* | ncr5380: Cleanup whitespace and parentheses | Finn Thain | 2016-01-06 | 1 | -11/+19 |
* | ncr5380: Merge changes from atari_NCR5380.c | Finn Thain | 2016-01-06 | 1 | -68/+87 |
* | ncr5380: Fix whitespace in comments using regexp | Finn Thain | 2016-01-06 | 1 | -102/+102 |
* | ncr5380: Fix trailing whitespace using regexp | Finn Thain | 2016-01-06 | 1 | -186/+186 |
* | ncr5380: Cleanup comments | Finn Thain | 2016-01-06 | 1 | -130/+40 |
* | ncr5380: Fix soft lockups | Finn Thain | 2016-01-06 | 1 | -2/+4 |
* | atari_NCR5380: Eliminate HOSTNO macro | Finn Thain | 2016-01-06 | 1 | -34/+37 |
* | atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls | Finn Thain | 2016-01-06 | 1 | -8/+9 |
* | ncr5380: Implement new eh_bus_reset_handler | Finn Thain | 2016-01-06 | 1 | -1/+49 |
* | ncr5380: Fix EH during arbitration and selection | Finn Thain | 2016-01-06 | 1 | -19/+57 |
* | ncr5380: Implement new eh_abort_handler | Finn Thain | 2016-01-06 | 1 | -19/+144 |
* | ncr5380: Fix autosense bugs | Finn Thain | 2016-01-06 | 1 | -83/+111 |
* | ncr5380: Refactor command completion | Finn Thain | 2016-01-06 | 1 | -7/+24 |
* | ncr5380: Use standard list data structure | Finn Thain | 2016-01-06 | 1 | -178/+36 |
* | ncr5380: Remove LIST and REMOVE macros | Finn Thain | 2016-01-06 | 1 | -19/+0 |