summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arm/fas216.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-22scsi: arm: Move the SCSI pointer to private command dataBart Van Assche1-11/+17
2022-02-22scsi: arm: Rename arm/scsi.h into arm/arm_scsi.hBart Van Assche1-1/+1
2022-02-22scsi: Remove drivers/scsi/scsi.hBart Van Assche1-1/+5
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-6/+4
2021-10-16scsi: fas216: Introduce the function fas216_queue_command_internal()Bart Van Assche1-4/+10
2021-10-16scsi: fas216: Stop using scsi_cmnd.scsi_doneBart Van Assche1-4/+4
2021-09-22scsi: fas216: Kill scmd->tagHannes Reinecke1-23/+8
2021-07-29scsi: fas216: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-12scsi: fas216: Fix a build errorBart Van Assche1-1/+1
2021-05-31scsi: fas216: Use get_status_byte() to avoid using Linux-specific status codesHannes Reinecke1-3/+3
2021-05-31scsi: fas216: Translate message to host byte statusHannes Reinecke1-4/+5
2021-05-21scsi: fas216: Use fallthrough pseudo-keywordWei Ming Chen1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2019-08-09scsi: fas216: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-01-22scsi: fas216: fix sense buffer initializationArnd Bergmann1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2016-02-23scsi: fas216: avoid fas216_log_setup for loadable moduleArnd Bergmann1-0/+2
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes1-3/+3
2014-11-12scsi: Remove scsi_print_command when calling abortHannes Reinecke1-7/+3
2014-11-12scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke1-1/+1
2014-11-12fas216: update logging messagesHannes Reinecke1-15/+11
2014-11-12fas216: return DID_ERROR for incomplete data transferHannes Reinecke1-2/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-4/+7
2013-04-09fas216: switch to ->show_info()Al Viro1-19/+12
2012-10-09SCSI: ARM: make fas216_dumpinfo function conditionalArnd Bergmann1-1/+1
2012-03-24ARM: ecard: get rid of NO_IRQ madnessRussell King1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-11-16SCSI host lock push-downJeff Garzik1-3/+7
2010-02-18ARM: 5944/1: scsi: fix timer setup in fas216.cGuennadi Liakhovetski1-1/+1
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-02-11[SCSI] fas216: Use scsi_eh API for REQUEST_SENSE invocationBoaz Harrosh1-13/+3
2007-03-04[ARM] ARM FAS216: don't modify scsi_cmnd request_bufflenRussell King1-4/+5
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-10-03[SCSI] scsi: Scsi_Cmnd convertion in arm subtreeHenne1-23/+27
2006-07-26[PATCH] fix compile regression for a few scsi driversChristoph Hellwig1-1/+1
2005-11-09[SCSI] remove Scsi_Device typedefChristoph Hellwig1-2/+2
2005-11-09[SCSI] remove Scsi_Pointer typedefChristoph Hellwig1-3/+3
2005-06-17[SCSI] allow sleeping in ->eh_host_reset_handler()Jeff Garzik1-0/+3
2005-04-18[PATCH] remove old scsi data direction macros1-1/+1
2005-04-18[PATCH] remove outdated print_* functions1-4/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+3043