summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_nx2.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Use named initializers for q_dev_stateGleb Chesnokov2022-02-221-6/+3
* scsi: qla2xxx: Simplify qla8044_minidump_process_control()Bart Van Assche2021-03-241-8/+0
* scsi: qla2xxx: Fix incorrectly named function qla8044_check_temp()Lee Jones2021-03-151-1/+1
* scsi: qla2xxx: Fix compilation issue in PPC systemsArun Easi2020-12-091-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-231-1/+1
|\
| * scsi: qla2xxx: Initialize variable in qla8044_poll_reg()Tom Rix2020-10-071-1/+1
* | scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner2020-09-161-2/+1
|/
* scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche2020-05-191-2/+2
* scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche2020-05-191-6/+6
* 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-4/+4
* scsi: qla2xxx: Suppress a Coveritiy complaint about integer overflowBart Van Assche2019-08-121-1/+1
* scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8Bart Van Assche2019-04-291-1/+1
* scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-151-2/+1
* scsi: qla2xxx: Update flash read/write routineJoe Carnuccio2019-03-191-4/+4
* scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche2018-10-231-1/+1
* scsi: qla2xxx: Fix function argument descriptionsBart Van Assche2018-02-121-10/+9
* scsi: qla2xxx: remove duplicate includesPravin Shedge2017-12-111-2/+0
* scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King2017-07-011-1/+1
* qla2xxx: Move two arrays from header files to .c filesBart Van Assche2017-01-171-0/+17
* qla2xxx: Replace two macros with an inline functionBart Van Assche2015-08-261-2/+2
* qla2xxx: Remove set-but-not-used variablesBart Van Assche2015-08-261-8/+4
* qla2xxx: Declare local functions staticBart Van Assche2015-08-261-2/+2
* qla2xxx: Fix indentationBart Van Assche2015-06-131-7/+6
* qla2xxx: remove redundant declaration in 'qla_gbl.h'Chen Gang2014-11-121-1/+1
* treewide: Fix typo in printkMasanari Iida2014-08-261-1/+1
* qla2xxx: Check the QLA8044_CRB_DRV_ACTIVE_INDEX register when we are not the ...Hiral Patel2014-05-191-63/+57
* qla2xxx: ISP8044 poll ipmdio bus timeout improvement.Joe Carnuccio2014-05-191-8/+7
* qla2xxx: Remove unnecessary printk_ratelimited from qla_nx2.cChad Dupuis2014-05-191-2/+0
* qla2xxx: Include <delay.h> file for msleep declartion in qla_nx2.c file.Atul Deshmukh2014-05-191-0/+1
* qla2xxx: Use proper log message for flash lock failed error.Atul Deshmukh2014-05-191-2/+2
* qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan2014-05-191-1/+1
* qla2xxx: Check for peg alive counter and clear any outstanding mailbox command.Giridhar Malavali2014-05-191-5/+8
* qla2xxx: Support of new firmware dump opcodes QLA8044_RDDFE(38), QLA8044_RDMD...Pratik Mohanty2014-05-191-0/+335
* qla2xxx: Allow the next firmware dump if the previous dump capture fails for ...Saurav Kashyap2014-05-191-0/+3
* qla2xxx: Log when device state is moved to failed state.Giridhar Malavali2014-05-191-8/+23
* [SCSI] qla2xxx: Read capture firmware dump on mailbox timeout for ISP8044 and...Chad Dupuis2014-03-151-0/+16
* [SCSI] qla2xxx: Remove ISP_ABORT_NEEDED and ISP_ABORT_RETRY checks from watch...Atul Deshmukh2014-03-151-2/+0
* [SCSI] qla2xxx: Use proper message for Non owner reset ACK Timeout.Atul Deshmukh2014-03-151-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-221-1/+1
|\
| * treewide: fix comments and printk msgsMasanari Iida2014-01-071-1/+1
* | [SCSI] qla2xxx: Fix warning reported by smatch.Saurav Kashyap2013-12-191-4/+4
* | [SCSI] qla2xxx: Reset nic_core_reset_owner on moving from COLD to READY for I...Sawan Chandak2013-12-191-1/+1
* | [SCSI] qla2xxx: Don't consider the drivers knocked out of IDC participation f...Saurav Kashyap2013-12-191-11/+12
|/
* [SCSI] qla2xxx: Correction to message ids.Saurav Kashyap2013-09-031-5/+5
* [SCSI] qla2xxx: Reconfigure thermal temperature.Joe Carnuccio2013-09-031-0/+8
* [SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh2013-09-031-0/+3708