aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/dc395x.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-02scsi: print single-character strings with seq_putcGravatar Rasmus Villemoes 1-2/+2
2015-02-02scsi: merge consecutive seq_puts callsGravatar Rasmus Villemoes 1-2/+2
2015-02-02scsi: replace seq_printf with seq_putsGravatar Rasmus Villemoes 1-8/+9
2015-02-02scsi: remove SPRINTF macroGravatar Rasmus Villemoes 1-42/+36
2014-07-17scsi: use 64-bit value for 'max_luns'Gravatar Hannes Reinecke 1-1/+1
2014-07-17scsi: use 64-bit LUNsGravatar Hannes Reinecke 1-20/+20
2014-07-17scsi: Remove CONFIG_SCSI_MULTI_LUNGravatar Hannes Reinecke 1-8/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+0
2013-10-25[SCSI] dc395: Move 'last_reset' into internal host structureGravatar Hannes Reinecke 1-11/+13
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Gravatar Jingoo Han 1-1/+0
2013-04-09dc395x: switch to ->show_info()Gravatar Al Viro 1-16/+4
2013-02-24[SCSI] dc395x: uninitialized variable in device_alloc()Gravatar Dan Carpenter 1-1/+1
2013-01-03Drivers: scsi: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-26/+25
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2011-05-01[SCSI] remove cmd->serial_number litterGravatar Christoph Hellwig 1-97/+96
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-7/+7
2010-12-22Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+2
2010-11-16SCSI host lock push-downGravatar Jeff Garzik 1-1/+2
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-4/+4
2010-08-11dc395x: decrease iteration for tag_number of max_command in start_scsi()Gravatar Roel Kluin 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-09tree-wide: fix typos "selct" + "slect" -> "select"Gravatar Uwe Kleine-König 1-1/+1
2008-04-07[SCSI] Remove random noop unchecked_isa_dma usersGravatar Andi Kleen 1-1/+0
2008-02-07[SCSI] dc395x: fix uninitialized var warningGravatar Andrew Morton 1-1/+1
2008-01-30[SCSI] remove use_sg_chainingGravatar James Bottomley 1-1/+0
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEGravatar FUJITA Tomonori 1-9/+7
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Gravatar Robert P. J. Day 1-3/+3
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateGravatar FUJITA Tomonori 1-0/+1
2007-10-12[SCSI] Remove ->pid field from scsi_cmndGravatar Matthew Wilcox 1-55/+55
2007-07-15[SCSI] dc395x: convert to use the data buffer accessorsGravatar FUJITA Tomonori 1-103/+60
2007-05-09Fix occurrences of "the the "Gravatar Michael Opdenacker 1-3/+3
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-1/+1
2006-10-10[PATCH] use %zu for size_tGravatar Al Viro 1-1/+1
2006-10-06Various drivers' irq handlers: kill dead code, needless castsGravatar Jeff Garzik 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+1
2006-09-26[SCSI] pci_module_init conversion in scsi subsystemGravatar Henrik Kretzschmar 1-1/+1
2006-09-26[SCSI] dc395x: fix printk format warningGravatar Randy Dunlap 1-1/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-26spelling fixesGravatar Andreas Mohr 1-1/+1
2006-06-10[SCSI] Remove last page_address from dc395x.cGravatar Guennadi Liakhovetski 1-24/+35
2006-04-14[SCSI] dc395x: dynamically map scatter-gather for PIOGravatar Guennadi Liakhovetski 1-102/+115
2006-01-26[SCSI] dc395x: "fix" virt_addr calculation on AUTO_REQSENSEGravatar Guennadi Liakhovetski 1-1/+5
2005-11-07[PATCH] kfree cleanup: drivers/scsiGravatar Jesper Juhl 1-2/+1
2005-09-20[SCSI] dc395x: atomic_kmap for PIOGravatar Guennadi Liakhovetski 1-0/+13
2005-08-14Revert "dc395x: Fix support for highmem"Gravatar Linus Torvalds 1-35/+13
2005-07-27[PATCH] clean up inline static vs static inlineGravatar Jesper Juhl 1-1/+1
2005-06-17[SCSI] allow sleeping in ->eh_bus_reset_handler()Gravatar Jeff Garzik 1-1/+11
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+4942