aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/53c700.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-16scsi: 53c700: Switch to attribute groupsGravatar Bart Van Assche 1-5/+7
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsGravatar Bart Van Assche 1-2/+1
2021-10-16scsi: 53c700: Call scsi_done() directlyGravatar Bart Van Assche 1-3/+2
2021-08-11scsi: 53c700: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestGravatar Bart Van Assche 1-1/+1
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesGravatar Hannes Reinecke 1-3/+3
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-1/+0
2021-04-15scsi: 53c700: Open-code status_byte(u8) callsGravatar Bart Van Assche 1-2/+2
2021-03-18scsi: 53c700: Fix spelling of conditionsGravatar ganjisheng 1-1/+1
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-4/+0
2020-10-07scsi: 53c700: Remove set but not used variableGravatar Zheng Yongjun 1-4/+0
2020-09-2553c700: convert to dma_alloc_noncoherentGravatar Christoph Hellwig 1-6/+14
2020-09-2553c700: improve non-coherent DMA handlingGravatar Christoph Hellwig 1-50/+63
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
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