summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* qla2xxx: IOCB data should be copied to I/O mem using memcpy_toio.Atul Deshmukh2014-05-191-1/+1
* 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-193-3/+7
* qla2xxx: Decrease pci access for response queue processing for ISPFX00.Armen Baloyan2014-05-191-1/+1
* qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan2014-05-1928-28/+28
* qla2xxx: Update entry type 270 to match spec update.Joe Carnuccio2014-05-191-1/+1
* qla2xxx: Enable fw_dump_size for ISP8044.Hiral Patel2014-05-191-1/+1
* qla2xxx: Introduce fw_dump_flag to track fw dump progress.Hiral Patel2014-05-196-12/+44
* qla2xxx: Remove unnecessary delays from fw dump code path.Hiral Patel2014-05-192-41/+32
* qla2xxx: Track the process when the ROM_LOCK failure happensHiral Patel2014-05-192-9/+14
* qla2xxx: Correction to ISP27xx template entry types 256 and 258.Joe Carnuccio2014-05-191-1/+1
* qla2xxx: Add ISP8044 serdes bsg interface.Joe Carnuccio2014-05-196-3/+137
* 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-194-1/+384
* qla2xxx: Allow the next firmware dump if the previous dump capture fails for ...Saurav Kashyap2014-05-194-6/+11
* qla2xxx: Add pci device id 0x2271.Joe Carnuccio2014-05-192-8/+21
* qla2xxx: Issue abort command for outstanding commands during cleanup when onl...Giridhar Malavali2014-05-191-2/+4
* qla2xxx: Log when device state is moved to failed state.Giridhar Malavali2014-05-191-8/+23
* qla2xxx: Correct ISP83xx/ISP27xx mislogic in setting out_mb in qla25xx_init_r...Joe Carnuccio2014-05-191-1/+1
* qla2xxx: Allow ISP83XX and ISP27XX both to write req_q_out register.Joe Carnuccio2014-05-191-1/+1
* qla2xxx: Correct operations for ISP27xx template types 270 and 271.Joe Carnuccio2014-05-192-6/+17
* qla2xxx: Do not schedule reset when one is already active when receiving an i...Chad Dupuis2014-05-191-5/+7
* qla2xxx: Wait for reset completion without lock for ISPFX00.Saurav Kashyap2014-05-191-1/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-04-121-1/+17
|\
| * target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-071-1/+1
| * target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-071-0/+16
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2014-04-0124-540/+2226
|\ \
| * | [SCSI] qla2xxx: Fix build errors related to invalid print fields on some arch...Chad Dupuis2014-03-192-9/+9
| * | [SCSI] qla2xxx: Fixup looking for a space in the outstanding_cmds array in ql...Chad Dupuis2014-03-151-1/+1
| * | [SCSI] qla2xxx: Re-sync module parameter descriptions with the codeSteven J. Magnani2014-03-151-4/+6
| * | [SCSI] qla2xxx: fix error handling of qla2x00_mem_alloc()Dan Carpenter2014-03-151-3/+3
| * | [SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.Armen Baloyan2014-03-157-91/+140
| * | [SCSI] qla2xxx: Fix Task Management command asynchronous handlingArmen Baloyan2014-03-154-123/+69
| * | [SCSI] qla2xxx: Correct the port no assignment for ISP82XX.Saurav Kashyap2014-03-151-1/+1
| * | [SCSI] qla2xxx: Update the driver version to 8.07.00.02-k.Saurav Kashyap2014-03-151-2/+2
| * | [SCSI] qla2xxx: Correctly set the read_optrom pointer for ISP8044.Saurav Kashyap2014-03-151-1/+1
| * | [SCSI] qla2xxx: Read capture firmware dump on mailbox timeout for ISP8044 and...Chad Dupuis2014-03-156-2/+73
| * | [SCSI] qla2xxx: Simplify the ISPFX00 interrupt handler code for ISPFX00.Saurav Kashyap2014-03-152-20/+9
| * | [SCSI] qla2xxx: Avoid poisoning in the response queue for ISPFX00.Saurav Kashyap2014-03-151-7/+8
| * | [SCSI] qla2xxx: Add changes in the IOCB structures to adjust driver source co...Armen Baloyan2014-03-152-18/+18
| * | [SCSI] qla2xxx: Remove ISP_ABORT_NEEDED and ISP_ABORT_RETRY checks from watch...Atul Deshmukh2014-03-151-2/+0
| * | [SCSI] qla2xxx: Remove Marker type IOCB logic for ISPFX00.Armen Baloyan2014-03-153-46/+1
| * | [SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis2014-03-1520-136/+1812
| * | [SCSI] qla2xxx: Set host can_queue value based on available resources.Chad Dupuis2014-03-151-9/+10
| * | [SCSI] qla2xxx: Properly handle 32 bit mailbox register for ISPFX00.Saurav Kashyap2014-03-151-6/+6
| * | [SCSI] qla2xxx: Enable the Flash Access Control (FAC) mailbox command.Joe Carnuccio2014-03-151-4/+1
| * | [SCSI] qla2xxx: Select correct request queue for error type IOCB for ISPFX00.Saurav Kashyap2014-03-151-1/+1
| * | [SCSI] qla2xxx: Remove init control block related dead code for ISPFX00.Saurav Kashyap2014-03-153-39/+0
OpenPOWER on IntegriCloud