aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_nx2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-17qla2xxx: Move two arrays from header files to .c filesBart Van Assche1-0/+17
2015-08-26qla2xxx: Replace two macros with an inline functionBart Van Assche1-2/+2
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-8/+4
2015-08-26qla2xxx: Declare local functions staticBart Van Assche1-2/+2
2015-06-13qla2xxx: Fix indentationBart Van Assche1-7/+6
2014-11-12qla2xxx: remove redundant declaration in 'qla_gbl.h'Chen Gang1-1/+1
2014-08-26treewide: Fix typo in printkMasanari Iida1-1/+1
2014-05-19qla2xxx: Check the QLA8044_CRB_DRV_ACTIVE_INDEX register when we are not the owner of the reset.Hiral Patel1-63/+57
2014-05-19qla2xxx: ISP8044 poll ipmdio bus timeout improvement.Joe Carnuccio1-8/+7
2014-05-19qla2xxx: Remove unnecessary printk_ratelimited from qla_nx2.cChad Dupuis1-2/+0
2014-05-19qla2xxx: Include <delay.h> file for msleep declartion in qla_nx2.c file.Atul Deshmukh1-0/+1
2014-05-19qla2xxx: Use proper log message for flash lock failed error.Atul Deshmukh1-2/+2
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan1-1/+1
2014-05-19qla2xxx: Check for peg alive counter and clear any outstanding mailbox command.Giridhar Malavali1-5/+8
2014-05-19qla2xxx: Support of new firmware dump opcodes QLA8044_RDDFE(38), QLA8044_RDMDIO(39),QLA8044_POLLWR(40).Pratik Mohanty1-0/+335
2014-05-19qla2xxx: Allow the next firmware dump if the previous dump capture fails for ISP8044.Saurav Kashyap1-0/+3
2014-05-19qla2xxx: Log when device state is moved to failed state.Giridhar Malavali1-8/+23
2014-03-15[SCSI] qla2xxx: Read capture firmware dump on mailbox timeout for ISP8044 and ISP82XX.Chad Dupuis1-0/+16
2014-03-15[SCSI] qla2xxx: Remove ISP_ABORT_NEEDED and ISP_ABORT_RETRY checks from watchdog function for ISP8044.Atul Deshmukh1-2/+0
2014-03-15[SCSI] qla2xxx: Use proper message for Non owner reset ACK Timeout.Atul Deshmukh1-2/+2
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2013-12-19[SCSI] qla2xxx: Fix warning reported by smatch.Saurav Kashyap1-4/+4
2013-12-19[SCSI] qla2xxx: Reset nic_core_reset_owner on moving from COLD to READY for ISP8044Sawan Chandak1-1/+1
2013-12-19[SCSI] qla2xxx: Don't consider the drivers knocked out of IDC participation for future reset recovery process.Saurav Kashyap1-11/+12
2013-09-03[SCSI] qla2xxx: Correction to message ids.Saurav Kashyap1-5/+5
2013-09-03[SCSI] qla2xxx: Reconfigure thermal temperature.Joe Carnuccio1-0/+8
2013-09-03[SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh1-0/+3708