summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla1280.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla1280: Separate out host reset function from qla1280_error_action()Hannes Reinecke2023-10-131-20/+22
* scsi: qla1280: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: qla1280: Remove redundant variableColin Ian King2022-05-191-2/+1
* scsi: qla1280: Move the SCSI pointer to private command dataBart Van Assche2022-02-221-17/+4
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-2/+1
* scsi: qla1280: Call scsi_done() directlyBart Van Assche2021-10-161-3/+2
* scsi: qla1280: Stop using scsi_cmnd.tagJohn Garry2021-08-231-1/+1
* scsi: qla1280: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-3/+2
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-12/+0
* scsi: qla1280: Fix warning comparing pointer to 0Jiapeng Chong2021-03-241-1/+1
* scsi: qla1280: Spelling fixesBhaskar Chowdhury2021-03-181-4/+4
* scsi: qla1280: Fix printk regressionRené Rebe2021-01-221-6/+6
* scsi: qla1280: Remove set but not used variable in qla1280_status_entry()Jason Yan2020-09-091-7/+2
* scsi: qla1280: Remove set but not used variable in qla1280_mailbox_command()Jason Yan2020-09-091-2/+1
* scsi: qla1280: Remove set but not used variable in qla1280_nvram_config()Jason Yan2020-09-091-2/+1
* scsi: qla1280: Remove set but not used variable in qla1280_done()Jason Yan2020-09-091-2/+1
* scsi: qla1280: make qla1280_firmware_mutex and qla1280_fw_tbl staticJason Yan2020-04-141-2/+2
* scsi: qla1280: Make checking for 64bit support consistentThomas Bogendoerfer2020-01-201-1/+1
* scsi: qla1280: Fix dma firmware download, if dma address is 64bitThomas Bogendoerfer2020-01-151-6/+14
* qla1280: remove SGI SN2 supportChristoph Hellwig2019-08-161-37/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-10/+1
* scsi/qla1280: Remove stale comment about mmiowb()Will Deacon2019-04-081-10/+0
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0
* scsi: qla1280: set 64bit coherent maskThomas Bogendoerfer2019-01-111-1/+1
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: qla1280: properly handle 64-bit DMAChristoph Hellwig2018-11-061-4/+1
* scsi: qla1280: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig2018-11-061-27/+20
* scsi: qla1280: switch to generic DMA APIChristoph Hellwig2018-10-171-13/+13
* timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2017-10-051-9/+5
* ia64, scsi: update references for the device-io bookMauro Carvalho Chehab2017-05-161-1/+1
* qla1280: Don't allocate 512kb of host tagsJohannes Thumshirn2016-04-301-1/+1
* scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke2015-05-311-1/+0
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-2/+2
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-3/+2
* x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin2014-02-271-7/+0
* [SCSI] qla1280: Annotate timer on stack so object debug does not complainMeelis Roos2013-12-191-1/+1
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
* qla1280: Remove redundant NULL check before release_firmware() callJesper Juhl2012-04-301-5/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* [SCSI] remove cmd->serial_number litterChristoph Hellwig2011-05-011-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-04-051-52/+109
|\
| * [SCSI] qla1280: retain firmware for error recoveryMichael Reed2010-03-271-52/+109
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
|/
* [SCSI] qla1280: Drop host_lock while requesting firmwareBen Hutchings2010-02-081-0/+4
* [SCSI] qla1280: error recovery rewriteMichael Reed2009-05-201-133/+157
* [SCSI] qla1280: driver clean upMichael Reed2009-05-201-89/+10
* Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds2009-04-101-2/+2
|\
| * qla1280: Fix off-by-some error in firmware loading.David Woodhouse2009-04-081-2/+2