summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Make qla2x00_process_response_queue() easier to readBart Van Assche2019-04-091-38/+47
* scsi: qla2xxx: Reduce the number of forward declarationsBart Van Assche2019-04-091-46/+31
* scsi: qla2xxx: Declare local symbols staticBart Van Assche2019-04-091-2/+2
* scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEEDBart Van Assche2019-04-091-1/+1
* scsi: qla2xxx: Remove a comment that refers to the SCSI host lockBart Van Assche2019-04-091-3/+0
* scsi: qla2xxx: Change a stack variable into a static const variableBart Van Assche2019-04-091-2/+3
* scsi: qla2xxx: fix spelling mistake "alredy" -> "already"Colin Ian King2019-04-091-1/+1
* scsi: lpfc: add support for posting FC events on FPIN receptionJames Smart2019-04-092-0/+12
* scsi: scsi_transport_fc: Add FPIN fc event codesJames Smart2019-04-091-0/+18
* scsi: scsi_transport_fc: refactor event posting routinesJames Smart2019-04-091-59/+41
* scsi: lpfc: Fix a recently introduced compiler warningBart Van Assche2019-04-091-2/+2
* scsi: qla2xxx: Remove useless set memory to zero use memset()YueHaibing2019-04-041-1/+0
* scsi: mptscsih: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-041-0/+2
* scsi: ufs-cdns: Add support for UFSHCI with M31 PHYJan Kotas2019-04-041-10/+64
* scsi: ufs: remove unnecessary pointer evaluationZeng Guangyue2019-04-041-10/+1
* scsi: qedf: Remove set but not used variable 'fr_len'YueHaibing2019-04-041-2/+0
* scsi: pm8001: fix spelling mistake, interupt -> interruptColin Ian King2019-04-044-7/+7
* scsi: pm8001: clean up dead code when PM8001_USE_MSIX is definedColin Ian King2019-04-042-12/+16
* scsi: qla2xxx: Update driver version to 10.01.00.16-kHimanshu Madhani2019-04-041-1/+1
* scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali2019-04-042-39/+46
* scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali2019-04-042-8/+27
* scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unloadAnil Gurumurthy2019-04-041-2/+0
* scsi: qla2xxx: Set remote port devloss timeout to 0Giridhar Malavali2019-04-041-12/+7
* scsi: qla2xxx: Cleanup fcport memory to prevent leakQuinn Tran2019-04-042-5/+4
* scsi: qla2xxx: Use mutex protection during qla2x00_sysfs_read_fw_dump()Quinn Tran2019-04-042-12/+19
* scsi: qla2xxx: Fix fw dump corruptionQuinn Tran2019-04-042-32/+53
* scsi: qla2xxx: Further limit FLASH region write access from SysFSAndrew Vasquez2019-04-041-3/+5
* scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez2019-04-041-2/+2
* scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probeGiridhar Malavali2019-04-041-0/+4
* scsi: qla2xxx: Increase the max_sgl_segments to 1024Giridhar Malavali2019-04-041-1/+1
* scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flagsGiridhar Malavali2019-04-041-0/+3
* scsi: qla2xxx: Set the qpair in SRB to NULL when SRB is releasedGiridhar Malavali2019-04-041-0/+1
* scsi: qla2xxx: Set the SCSI command result before calling the command doneGiridhar Malavali2019-04-041-2/+1
* scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche2019-04-044-18/+18
* scsi: lpfc: Remove unused functionsBart Van Assche2019-04-041-153/+0
* scsi: lpfc: Remove set-but-not-used variablesBart Van Assche2019-04-043-29/+15
* scsi: lpfc: Move trunk_errmsg[] from a header file into a .c fileBart Van Assche2019-04-042-16/+18
* scsi: lpfc: Annotate switch/case fall-throughBart Van Assche2019-04-046-6/+13
* scsi: lpfc: Fix indentation and balance bracesBart Van Assche2019-04-041-3/+3
* scsi: lpfc: Declare local functions staticBart Van Assche2019-04-046-14/+14
* scsi: ufs: Remove "<name>-fixed-regulator" device tree propertyStanley Chu2019-04-041-5/+0
* scsi: ufs: Change "<name>-max-microamp" to non-mandatory propertyStanley Chu2019-04-041-5/+3
* scsi: ufs: Fix regulator load and icc-level configurationStanley Chu2019-04-041-3/+12
* scsi: ufs: Avoid configuring regulator with undefined voltage rangeStanley Chu2019-04-041-5/+8
* scsi: ufs: Remove unused min_uA field in struct ufs_vregStanley Chu2019-04-042-2/+0
* scsi: bnx2fc: remove unneeded variableDing Xiang2019-04-041-2/+1
* scsi: qedf: Update the driver version to 8.37.25.19Saurav Kashyap2019-03-281-4/+4
* scsi: qedf: Fix lport may be used uninitialized warningSaurav Kashyap2019-03-281-3/+1
* scsi: qedf: Correctly handle refcounting of rdataSaurav Kashyap2019-03-281-15/+11
* scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is clearedShyam Sundar2019-03-282-16/+54