summaryrefslogtreecommitdiff
path: root/drivers/scsi/NCR5380.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-07ncr5380: Eliminate selecting stateFinn Thain1-59/+15
2016-01-07ncr5380: Sleep when polling, if possibleFinn Thain1-32/+52
2016-01-07ncr5380: Introduce unbound workqueueFinn Thain1-4/+11
2016-01-07ncr5380: Eliminate USLEEP_WAITLONG delayFinn Thain1-14/+5
2016-01-07ncr5380: Keep BSY asserted when entering SELECTION phaseFinn Thain1-1/+7
2016-01-07ncr5380: Proceed with next command after NCR5380_select() calls scsi_doneFinn Thain1-2/+6
2016-01-07ncr5380: Always escalate bad target time-out in NCR5380_select()Finn Thain1-13/+0
2016-01-07ncr5380: Use return instead of goto in NCR5380_select()Finn Thain1-22/+8
2016-01-07ncr5380: Remove redundant register writesFinn Thain1-2/+0
2016-01-07ncr5380: Remove unused hostdata->aborted flagFinn Thain1-2/+0
2016-01-07ncr5380: Simplify bus reset handlersFinn Thain1-9/+11
2016-01-07atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...Finn Thain1-2/+15
2016-01-07atari_NCR5380: Reset bus on driver initialization if requiredFinn Thain1-12/+21
2016-01-07ncr5380: Move NCR53C400-specific codeFinn Thain1-18/+0
2016-01-07ncr5380: Split NCR5380_init() into two functionsFinn Thain1-14/+20
2016-01-07ncr5380: Remove NCR5380_instance_name macroFinn Thain1-1/+1
2016-01-07ncr5380: Remove NCR5380_local_declare and NCR5380_setup macrosFinn Thain1-51/+9
2016-01-07ncr5380: Remove redundant static variable initializersFinn Thain1-1/+1
2015-03-09ncr5380: Harmonize jiffies conversion with msecs_to_jiffiesNicholas Mc Guire1-5/+5
2015-02-02scsi: print single-character strings with seq_putcRasmus Villemoes1-1/+1
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes1-2/+2
2015-02-02scsi: remove SPRINTF macroRasmus Villemoes1-11/+9
2014-11-20ncr5380: Drop legacy scsi.h includeFinn Thain1-34/+36
2014-11-20ncr5380: Remove *_RELEASE macrosFinn Thain1-18/+0
2014-11-20ncr5380: Move static PDMA spin counters to host dataFinn Thain1-12/+10
2014-11-20ncr5380: Cleanup host info() methodsFinn Thain1-28/+46
2014-11-20ncr5380: Remove NCR5380_STATSFinn Thain1-64/+0
2014-11-20ncr5380: Fix SCSI_IRQ_NONE bugsFinn Thain1-6/+6
2014-11-20ncr5380: Remove redundant AUTOSENSE macroFinn Thain1-13/+1
2014-11-20ncr5380: Cleanup TAG_NEXT and TAG_NONE macrosFinn Thain1-16/+13
2014-11-20ncr5380: Remove unused macrosFinn Thain1-1/+1
2014-11-12scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke1-6/+6
2014-11-12scsi: Remove scsi_print_command when calling abortHannes Reinecke1-3/+2
2014-07-18scsi: use 64-bit LUNsHannes Reinecke1-15/+16
2014-05-28scsi/NCR5380: fix and standardize NDEBUG macrosFinn Thain1-7/+0
2014-05-28scsi/NCR5380: fix dprintk macro usage and definitionFinn Thain1-63/+63
2014-05-28scsi/NCR5380: fix build failures when debugging is enabledFinn Thain1-7/+7
2014-05-28scsi/NCR5380: remove old CVS keywordsFinn Thain1-2/+0
2014-03-20[SCSI] remove deprecated IRQF_DISABLED from SCSIMichael Opdenacker1-1/+1
2013-04-09NCR5830: switch to ->show_info()Al Viro1-34/+27
2013-01-04Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-02-12[SCSI] remove flush_scheduled_work() usagesTejun Heo1-2/+1
2010-11-17SCSI host lock push-downJeff Garzik1-1/+2
2010-08-11NCR5380: bit MR_DMA_MODE set twice in NCR5380_transfer_dma()Roel Kluin1-1/+3
2008-12-29[SCSI] Clean up my email address and use a single standard address for everyt...Alan Cox1-1/+1
2008-01-23[SCSI] NCR5380: fix section mismatchRandy Dunlap1-1/+1
2008-01-12[SCSI] NCR5380: minor irq handler cleanupsJeff Garzik1-3/+4
2008-01-12[SCSI] NCR5380 family: convert to accessors & !use_sg cleanupBoaz Harrosh1-7/+7
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-4/+2