summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/dc395x.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: dc395x: Drop internal SCSI message definitionsHannes Reinecke2021-01-221-17/+11
* scsi: dc395x: Mark 's_stat2' as __maybe_unusedLee Jones2020-11-101-1/+1
* scsi: dc395x: Remove a few unused variablesLee Jones2020-11-101-9/+4
* scsi: dc395x: Use module_pci_driver() to simplify the codeLiu Shixin2020-10-071-24/+1
* scsi: dc395x: Remove pci-dma-compat wrapper APISuraj Upadhyay2020-08-241-3/+3
* scsi: dc395x: Use %*ph to print small bufferAndy Shevchenko2020-08-201-8/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* scsi: dc395x: remove dc395x_bios_paramChristoph Hellwig2020-03-261-34/+0
* scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-1/+1
* scsi: dc395x: use generic DMA APIChristoph Hellwig2018-10-171-22/+15
* scsi: dc395x: fix DMA API usage in sg_update_listChristoph Hellwig2018-10-171-0/+5
* scsi: dc395x: fix dma API usage in srb_doneChristoph Hellwig2018-10-171-5/+2
* scsi: dc395x: simplify list handlingChristoph Hellwig2018-10-171-126/+26
* scsi: core: check for equality of result byte valuesJohannes Thumshirn2018-06-261-3/+2
* scsi: dc395x: Convert timers to use timer_setup()Kees Cook2017-10-271-8/+5
* scsi: print single-character strings with seq_putcRasmus Villemoes2015-02-021-2/+2
* scsi: merge consecutive seq_puts callsRasmus Villemoes2015-02-021-2/+2
* scsi: replace seq_printf with seq_putsRasmus Villemoes2015-02-021-8/+9
* scsi: remove SPRINTF macroRasmus Villemoes2015-02-021-42/+36
* scsi: use 64-bit value for 'max_luns'Hannes Reinecke2014-07-171-1/+1
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-20/+20
* scsi: Remove CONFIG_SCSI_MULTI_LUNHannes Reinecke2014-07-171-8/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+0
|\
| * SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-1/+0
* | [SCSI] dc395: Move 'last_reset' into internal host structureHannes Reinecke2013-10-251-11/+13
|/
* dc395x: switch to ->show_info()Al Viro2013-04-091-16/+4
* [SCSI] dc395x: uninitialized variable in device_alloc()Dan Carpenter2013-02-241-1/+1
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-26/+25
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* [SCSI] remove cmd->serial_number litterChristoph Hellwig2011-05-011-97/+96
* Fix common misspellingsLucas De Marchi2011-03-311-7/+7
* Merge branch 'master' into for-nextJiri Kosina2010-12-221-1/+2
|\
| * SCSI host lock push-downJeff Garzik2010-11-161-1/+2
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-4/+4
|/
* dc395x: decrease iteration for tag_number of max_command in start_scsi()Roel Kluin2010-08-111-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: fix typos "selct" + "slect" -> "select"Uwe Kleine-König2009-11-091-1/+1
* [SCSI] Remove random noop unchecked_isa_dma usersAndi Kleen2008-04-071-1/+0
* [SCSI] dc395x: fix uninitialized var warningAndrew Morton2008-02-071-1/+1
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-231-9/+7
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-3/+3
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-0/+1
* [SCSI] Remove ->pid field from scsi_cmndMatthew Wilcox2007-10-121-55/+55
* [SCSI] dc395x: convert to use the data buffer accessorsFUJITA Tomonori2007-07-151-103/+60
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-3/+3
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] use %zu for size_tAl Viro2006-10-101-1/+1
* Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-061-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+1