aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/dtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-06ncr5380: Fix soft lockupsFinn Thain1-0/+1
2016-01-06ncr5380: Use standard list data structureFinn Thain1-0/+1
2016-01-06ncr5380: Fix and cleanup scsi_host_template initializersFinn Thain1-16/+16
2016-01-06ncr5380: Cleanup #include directivesFinn Thain1-3/+1
2016-01-06ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUPFinn Thain1-3/+1
2016-01-06ncr5380: Standardize interrupt handlingFinn Thain1-8/+0
2016-01-06ncr5380: Remove UNSAFE macroFinn Thain1-2/+0
2016-01-06ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macroFinn Thain1-0/+14
2016-01-06ncr5380: Introduce unbound workqueueFinn Thain1-2/+9
2016-01-06ncr5380: Cleanup bogus {request,release}_region() callsFinn Thain1-2/+0
2016-01-06ncr5380: Split NCR5380_init() into two functionsFinn Thain1-0/+2
2016-01-06ncr5380: Remove NCR5380_local_declare and NCR5380_setup macrosFinn Thain1-9/+5
2016-01-06ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macrosFinn Thain1-12/+6
2016-01-06ncr5380: Remove redundant static variable initializersFinn Thain1-2/+2
2014-11-20ncr5380: Drop legacy scsi.h includeFinn Thain1-1/+0
2014-11-20ncr5380: Remove *_RELEASE macrosFinn Thain1-5/+0
2014-11-20ncr5380: Move static PDMA spin counters to host dataFinn Thain1-7/+6
2014-11-20ncr5380: Cleanup host info() methodsFinn Thain1-9/+1
2014-11-20ncr5380: Fix SCSI_IRQ_NONE bugsFinn Thain1-9/+13
2014-11-20ncr5380: Remove duplicate commentsFinn Thain1-16/+1
2014-11-20ncr5380: Remove redundant AUTOSENSE macroFinn Thain1-4/+0
2014-11-20ncr5380: Remove more useless prototypesFinn Thain1-4/+3
2014-11-20ncr5380: Fix compiler warnings and __setup optionsFinn Thain1-1/+7
2014-05-28scsi/NCR5380: fix and standardize NDEBUG macrosFinn Thain1-2/+0
2014-03-19[SCSI] remove deprecated IRQF_DISABLED from SCSIMichael Opdenacker1-1/+1
2013-04-09NCR5830: switch to ->show_info()Al Viro1-1/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2007-11-25[SCSI] NCR5380: Fix bugs and canonicalize irq handler usageJeff Garzik1-2/+3
2007-10-12[SCSI] dtc: Fix typoAlan Cox1-1/+1
2007-10-12[SCSI] dtc: clean up indent damage and add printk levelsAlan Cox1-9/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-10-11[PATCH] Use linux/io.h instead of asm/io.hMatthew Wilcox1-1/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-9/+9
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig1-3/+3
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-4/+0
2005-06-17[SCSI] Remove no-op implementations of SCSI EH hooksJeff Garzik1-2/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+494