aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ncr53c8xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-22scsi: zalon: Stop using the SCSI pointerBart Van Assche1-10/+12
2021-10-16scsi: ncr53c8xx: Switch to attribute groupsBart Van Assche1-4/+6
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-1/+2
2021-10-16scsi: ncr53c8xx: Call scsi_done() directlyBart Van Assche1-2/+1
2021-09-13scsi: ncr53c8xx: Remove unused retrieve_from_waiting_list() functionHelge Deller1-23/+0
2021-08-24scsi: ncr53c8xx: Remove unused codeHannes Reinecke1-163/+0
2021-08-24scsi: ncr53c8xx: Complete all commands during bus resetHannes Reinecke1-33/+2
2021-08-24scsi: ncr53c8xx: Remove 'sync_reset' argument from ncr_reset_bus()Hannes Reinecke1-6/+5
2021-08-11scsi: ncr53c8xx: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-01-26scsi: ncr53c8xx: Fix typosHannes Reinecke1-3/+3
2021-01-22scsi: ncr53c8xx: Use SAM status valuesHannes Reinecke1-37/+46
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-7/+7
2020-03-11scsi: docs: convert ncr53c8xx.txt to ReSTMauro Carvalho Chehab1-1/+1
2019-10-24scsi: Fix various misspellings of "connect"Geert Uytterhoeven1-1/+1
2019-08-07scsi: ncr53c8xx: Mark expected switch fall-throughHelge Deller1-0/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-13/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-07-10scsi: ncr53c8xx: remove ScsiResult macroJohannes Thumshirn1-5/+5
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-4/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-1/+1
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-05-01[SCSI] remove cmd->serial_number litterChristoph Hellwig1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-06-15[SCSI] ncr53c8xx: div reaches -1Roel Kluin1-1/+1
2008-10-09block: unify request timeout handlingJens Axboe1-2/+2
2008-05-01drivers/scsi/ncr53c8xx.c: fix warningAndrew Morton1-1/+1
2008-04-28scsi: fix integer as NULL pointer warningsHarvey Harrison1-2/+2
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-3/+4
2008-01-30[SCSI] ncr53c8xx: fix sense_buffer access bugFUJITA Tomonori1-1/+1
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-1/+2
2007-10-12[SCSI] Remove ->pid field from scsi_cmndMatthew Wilcox1-6/+1
2007-10-12[SCSI] ncr53c8xx: Call scsi_host_put in releaseMatthew Wilcox1-7/+4
2007-07-15[SCSI] ncr53c8xx: convert to use the data buffer accessorsFUJITA Tomonori1-59/+11
2006-12-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-8/+11
2006-11-30Fix misc .c/.h comment typosMatt LaPlante1-7/+7
2006-11-15[SCSI] minor bug fixes and cleanupsJeff Garzik1-8/+11
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-2/+1
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig1-3/+3
2006-02-27[SCSI] Add spi_populate_*_msg functionsMatthew Wilcox1-20/+5
2006-02-27[SCSI] ncr53c8xx updateMatthew Wilcox1-60/+58
2005-12-16[SCSI] Merge sym53c8xx_comm.h and sym53c8xx_defs.h into ncr driverMatthew Wilcox1-1/+733
2005-12-16[SCSI] Use spi_print_msg in ncr53c8xx driverMatthew Wilcox1-13/+2