aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/sgiwd93.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-05scsi: sgiwd93: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-03-24scsi: sgiwd93: Declare SCSI host template constGravatar Bart Van Assche 1-1/+1
2022-02-22scsi: wd33c93: Move the SCSI pointer to private command dataGravatar Bart Van Assche 1-7/+11
2022-02-22scsi: Remove drivers/scsi/scsi.hGravatar Bart Van Assche 1-1/+5
2020-09-25sgiwd93: convert to dma_alloc_noncoherentGravatar Christoph Hellwig 1-7/+7
2020-04-24scsi: sgiwd93: Remove unneeded semicolon in sgiwd93.cGravatar Jason Yan 1-1/+1
2018-12-18scsi: remove the use_clustering flagGravatar Christoph Hellwig 1-1/+1
2017-08-25scsi: drop bus reset for wd33c93-compatible boardsGravatar Hannes Reinecke 1-15/+0
2017-06-26scsi: sgiwd93: switch to dma_alloc_attrsGravatar Christoph Hellwig 1-4/+6
2017-03-15scsi: remove incorrect __exit markupsGravatar Dmitry Torokhov 1-1/+1
2014-10-20scsi: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-01-03Drivers: scsi: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-2/+2
2011-04-06update David Miller's old email addressGravatar Justin P. Mattock 1-1/+1
2010-03-07platform-drivers: move probe to .devinit.text in drivers/scsiGravatar Uwe Kleine-König 1-1/+1
2009-01-02[SCSI] sgiwd93: Fix compilation warningGravatar Dmitri Vorobiev 1-1/+2
2008-04-27[SCSI] jazz_esp, sgiwd93, sni_53c710, sun3x_esp: fix platform driver hotplug/...Gravatar Kay Sievers 1-1/+3
2008-04-07[SCSI] WD33C93: let platform stub override no_sync/fast/dma_modeGravatar Thomas Bogendoerfer 1-3/+4
2008-01-30[SCSI] sgiwd93: use cached memory access to make driver work on IP28Gravatar Thomas Bogendoerfer 1-25/+39
2008-01-11[SCSI] sgiwd93: export sgiwd93_reset()Gravatar Andrew Morton 1-0/+1
2007-05-11Convert SGI IP22 and specific drivers to platform_device.Gravatar Ralf Baechle 1-144/+120
2007-02-16[SCSI] sgiwd93: interfacing to wd33c93Gravatar peter fuerst 1-2/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-09-12[SCSI] wd33c93: Scsi_Cmnd convertionGravatar Henrik Kretzschmar 1-4/+4
2006-03-12[SCSI] Make sgiwd93_detect and sgiwd93_detect static.Gravatar Ralf Baechle 1-2/+2
2005-11-10Merge by hand (whitespace conflicts in libata.h)Gravatar James Bottomley 1-1/+0
2005-11-09[SCSI] remove Scsi_Host_Template typedefGravatar Christoph Hellwig 1-3/+3
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonGravatar Olaf Hering 1-1/+0
2005-10-28[SCSI] sgiwd93: small fixesGravatar Ralf Baechle 1-3/+2
2005-06-17[SCSI] allow sleeping in ->eh_host_reset_handler()Gravatar Jeff Garzik 1-0/+3
2005-06-17[SCSI] allow sleeping in ->eh_bus_reset_handler()Gravatar Jeff Garzik 1-0/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+337