summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_nx.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-22scsi: qla2xxx: Use named initializers for q_dev_stateGleb Chesnokov1-20/+15
2021-07-27scsi: qla2xxx: Remove unused variable 'status'Bill Wendling1-2/+0
2021-05-15scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword()Zhen Lei1-1/+2
2020-12-09scsi: qla2xxx: Fix compilation issue in PPC systemsArun Easi1-1/+1
2020-12-01scsi: qla2xxx: Remove in_interrupt() from qla82xx-specific codeAhmed S. Darwish1-14/+11
2020-09-16scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2020-06-30scsi: qla2xxx: Initialize 'n' before using itBart Van Assche1-0/+1
2020-06-30scsi: qla2xxx: Make qla82xx_flash_wait_write_finish() easier to readBart Van Assche1-12/+7
2020-05-26scsi: qla2xxx: Remove an unused functionBart Van Assche1-41/+0
2020-05-19scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche1-44/+45
2020-05-19scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche1-34/+34
2020-05-19scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche1-2/+2
2020-05-19scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche1-1/+1
2020-05-07scsi: qla2xxx: Use true, false for ha->fw_dumpedJason Yan1-2/+2
2020-01-02scsi: qla2xxx: Use get_unaligned_*() instead of open-coding these functionsBart Van Assche1-3/+3
2020-01-02scsi: qla2xxx: Fix the endianness of the qla82xx_get_fw_size() return typeBart Van Assche1-4/+3
2019-12-19scsi: qla2xxx: Remove defer flag to indicate immeadiate port lossHimanshu Madhani1-1/+1
2019-09-07scsi: qla2xxx: Fix driver reload for ISP82xxHimanshu Madhani1-1/+2
2019-09-07scsi: qla2xxx: Fix flash read for Qlogic ISPsQuinn Tran1-0/+1
2019-08-29scsi: qla2xxx: fix spelling mistake "initializatin" -> "initialization"Colin Ian King1-1/+1
2019-08-12scsi: qla2xxx: Let the compiler check the type of the SCSI command context po...Bart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Complain if waiting for pending commands times outBart Van Assche1-1/+3
2019-08-12scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche1-5/+5
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche1-4/+2
2019-04-29scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8Bart Van Assche1-3/+3
2019-04-15scsi: qla2xxx: Move the <linux/io-64-nonatomic-lo-hi.h> include directiveBart Van Assche1-0/+1
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche1-0/+12
2019-03-27scsi: qla2xxx: Simplify conditional check againNathan Chancellor1-2/+2
2019-03-19scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez1-1/+3
2019-03-19scsi: qla2xxx: Update flash read/write routineJoe Carnuccio1-7/+6
2018-10-23scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche1-1/+1
2018-10-16scsi: qla2xxx: Simplify conditional checkNathan Chancellor1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche1-4/+3
2017-07-01scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King1-2/+2
2017-01-17qla2xxx: Move two arrays from header files to .c filesBart Van Assche1-0/+5
2016-04-11qla2xxx: Indicate out-of-memory with -ENOMEMBart Van Assche1-1/+1
2015-11-17qla2xxx: Fix rwlock recursionBart Van Assche1-1/+2
2015-08-26qla2xxx: Avoid that sparse complains about context imbalancesBart Van Assche1-0/+8
2015-08-26qla2xxx: Remove dead codeBart Van Assche1-7/+5
2015-08-26qla2xxx: Fix sparse annotationsBart Van Assche1-57/+50
2015-08-26qla2xxx: Remove __constant_ prefixBart Van Assche1-3/+3
2015-08-26qla2xxx: Replace two macros with an inline functionBart Van Assche1-12/+9
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-6/+3
2015-08-26qla2xxx: Declare local functions staticBart Van Assche1-1/+1
2015-06-13qla2xxx: Fix indentationBart Van Assche1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2014-09-25qla2xxx: Move warning message to debug level.Sawan Chandak1-1/+1
2014-09-16qla2xxx: Collect PCI register checks and board_disable schedulingJoe Lawrence1-3/+3
2014-05-19qla2xxx: Don't check for firmware hung during the reset context for ISP82XX.Tej Prakash1-30/+13