aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mac_scsi.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05scsi: mac_scsi: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7
2023-12-05scsi: mac: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-02-22scsi: NCR5380: Add SCp members to struct NCR5380_cmdFinn Thain1-3/+4
2022-02-22scsi: NCR5380: Remove the NCR5380_CMD_SIZE macroBart Van Assche1-1/+1
2020-12-07scsi: NCR5380: Remove context checkAhmed S. Darwish1-5/+5
2019-11-12scsi: atari_scsi: sun3_scsi: Set sg_tablesize to 1 instead of SG_NONEFinn Thain1-1/+1
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-161/+260
2019-06-20scsi: mac_scsi: Treat Last Byte Sent time-out as failureFinn Thain1-1/+4
2019-06-20scsi: mac_scsi: Enable PDMA on Mac IIfxFinn Thain1-8/+39
2019-06-20scsi: mac_scsi: Fix pseudo DMA implementation, take 2Finn Thain1-153/+218
2019-06-20scsi: mac_scsi: Increase PIO/PDMA transfer length thresholdFinn Thain1-2/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2017-08-25scsi: NCR5380: Move bus reset to host resetHannes Reinecke1-2/+2
2017-01-31scsi: ncr5380: Resolve various static checker warningsFinn Thain1-4/+4
2016-11-08scsi: ncr5380: Use correct types for DMA routinesFinn Thain1-18/+18
2016-11-08scsi: ncr5380: Pass hostdata pointer to register polling routinesFinn Thain1-5/+5
2016-11-08scsi: ncr5380: Use correct types for device register accessorsFinn Thain1-20/+2
2016-11-08scsi: ncr5380: Store IO ports and addresses in host private dataFinn Thain1-11/+16
2016-04-11mac_scsi: Fix pseudo DMA implementationFinn Thain1-95/+117
2016-04-11ncr5380: Remove disused atari_NCR5380.c core driverFinn Thain1-7/+1
2016-04-11ncr5380: Merge DMA implementation from atari_NCR5380 core driverFinn Thain1-1/+2
2016-04-11ncr5380: Use DMA hooks for PDMAFinn Thain1-3/+2
2016-04-11ncr5380: Remove PSEUDO_DMA macroFinn Thain1-10/+0
2016-04-11ncr5380: Remove FLAG_NO_PSEUDO_DMA where possibleFinn Thain1-1/+14
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-14/+14
2016-01-06ncr5380: Cleanup #include directivesFinn Thain1-1/+0
2016-01-06ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macroFinn Thain1-0/+1
2016-01-06ncr5380: Introduce unbound workqueueFinn Thain1-1/+4
2016-01-06atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...Finn Thain1-55/+10
2016-01-06ncr5380: Remove NCR5380_local_declare and NCR5380_setup macrosFinn Thain1-13/+2
2015-03-09ncr5380: Drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-11-20atari_NCR5380: Introduce FLAG_TAGGED_QUEUINGFinn Thain1-4/+4
2014-11-20mac_scsi: Convert to platform deviceFinn Thain1-119/+126
2014-11-20mac_scsi: Cleanup PDMA codeFinn Thain1-65/+67
2014-11-20mac_scsi: Add module option to KconfigFinn Thain1-75/+37
2014-11-20mac_scsi: Remove headerFinn Thain1-1/+20
2014-11-20ncr5380: Drop legacy scsi.h includeFinn Thain1-1/+0
2014-11-20ncr5380: Remove *_RELEASE macrosFinn Thain1-2/+0
2014-11-20ncr5380: Remove pointless compiler command line override macrosFinn Thain1-10/+9
2014-11-20ncr5380: Cleanup host info() methodsFinn Thain1-14/+0
2014-11-20ncr5380: Fix SCSI_IRQ_NONE bugsFinn Thain1-4/+4
2014-11-20ncr5380: Remove duplicate commentsFinn Thain1-12/+0
2014-11-20ncr5380: Remove redundant AUTOSENSE macroFinn Thain1-2/+0
2014-11-20ncr5380: Remove useless prototypesFinn Thain1-2/+0
2014-11-20ncr5380: Remove unused macrosFinn Thain1-3/+0
2014-11-20ncr5380: Remove unused hostdata fieldsFinn Thain1-33/+0
2014-10-29scsi: Fix "choir" and "beeing" malapropsFinn Thain1-1/+1
2014-05-28scsi/NCR5380: fix and standardize NDEBUG macrosFinn Thain1-6/+0
2014-05-28scsi/NCR5380: remove old CVS keywordsFinn Thain1-4/+0
2013-12-19[SCSI] mac_scsi: Fix crash on out of memoryAlan1-0/+2
2013-04-09NCR5830: switch to ->show_info()Al Viro1-1/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-6/+0
2012-01-22mac_scsi: dont enable mac_scsi irq before requesting itFinn Thain1-6/+0
2011-12-15[SCSI] mac_scsi: Remove obsolete IRQ_FLG_* usersGeert Uytterhoeven1-2/+1
2011-06-29[SCSI] mac_scsi: Remove unused variable default_instanceGeert Uytterhoeven1-11/+1
2011-06-29[SCSI] mac_scsi: macscsi_detect() should be __initGeert Uytterhoeven1-1/+1
2008-12-28m68k: machw.h cleanupFinn Thain1-1/+0
2008-04-07[SCSI] Remove random noop unchecked_isa_dma usersAndi Kleen1-1/+0
2007-11-25[SCSI] NCR5380: Fix bugs and canonicalize irq handler usageJeff Garzik1-2/+2
2007-10-16scsi_mac.h: Define AUTOSENSE before include of NCR5380.hBoaz Harrosh1-4/+5
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-06-25[PATCH] m68k: convert mac irq codeRoman Zippel1-5/+2
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig1-3/+3
2005-06-17[SCSI] Remove no-op implementations of SCSI EH hooksJeff Garzik1-2/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+605