aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_tmpl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-26scsi: qla2xxx: remove incorrect sparse #ifdefLinus Torvalds1-4/+0
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-2/+1
2020-09-29scsi: qla2xxx: Fix reset of MPI firmwareArun Easi1-36/+13
2020-09-29scsi: qla2xxx: Correct the check for sscanf() return valueSaurav Kashyap1-2/+2
2020-09-16scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2020-05-19scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche1-3/+3
2020-05-19scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lower caseBart Van Assche1-7/+7
2020-05-19scsi: qla2xxx: Use register names instead of register offsetsBart Van Assche1-4/+4
2020-05-19scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche1-15/+4
2020-05-07scsi: qla2xxx: Use true, false for ha->fw_dumpedJason Yan1-1/+1
2020-05-07scsi: qla2xxx: Use true, false for need_mpi_resetJason Yan1-2/+2
2020-04-24scsi: qla2xxx: Fix MPI failure AEN (8200) handlingArun Easi1-22/+99
2020-02-24scsi: qla2xxx: Use endian macros to assign static fields in fwdump headerJoe Carnuccio1-8/+9
2019-10-09scsi: qla2xxx: Capture FW dump on MPI heartbeat stop eventQuinn Tran1-1/+3
2019-10-09scsi: qla2xxx: Check for MB timeout while capturing ISP27/28xx FW dumpQuinn Tran1-2/+23
2019-08-12scsi: qla2xxx: Complain if a soft reset failsBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Complain if parsing the version string failsBart Van Assche1-2/+3
2019-03-19scsi: qla2xxx: Simplification of register address used in qla_tmpl.cJoe Carnuccio1-44/+27
2019-03-19scsi: qla2xxx: Correction and improvement to fwdt processingJoe Carnuccio1-19/+24
2019-03-19scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio1-39/+50
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio1-72/+112
2019-03-19scsi: qla2xxx: Remove FW default templateJoe Carnuccio1-103/+1
2019-02-19scsi: qla2xxx: Add new FW dump template entry typesJoe Carnuccio1-73/+118
2019-02-19scsi: qla2xxx: Fix code indentation for qla27xx_fwdt_entryHimanshu Madhani1-23/+23
2018-08-02scsi: qla2xxx: Silent erroneous messageQuinn Tran1-0/+9
2018-08-02scsi: qla2xxx: Add longer window for chip resetQuinn Tran1-1/+3
2018-01-03scsi: qla2xxx: Fix Firmware dump size for Extended login and Exchange OffloadQuinn Tran1-3/+37
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-12/+0
2017-08-24scsi: qla2xxx: Skip zero queue count entry during FW dump captureJoe Carnuccio1-7/+12
2017-08-08scsi: qla2xxx: Fix system crash while triggering FW dumpMichael Hernandez1-12/+0
2017-06-12scsi: qla2xxx: Retain loop test for fwdump length exceeding buffer lengthJoe Carnuccio1-7/+9
2017-05-24scsi: qla2xxx: Modify T262 FW dump template to specify same start/end to debug customer issuesJoe Carnuccio1-1/+1
2017-01-17qla2xxx: Include ATIO queue in firmware dump when in target modeHimanshu Madhani1-0/+24
2016-07-15qla2xxx: Add ram area DDR for fwdump template entry T262.Joe Carnuccio1-1/+8
2016-02-06qla2xxx: Fix stale pointer access.Quinn Tran1-0/+16
2015-08-26qla2xxx: Avoid that sparse complains about context imbalancesBart Van Assche1-0/+4
2015-08-26qla2xxx: Fix sparse annotationsBart Van Assche1-10/+10
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-2/+1
2015-04-10qla2xxx: Prevent multiple firmware dump collection for ISP27XX.Himanshu Madhani1-0/+4
2015-04-10qla2xxx: Add udev notification to save fw dump for ISP27XXHimanshu Madhani1-2/+3
2015-04-10qla2xxx: Add message for sucessful FW dump collected for ISP27XX.Himanshu Madhani1-0/+8
2015-04-10qla2xxx: Fix crash due to wrong casting of reg for ISP27XX.Himanshu Madhani1-1/+1
2014-09-25qla2xxx: ISP27xx fwdump template error print simplification.Joe Carnuccio1-27/+4
2014-09-25qla2xxx: Add ISP27xx fwdump template entry T275 (insert buffer).Joe Carnuccio1-0/+27
2014-09-25qla2xxx: ISP27xx fwdump template fix insertbuf() routine.Joe Carnuccio1-10/+2
2014-09-25qla2xxx: ISP27xx fwdump template remove high frequency debug logs.Joe Carnuccio1-17/+0
2014-09-25qla2xxx: ISP27xx optimize fwdump entry table lookup.Joe Carnuccio1-4/+6
2014-09-25qla2xxx: ISP27xx add tests for incomplete template.Joe Carnuccio1-0/+9
2014-05-19qla2xxx: ISP27xx queue index shadow registers.Joe Carnuccio1-2/+4
2014-05-19qla2xxx: ISP27xx firmware dump template spec updates (including T274).Joe Carnuccio1-28/+62