aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/a3000.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-07scsi: a3000: Convert m68k WD33C93 drivers to DMA APIMichael Schmitz1-9/+44
2022-02-22scsi: wd33c93: Move the SCSI pointer to private command dataBart Van Assche1-8/+11
2022-02-22scsi: Remove drivers/scsi/scsi.hBart Van Assche1-1/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-10-18scsi: Use pr_warn instead of pr_warningKefeng Wang1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2017-08-25scsi: drop bus reset for wd33c93-compatible boardsHannes Reinecke1-17/+0
2014-10-20scsi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-11-26zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven1-1/+1
2013-06-24[SCSI] a3000: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-09switch wd33c93 to ->show_info()Al Viro1-1/+2
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker1-0/+1
2010-05-26m68k/scsi: a3000 - Do not use legacy Scsi_Host.baseGeert Uytterhoeven1-35/+41
2010-05-26m68k: amiga - A3000 SCSI platform device conversionGeert Uytterhoeven1-64/+100
2010-05-26m68k/scsi: a3000 - Kill a3000_scsiregs typedefGeert Uytterhoeven1-6/+6
2010-05-26m68k/scsi: a3000 - Kill static global a3000_hostGeert Uytterhoeven1-19/+19
2010-05-26m68k/scsi: a3000 - Kill ugly DMA() macroGeert Uytterhoeven1-19/+25
2010-05-02[SCSI] a3000: Use shost_priv() and kill ugly HDATA() macroGeert Uytterhoeven1-25/+28
2010-05-02[SCSI] a3000: ReindentationGeert Uytterhoeven1-140/+140
2010-05-02[SCSI] wd33c93: Kill empty wd33c93_release()Geert Uytterhoeven1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-04-03[SCSI] a3000: make 2 functions staticAdrian Bunk1-2/+4
2008-04-07[SCSI] WD33C93: let platform stub override no_sync/fast/dma_modeThomas Bogendoerfer1-0/+3
2008-02-06cleanup after APUS removalAdrian Bunk1-2/+1
2008-01-11[SCSI] a3000: convert to accessors and !use_sg cleanupBoaz Harrosh1-12/+3
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-1/+1
2006-09-12[SCSI] wd33c93: Scsi_Cmnd convertionHenrik Kretzschmar1-4/+4
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig1-2/+2
2005-06-17[SCSI] allow sleeping in ->eh_host_reset_handler()Jeff Garzik1-0/+3
2005-06-17[SCSI] allow sleeping in ->eh_bus_reset_handler()Jeff Garzik1-0/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+245