summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/53c700.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: 53c700: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones2024-01-291-1/+1
* scsi: 53c700: Check that command slot is not NULLAlexandra Diupina2023-07-311-1/+1
* scsi: 53c700: Stop clearing SCSI pointer fieldsBart Van Assche2022-02-221-2/+0
* scsi: 53c700: Remove redundant assignment to pointer SCpColin Ian King2022-01-251-1/+0
* scsi: 53c700: Switch to attribute groupsBart Van Assche2021-10-161-5/+7
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-2/+1
* scsi: 53c700: Call scsi_done() directlyBart Van Assche2021-10-161-3/+2
* scsi: 53c700: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-1/+1
* scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke2021-05-311-3/+3
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-1/+0
* scsi: 53c700: Open-code status_byte(u8) callsBart Van Assche2021-04-151-2/+2
* scsi: 53c700: Fix spelling of conditionsganjisheng2021-03-181-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-231-4/+0
|\
| * scsi: 53c700: Remove set but not used variableZheng Yongjun2020-10-071-4/+0
* | 53c700: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-6/+14
* | 53c700: improve non-coherent DMA handlingChristoph Hellwig2020-09-251-50/+63
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-13/+1
* scsi: 53c700: pass correct "dev" to dma_alloc_attrs()Dan Carpenter2019-01-291-1/+1
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: 53c700: move bus reset to host resetHannes Reinecke2017-08-251-20/+3
* scsi: 53c700: switch to dma_alloc_attrsChristoph Hellwig2017-06-261-4/+4
* scsi: remove current_cmnd field from struct scsi_deviceChristoph Hellwig2016-07-131-3/+5
* 53c700: Use proper debug printk format specifiersHelge Deller2016-07-121-1/+1
* 53c700: fix BUG on untagged commandsJames Bottomley2016-06-141-2/+2
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-4/+7
* [SCSI] Fix printk typos in drivers/scsiMasanari Iida2015-08-071-1/+1
* scsi: remove scsi_set_tag_typeChristoph Hellwig2014-12-041-1/+1
* scsi: remove scsi_get_tag_typeChristoph Hellwig2014-12-041-2/+2
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-35/+0
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-12/+7
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-8/+9
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-7/+5
* scsi: remove abuses of scsi_populate_tagChristoph Hellwig2014-11-121-1/+1
* scsi: add new scsi-command flag for tagged commandsChristoph Hellwig2014-11-121-3/+3
* scsi: Remove scsi_print_command when calling abortHannes Reinecke2014-11-121-3/+1
* 53c700: remove scsi_print_sense() usageHannes Reinecke2014-11-121-7/+2
* scsi: use sdev as argument for sense code printingHannes Reinecke2014-11-121-1/+1
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-3/+4
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* SCSI host lock push-downJeff Garzik2010-11-161-3/+5
* scsi: 53c700: remove dma_is_consistent usageFUJITA Tomonori2010-08-111-3/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-041-2/+5
|/
* [SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh2008-05-021-3/+3
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-231-5/+6