summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/initio.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: initio: Remove redundant variable 'rb'Colin Ian King2024-01-171-2/+1
* scsi: initio: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: initio: Remove redundant assignment to pointer scbColin Ian King2022-08-311-1/+1
* scsi: initio: Stop using the SCSI pointerBart Van Assche2022-02-221-6/+8
* scsi: initio: Don't use GFP_DMA in initio_probe_one()Christoph Hellwig2021-12-221-1/+2
* scsi: initio: Fix a kernel-doc warningBart Van Assche2021-11-291-2/+0
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-2/+1
* scsi: initio: Call scsi_done() directlyBart Van Assche2021-10-161-3/+1
* scsi: initio: Fix a few kernel-doc misdemeanoursLee Jones2021-03-181-8/+5
* scsi: initio: Remove unused variable 'prev'Lee Jones2021-03-151-3/+2
* scsi: initio: Drop internal SCSI message definitionHannes Reinecke2021-01-221-31/+33
* scsi: initio: Use module_pci_driver() to simplify the codeLiu Shixin2020-10-071-13/+1
* scsi: initio: make initio_state_7() staticChen Zhou2019-12-191-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-15/+1
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: initio: use dma_set_maskChristoph Hellwig2018-11-151-1/+1
* SCSI: initio: remove duplicate module device tableArnd Bergmann2015-11-201-16/+0
* scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-05-311-1/+0
* [SCSI] remove deprecated IRQF_DISABLED from SCSIMichael Opdenacker2014-03-191-1/+1
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* drivers/scsi: remove unnecessary NULL testJulia Lawall2010-08-111-1/+0
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* [SCSI] Clean up my email address and use a single standard address for everyt...Alan Cox2008-12-291-1/+1
* [SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh2008-05-021-1/+1
* [SCSI] initio: fix big endian problems for auto request senseGrant Grundler2008-04-111-4/+5
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0
* [SCSI] initio: fix module hangs on loadingStuart Swales2008-01-231-2/+6
* [SCSI] initio: bugfix for accessors patchBoaz Harrosh2007-12-181-0/+1
* [SCSI] initio: fix conflict when loading driverAlan Cox2007-12-181-0/+1
* [SCSI] initio: Fix merge falloutAlan Cox2007-10-171-2/+4
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-0/+1
* [SCSI] initio: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-25/+11
* [SCSI] initio: Convert into a real Linux driver and update to modern styleAlan Cox2007-05-221-1990/+1833
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [SCSI] initio: fix section mismatches with HOTPLUG=nRandy Dunlap2006-11-251-1/+1
* [initio] Add pci dev table for module auto loading.Ben Collins2006-10-181-9/+10
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser2006-06-101-2/+1
* [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-281-1/+2
* [PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering2005-07-271-1/+1
* [PATCH] drivers/scsi/initio.c: cleanupsAdrian Bunk2005-06-251-49/+36
* [SCSI] allow sleeping in ->eh_bus_reset_handler()Jeff Garzik2005-06-171-0/+4
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+3184