aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_nx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 pointerBart 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 firmwareBart 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
2014-05-19qla2xxx: Use proper log message for flash lock failed error.Atul Deshmukh1-0/+4
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan1-1/+1
2014-05-19qla2xxx: Track the process when the ROM_LOCK failure happensHiral Patel1-6/+14
2014-05-19qla2xxx: Allow the next firmware dump if the previous dump capture fails for ISP8044.Saurav Kashyap1-6/+6
2014-05-19qla2xxx: Issue abort command for outstanding commands during cleanup when only firmware is alive.Giridhar Malavali1-2/+4
2014-03-15[SCSI] qla2xxx: Read capture firmware dump on mailbox timeout for ISP8044 and ISP82XX.Chad Dupuis1-0/+17
2014-03-15[SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis1-2/+2
2013-12-19[SCSI] qla2xxx: Fix warning reported by smatch.Saurav Kashyap1-1/+1
2013-12-19[SCSI] qla2xxx: Clear RISC INT reg only for an event and not always while polling.Atul Deshmukh1-1/+1
2013-12-19[SCSI] qla2xxx: Disable adapter when we encounter a PCI disconnect.Chad Dupuis1-2/+16
2013-09-03[SCSI] qla2xxx: Reconfigure thermal temperature.Joe Carnuccio1-0/+8
2013-09-03[SCSI] qla2xxx: Remove QL_DEBUG_LEVEL_17 defines from qla_nx.c.Chad Dupuis1-14/+0
2013-09-03[SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh1-25/+70
2013-05-12[SCSI] qla2xxx: Fix for locking issue between driver ISR and mailbox routinesgurinder.shergill@hp.com1-16/+10