aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/nsp32.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-16scsi: nsp32: fix logic bug in error handlingGravatar Arnd Bergmann 1-1/+1
2017-08-25scsi: nsp32: drop bus resetGravatar Hannes Reinecke 1-21/+1
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateGravatar Hannes Reinecke 1-1/+0
2015-02-02scsi: print single-character strings with seq_putcGravatar Rasmus Villemoes 1-1/+1
2015-02-02scsi: replace seq_printf with seq_putsGravatar Rasmus Villemoes 1-7/+7
2015-02-02scsi: remove SPRINTF macroGravatar Rasmus Villemoes 1-22/+19
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-1/+1
2014-09-16scsi: fix decimal printf format specifiers prefixed with 0xGravatar Hans Wennborg 1-1/+1
2014-08-26treewide: Fix typo in printkGravatar Masanari Iida 1-1/+1
2014-07-17scsi: use 64-bit LUNsGravatar Hannes Reinecke 1-1/+1
2013-06-19[SCSI] nsp32: use mdelay instead of large udelay constantsGravatar Arnd Bergmann 1-1/+1
2013-04-09nsp32: switch to ->show_info()Gravatar Al Viro 1-33/+6
2013-01-03Drivers: scsi: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-8/+8
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2010-11-16SCSI host lock push-downGravatar Jeff Garzik 1-3/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-11-09tree-wide: fix a very frequent spelling mistakeGravatar Dirk Hohndel 1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-1/+1
2008-12-29[SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()Gravatar Arjan van de Ven 1-2/+1
2008-08-23removed unused #include <linux/version.h>'sGravatar Adrian Bunk 1-1/+0
2008-07-27[SCSI] replace __FUNCTION__ with __func__Gravatar Harvey Harrison 1-2/+2
2008-01-30[SCSI] remove use_sg_chainingGravatar James Bottomley 1-1/+0
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateGravatar FUJITA Tomonori 1-0/+1
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-157/+37
2007-07-11PCI: remove useless pci driver methodGravatar David Brownell 1-10/+0
2007-05-30[SCSI] nsp32: convert to use the data buffer accessorsGravatar FUJITA Tomonori 1-61/+24
2007-05-24[SCSI] nsp32: remove kernel 2.4 codeGravatar Adrian Bunk 1-96/+13
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
2006-09-26[SCSI] pci_module_init conversion in scsi subsystemGravatar Henrik Kretzschmar 1-1/+1
2006-07-03Merge ../scsi-misc-2.6Gravatar James Bottomley 1-3/+9
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-26[SCSI] random: remove redundant SA_SAMPLE_RANDOM from NinjaSCSIGravatar Matt Mackall 1-2/+1
2006-06-26[SCSI] Add scsi_add_host() failure handling for nsp32Gravatar GOTO Masanori 1-1/+8
2006-06-06[SCSI] fix up request buffer reference in various scsi driversGravatar Christoph Hellwig 1-1/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKGravatar Matthias Gehre 1-1/+2
2005-11-09[SCSI] remove Scsi_Host_Template typedefGravatar Christoph Hellwig 1-3/+3
2005-10-28[SCSI] use scmd_id(), scmd_channel() throughout codeGravatar Jeff Garzik 1-4/+4
2005-06-26[SCSI] remove scsi_set_deviceGravatar Christoph Hellwig 1-3/+1
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/+3
2005-06-17[SCSI] Remove no-op implementations of SCSI EH hooksGravatar Jeff Garzik 1-1/+0
2005-04-16[PATCH] fix u32 vs. pm_message_t in drivers/mmc,mtd,scsiGravatar Pavel Machek 1-5/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+3585