aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/atari_scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-06atari_scsi, sun3_scsi: Remove global Scsi_Host pointerFinn Thain1-14/+15
2016-01-06ncr5380: Use standard list data structureFinn Thain1-0/+1
2016-01-06ncr5380: Remove command list debug codeFinn Thain1-2/+0
2016-01-06ncr5380: Fix and cleanup scsi_host_template initializersFinn Thain1-1/+1
2016-01-06ncr5380: Cleanup #include directivesFinn Thain1-1/+0
2016-01-06ncr5380: Introduce unbound workqueueFinn Thain1-1/+4
2016-01-06atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOTFinn Thain1-51/+9
2016-01-06atari_scsi: Fix SCSI host ID settingFinn Thain1-1/+1
2015-03-09ncr5380: Drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-11-20atari_NCR5380: Move static co-routine variables to host dataFinn Thain1-4/+4
2014-11-20atari_NCR5380: Introduce FLAG_TAGGED_QUEUINGFinn Thain1-4/+4
2014-11-20atari_NCR5380: Merge from sun3_NCR5380.cFinn Thain1-0/+1
2014-11-20atari_NCR5380: Refactor Falcon lockingFinn Thain1-30/+17
2014-11-20atari_NCR5380: Refactor Falcon special casesFinn Thain1-9/+12
2014-11-20ncr5380: Remove ENABLE_IRQ/DISABLE_IRQ macrosFinn Thain1-21/+0
2014-11-20atari_scsi: Remove headerFinn Thain1-9/+26
2014-11-20atari_scsi: Convert to platform deviceFinn Thain1-214/+210
2014-11-20atari_scsi: Fix atari_scsi deadlocks on FalconFinn Thain1-61/+14
2014-11-20ncr5380: Drop legacy scsi.h includeFinn Thain1-3/+2
2014-11-20ncr5380: Remove pointless compiler command line override macrosFinn Thain1-1/+1
2014-11-20ncr5380: Cleanup host info() methodsFinn Thain1-24/+0
2014-11-20ncr5380: Remove redundant AUTOSENSE macroFinn Thain1-1/+0
2014-11-20ncr5380: Remove more useless prototypesFinn Thain1-39/+37
2014-11-20ncr5380: Remove useless prototypesFinn Thain1-5/+0
2014-06-09Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+9
2014-05-28scsi/NCR5380: fix and standardize NDEBUG macrosFinn Thain1-6/+0
2014-05-28scsi/NCR5380: adopt dprintk()Finn Thain1-8/+8
2014-05-26m68k/atari - atari_scsi: use correct virt/phys translation for DMA bufferMichael Schmitz1-1/+1
2014-05-19m68k/atari - atari_scsi: change abort/reset return codesMichael Schmitz1-1/+1
2014-03-10[SCSI] atari_scsi: Fix sleep_on raceArnd Bergmann1-3/+9
2013-04-09atari_scsi: switch to ->show_info()Al Viro1-1/+1
2012-04-22scsi/atari: Make more functions staticGeert Uytterhoeven1-6/+7
2012-04-22scsi/atari: Revive "atascsi=" setup optionGeert Uytterhoeven1-2/+11
2011-06-29[SCSI] atari_NCR5380: Provide a dummy NCR5380_exit()Geert Uytterhoeven1-0/+1
2010-11-16SCSI host lock push-downJeff Garzik1-17/+0
2009-03-26m68k: section mismatch fixes: Atari SCSIMichael Schmitz1-1/+1
2008-10-14m68k: Remove the broken Hades supportAdrian Bunk1-24/+3
2007-11-25[SCSI] NCR5380: Fix bugs and canonicalize irq handler usageJeff Garzik1-5/+5
2007-05-04m68k: Atari SCSI driver compile fixesRoman Zippel1-3/+3
2007-05-04m68k: Reformat the Atari SCSI driverRoman Zippel1-186/+175
2007-05-04m68k: Atari SCSI revivalMichael Schmitz1-6/+4
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-5/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell1-5/+5
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1163