aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/NCR5380.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-11mac_scsi: Fix pseudo DMA implementationFinn Thain1-0/+2
2016-04-11ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macrosFinn Thain1-4/+0
2016-04-11ncr5380: Remove disused atari_NCR5380.c core driverFinn Thain1-19/+0
2016-04-11ncr5380: Remove PSEUDO_DMA macroFinn Thain1-4/+0
2016-04-11ncr5380: Disable the DMA errata workaround flag by defaultFinn Thain1-1/+1
2016-04-11ncr5380: Remove REAL_DMA and REAL_DMA_POLL macrosFinn Thain1-112/+0
2016-01-06ncr5380: Use runtime register mappingOndrej Zary1-12/+1
2016-01-06ncr5380: Fix EH during arbitration and selectionFinn Thain1-2/+2
2016-01-06ncr5380: Fix autosense bugsFinn Thain1-0/+2
2016-01-06ncr5380: Use standard list data structureFinn Thain1-2/+14
2016-01-06ncr5380: Remove redundant volatile qualifiersFinn Thain1-6/+6
2016-01-06ncr5380: Remove H_NO macro and introduce dsprintkFinn Thain1-0/+5
2016-01-06ncr5380: Change instance->host_lock to hostdata->lockFinn Thain1-0/+1
2016-01-06ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181EFinn Thain1-1/+0
2016-01-06ncr5380: Cleanup #include directivesFinn Thain1-0/+4
2016-01-06ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUPFinn Thain1-3/+1
2016-01-06ncr5380: Standardize work queueing algorithmFinn Thain1-1/+0
2016-01-06ncr5380: Use work_struct instead of delayed_workFinn Thain1-1/+0
2016-01-06ncr5380: Rework disconnect versus poll logicFinn Thain1-11/+0
2016-01-06ncr5380: Eliminate selecting stateFinn Thain1-2/+0
2016-01-06ncr5380: Sleep when polling, if possibleFinn Thain1-0/+1
2016-01-06ncr5380: Introduce unbound workqueueFinn Thain1-0/+1
2016-01-06ncr5380: Always escalate bad target time-out in NCR5380_select()Finn Thain1-6/+0
2016-01-06ncr5380: Remove unused hostdata->aborted flagFinn Thain1-1/+0
2016-01-06atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOTFinn Thain1-0/+1
2016-01-06ncr5380: Split NCR5380_init() into two functionsFinn Thain1-0/+1
2016-01-06ncr5380: Remove more pointless macrosFinn Thain1-3/+0
2014-11-20atari_NCR5380: Move static co-routine variables to host dataFinn Thain1-0/+2
2014-11-20atari_NCR5380: Move static TagAlloc array to host dataFinn Thain1-0/+12
2014-11-20atari_NCR5380: Introduce FLAG_TAGGED_QUEUINGFinn Thain1-0/+1
2014-11-20atari_NCR5380: Refactor Falcon special casesFinn Thain1-0/+4
2014-11-20ncr5380: Drop legacy scsi.h includeFinn Thain1-5/+5
2014-11-20ncr5380: Remove *_RELEASE macrosFinn Thain1-5/+0
2014-11-20ncr5380: Move static PDMA spin counters to host dataFinn Thain1-0/+4
2014-11-20ncr5380: Cleanup host info() methodsFinn Thain1-1/+2
2014-11-20ncr5380: Remove NCR5380_STATSFinn Thain1-9/+0
2014-11-20ncr5380: Fix SCSI_IRQ_NONE bugsFinn Thain1-1/+4
2014-11-20ncr5380: Remove redundant AUTOSENSE macroFinn Thain1-5/+0
2014-11-20ncr5380: Cleanup TAG_NEXT and TAG_NONE macrosFinn Thain1-7/+4
2014-11-20ncr5380: Remove more useless prototypesFinn Thain1-8/+0
2014-11-20ncr5380: Use printk() not pr_debug()Finn Thain1-1/+2
2014-05-28scsi/NCR5380: dprintk macroFinn Thain1-3/+3
2014-05-28scsi/NCR5380: fix and standardize NDEBUG macrosFinn Thain1-4/+18
2014-05-28scsi/NCR5380: fix dprintk macro usage and definitionFinn Thain1-3/+3
2014-05-28scsi/NCR5380: remove old CVS keywordsFinn Thain1-4/+0
2013-04-09NCR5830: switch to ->show_info()Al Viro1-2/+4
2010-11-16SCSI host lock push-downJeff Garzik1-1/+1
2007-10-12[SCSI] NCR5380: Use scsi_eh API for REQUEST_SENSE invocationBoaz Harrosh1-0/+7
2007-05-24[SCSI] ncr5380 warning fixesAndrew Morton1-3/+3
2006-11-22WorkStruct: make allyesconfigDavid Howells1-2/+2