aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/53c700.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Gravatar Thomas Gleixner 1-13/+1
2019-01-29scsi: 53c700: pass correct "dev" to dma_alloc_attrs()Gravatar Dan Carpenter 1-1/+1
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2017-08-25scsi: 53c700: move bus reset to host resetGravatar Hannes Reinecke 1-20/+3
2017-06-26scsi: 53c700: switch to dma_alloc_attrsGravatar Christoph Hellwig 1-4/+4
2016-07-13scsi: remove current_cmnd field from struct scsi_deviceGravatar Christoph Hellwig 1-3/+5
2016-07-1253c700: Use proper debug printk format specifiersGravatar Helge Deller 1-1/+1
2016-06-1453c700: fix BUG on untagged commandsGravatar James Bottomley 1-2/+2
2015-11-09scsi: use host wide tags by defaultGravatar Christoph Hellwig 1-4/+7
2015-08-07[SCSI] Fix printk typos in drivers/scsiGravatar Masanari Iida 1-1/+1
2014-12-04scsi: remove scsi_set_tag_typeGravatar Christoph Hellwig 1-1/+1
2014-12-04scsi: remove scsi_get_tag_typeGravatar Christoph Hellwig 1-2/+2
2014-12-04scsi: remove ->change_queue_type methodGravatar Christoph Hellwig 1-35/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 1-12/+7
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthGravatar Christoph Hellwig 1-8/+9
2014-11-12scsi: always assign block layer tags if enabledGravatar Christoph Hellwig 1-7/+5
2014-11-12scsi: remove abuses of scsi_populate_tagGravatar Christoph Hellwig 1-1/+1
2014-11-12scsi: add new scsi-command flag for tagged commandsGravatar Christoph Hellwig 1-3/+3
2014-11-12scsi: Remove scsi_print_command when calling abortGravatar Hannes Reinecke 1-3/+1
2014-11-1253c700: remove scsi_print_sense() usageGravatar Hannes Reinecke 1-7/+2
2014-11-12scsi: use sdev as argument for sense code printingGravatar Hannes Reinecke 1-1/+1
2014-07-17scsi: use 64-bit LUNsGravatar Hannes Reinecke 1-3/+4
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2010-11-16SCSI host lock push-downGravatar Jeff Garzik 1-3/+5
2010-08-11scsi: 53c700: remove dma_is_consistent usageGravatar FUJITA Tomonori 1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledGravatar Mike Christie 1-2/+5
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferGravatar Boaz Harrosh 1-3/+3
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEGravatar FUJITA Tomonori 1-5/+6
2007-07-14[SCSI] 53c700: Remove printk, which triggers because of low scsi clock on SNI...Gravatar Thomas Bogendoerfer 1-2/+0
2007-06-17[SCSI] 53c700: m68k support for the 53c700 SCSI coreGravatar Kars de Jong 1-10/+10
2007-05-26[SCSI] 53c700: convert to use the data buffer accessorsGravatar FUJITA Tomonori 1-40/+15
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-01-13[SCSI] 53c700: Allow setting burst lengthGravatar Thomas Bogendoerfer 1-3/+21
2006-12-07[PATCH] Pass struct dev pointer to dma_cache_sync()Gravatar Ralf Baechle 1-37/+43
2006-12-07[PATCH] Add struct dev pointer to dma_is_consistent()Gravatar Ralf Baechle 1-1/+1
2006-12-03[SCSI] 53c700: brown paper bag fix for auto request senseGravatar James Bottomley 1-1/+6
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-10-01[PATCH] completions: lockdep annotate on stack completionsGravatar Peter Zijlstra 1-1/+1
2006-07-03Merge ../scsi-misc-2.6Gravatar James Bottomley 1-26/+30
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-29[SCSI] 53c700: fix breakage caused by the autosense updateGravatar James Bottomley 1-26/+30
2006-06-26[SCSI] kmalloc argument switcheroo in recent 53c700 change.Gravatar Dave Jones 1-1/+1
2006-06-19[SCSI] 53c700: remove reliance on deprecated cmnd fieldsGravatar James Bottomley 1-39/+47
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-11/+8
2006-05-28[SCSI] audit drivers for incorrect max_id useGravatar Hannes Reinecke 1-1/+1
2006-02-27[SCSI] Add spi_populate_*_msg functionsGravatar Matthew Wilcox 1-14/+4
2005-12-15[SCSI] Rename scsi_print_msg to spi_print_msgGravatar Matthew Wilcox 1-3/+3