summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_nx.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Use named initializers for q_dev_stateGleb Chesnokov2022-02-221-20/+15
* scsi: qla2xxx: Remove unused variable 'status'Bill Wendling2021-07-271-2/+0
* scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword()Zhen Lei2021-05-151-1/+2
* scsi: qla2xxx: Fix compilation issue in PPC systemsArun Easi2020-12-091-1/+1
* scsi: qla2xxx: Remove in_interrupt() from qla82xx-specific codeAhmed S. Darwish2020-12-011-14/+11
* scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner2020-09-161-2/+1
* scsi: qla2xxx: Initialize 'n' before using itBart Van Assche2020-06-301-0/+1
* scsi: qla2xxx: Make qla82xx_flash_wait_write_finish() easier to readBart Van Assche2020-06-301-12/+7
* scsi: qla2xxx: Remove an unused functionBart Van Assche2020-05-261-41/+0
* scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche2020-05-191-44/+45
* scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche2020-05-191-34/+34
* scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche2020-05-191-2/+2
* scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche2020-05-191-1/+1
* scsi: qla2xxx: Use true, false for ha->fw_dumpedJason Yan2020-05-071-2/+2
* scsi: qla2xxx: Use get_unaligned_*() instead of open-coding these functionsBart Van Assche2020-01-021-3/+3
* scsi: qla2xxx: Fix the endianness of the qla82xx_get_fw_size() return typeBart Van Assche2020-01-021-4/+3
* scsi: qla2xxx: Remove defer flag to indicate immeadiate port lossHimanshu Madhani2019-12-191-1/+1
* 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