summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/nsp32.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: nsp32: Correct expected types in debug print formattingLee Jones2021-03-181-3/+4
* scsi: nsp32: Remove or exclude unused variablesLee Jones2021-03-181-19/+4
* scsi: nsp32: Supply __printf(x, y) formatting for nsp32_message()Lee Jones2021-03-181-0/+1
* scsi: nsp32: Fixup status handlingHannes Reinecke2021-01-221-1/+1
* scsi: nsp32: Remove unneeded semicolonJason Yan2020-09-151-2/+2
* scsi: Fix various misspellings of "connect"Geert Uytterhoeven2019-10-241-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-11/+1
* scsi: nsp32: Remove unnecessary self assignment in nsp32_set_sync_entryNathan Chancellor2019-01-291-1/+0
* scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-1/+1
* scsi: nsp32: switch to generic DMA APIChristoph Hellwig2018-10-171-8/+10
* scsi: nsp32: fix logic bug in error handlingArnd Bergmann2017-10-161-1/+1
* scsi: nsp32: drop bus resetHannes Reinecke2017-08-251-21/+1
* scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-05-311-1/+0
* scsi: print single-character strings with seq_putcRasmus Villemoes2015-02-021-1/+1
* scsi: replace seq_printf with seq_putsRasmus Villemoes2015-02-021-7/+7
* scsi: remove SPRINTF macroRasmus Villemoes2015-02-021-22/+19
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-10-071-1/+1
|\
| * scsi: fix decimal printf format specifiers prefixed with 0xHans Wennborg2014-09-161-1/+1
* | treewide: Fix typo in printkMasanari Iida2014-08-261-1/+1
|/
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-1/+1
* [SCSI] nsp32: use mdelay instead of large udelay constantsArnd Bergmann2013-06-191-1/+1
* nsp32: switch to ->show_info()Al Viro2013-04-091-33/+6
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-8/+8
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* SCSI host lock push-downJeff Garzik2010-11-161-3/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* [SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()Arjan van de Ven2008-12-291-2/+1
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-2/+2
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-151-157/+37
|\
| * [SCSI] nsp32: convert to use the data buffer accessorsFUJITA Tomonori2007-05-301-61/+24
| * [SCSI] nsp32: remove kernel 2.4 codeAdrian Bunk2007-05-241-96/+13
* | PCI: remove useless pci driver methodDavid Brownell2007-07-111-10/+0
|/
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [SCSI] pci_module_init conversion in scsi subsystemHenrik Kretzschmar2006-09-261-1/+1
* Merge ../scsi-misc-2.6James Bottomley2006-07-031-3/+9
|\
| * [SCSI] random: remove redundant SA_SAMPLE_RANDOM from NinjaSCSIMatt Mackall2006-06-261-2/+1
| * [SCSI] Add scsi_add_host() failure handling for nsp32GOTO Masanori2006-06-261-1/+8
* | [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
|/
* [SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig2006-06-061-1/+1
* [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-281-1/+2
* [SCSI] remove Scsi_Host_Template typedefChristoph Hellwig2005-11-091-3/+3
* [SCSI] use scmd_id(), scmd_channel() throughout codeJeff Garzik2005-10-281-4/+4