summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_nx.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Fix driver reload for ISP82xxHimanshu Madhani2019-09-071-1/+2
* scsi: qla2xxx: Fix flash read for Qlogic ISPsQuinn Tran2019-09-071-0/+1
* scsi: qla2xxx: fix spelling mistake "initializatin" -> "initialization"Colin Ian King2019-08-291-1/+1
* scsi: qla2xxx: Let the compiler check the type of the SCSI command context po...Bart Van Assche2019-08-121-1/+1
* scsi: qla2xxx: Complain if waiting for pending commands times outBart Van Assche2019-08-121-1/+3
* scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche2019-08-121-5/+5
* scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche2019-04-291-4/+2
* scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8Bart Van Assche2019-04-291-3/+3
* scsi: qla2xxx: Move the <linux/io-64-nonatomic-lo-hi.h> include directiveBart Van Assche2019-04-151-0/+1
* scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-151-0/+12
* scsi: qla2xxx: Simplify conditional check againNathan Chancellor2019-03-271-2/+2
* scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez2019-03-191-1/+3
* scsi: qla2xxx: Update flash read/write routineJoe Carnuccio2019-03-191-7/+6
* scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche2018-10-231-1/+1
* scsi: qla2xxx: Simplify conditional checkNathan Chancellor2018-10-161-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* scsi: qla2xxx: Fix function argument descriptionsBart Van Assche2018-02-121-4/+3
* scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King2017-07-011-2/+2
* qla2xxx: Move two arrays from header files to .c filesBart Van Assche2017-01-171-0/+5
* qla2xxx: Indicate out-of-memory with -ENOMEMBart Van Assche2016-04-111-1/+1
* qla2xxx: Fix rwlock recursionBart Van Assche2015-11-171-1/+2
* qla2xxx: Avoid that sparse complains about context imbalancesBart Van Assche2015-08-261-0/+8
* qla2xxx: Remove dead codeBart Van Assche2015-08-261-7/+5
* qla2xxx: Fix sparse annotationsBart Van Assche2015-08-261-57/+50
* qla2xxx: Remove __constant_ prefixBart Van Assche2015-08-261-3/+3
* qla2xxx: Replace two macros with an inline functionBart Van Assche2015-08-261-12/+9
* qla2xxx: Remove set-but-not-used variablesBart Van Assche2015-08-261-6/+3
* qla2xxx: Declare local functions staticBart Van Assche2015-08-261-1/+1
* qla2xxx: Fix indentationBart Van Assche2015-06-131-1/+1
* treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* qla2xxx: Move warning message to debug level.Sawan Chandak2014-09-251-1/+1
* qla2xxx: Collect PCI register checks and board_disable schedulingJoe Lawrence2014-09-161-3/+3
* qla2xxx: Don't check for firmware hung during the reset context for ISP82XX.Tej Prakash2014-05-191-30/+13
* qla2xxx: Use proper log message for flash lock failed error.Atul Deshmukh2014-05-191-0/+4
* qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan2014-05-191-1/+1
* qla2xxx: Track the process when the ROM_LOCK failure happensHiral Patel2014-05-191-6/+14
* qla2xxx: Allow the next firmware dump if the previous dump capture fails for ...Saurav Kashyap2014-05-191-6/+6
* qla2xxx: Issue abort command for outstanding commands during cleanup when onl...Giridhar Malavali2014-05-191-2/+4
* [SCSI] qla2xxx: Read capture firmware dump on mailbox timeout for ISP8044 and...Chad Dupuis2014-03-151-0/+17
* [SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis2014-03-151-2/+2
* [SCSI] qla2xxx: Fix warning reported by smatch.Saurav Kashyap2013-12-191-1/+1
* [SCSI] qla2xxx: Clear RISC INT reg only for an event and not always while pol...Atul Deshmukh2013-12-191-1/+1
* [SCSI] qla2xxx: Disable adapter when we encounter a PCI disconnect.Chad Dupuis2013-12-191-2/+16
* [SCSI] qla2xxx: Reconfigure thermal temperature.Joe Carnuccio2013-09-031-0/+8
* [SCSI] qla2xxx: Remove QL_DEBUG_LEVEL_17 defines from qla_nx.c.Chad Dupuis2013-09-031-14/+0
* [SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh2013-09-031-25/+70
* [SCSI] qla2xxx: Fix for locking issue between driver ISR and mailbox routinesgurinder.shergill@hp.com2013-05-121-16/+10
* [SCSI] qla2xxx: Update the copyright information.Saurav Kashyap2013-02-221-1/+1
* [SCSI] qla2xxx: Display the lock owner on lock acquire failure.Saurav Kashyap2013-02-221-1/+8
* [SCSI] qla2xxx: Determine the number of outstanding commands based on availab...Chad Dupuis2013-02-221-1/+1