summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas
Commit message (Expand)AuthorAgeFilesLines
* scsi: hisi_sas: Stop converting a bool into a boolJohn Garry2019-11-121-1/+1
* scsi: hisi_sas: Relocate call to hisi_sas_debugfs_exit()Xiang Chen2019-11-121-2/+1
* scsi: hisi_sas: Return directly if init hardware failedXiang Chen2019-11-121-0/+1
* scsi: hisi_sas: Check sas_port before using itXiang Chen2019-11-121-1/+2
* scsi: hisi_sas: Record the phy down event in debugfsLuo Jiaxing2019-10-243-0/+66
* scsi: hisi_sas: Delete the debugfs folder of hisi_sas when the probe failsLuo Jiaxing2019-10-242-0/+2
* scsi: hisi_sas: Add ability to have multiple debugfs dumpsLuo Jiaxing2019-10-242-34/+47
* scsi: hisi_sas: Add module parameter for debugfs dump countLuo Jiaxing2019-10-242-3/+14
* scsi: hisi_sas: Allocate memory for multiple dumps of debugfsLuo Jiaxing2019-10-242-56/+73
* scsi: hisi_sas: Add debugfs file structure for ITCT cacheLuo Jiaxing2019-10-242-9/+13
* scsi: hisi_sas: Add debugfs file structure for IOST cacheLuo Jiaxing2019-10-242-9/+13
* scsi: hisi_sas: Add debugfs file structure for ITCTLuo Jiaxing2019-10-242-12/+17
* scsi: hisi_sas: Add debugfs file structure for IOSTLuo Jiaxing2019-10-242-11/+16
* scsi: hisi_sas: Add debugfs file structure for portLuo Jiaxing2019-10-242-10/+18
* scsi: hisi_sas: Add debugfs file structure for registersLuo Jiaxing2019-10-242-34/+35
* scsi: hisi_sas: Add debugfs file structure for DQLuo Jiaxing2019-10-242-11/+18
* scsi: hisi_sas: Add debugfs file structure for CQLuo Jiaxing2019-10-242-14/+22
* scsi: hisi_sas: Add timestamp for a debugfs dumpLuo Jiaxing2019-10-242-0/+10
* scsi: hisi_sas: Replace in_softirq() check in hisi_sas_task_exec()Xiang Chen2019-10-241-1/+7
* scsi: hisi_sas: use wait_for_completion_timeout() when clearing ITCTXiang Chen2019-10-245-12/+33
* scsi: hisi_sas: Set the BIST init value before enabling BISTXiang Chen2019-10-241-5/+5
* scsi: hisi_sas: Don't create debugfs dump folder twiceXiang Chen2019-10-241-3/+0
* Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen2019-10-091-3/+3
|\
| * scsi: hisi_sas: Make three functions staticYueHaibing2019-09-231-3/+3
* | scsi: hisi_sas: fix spelling mistake "digial" -> "digital"Colin Ian King2019-09-301-1/+1
|/
* scsi: hisi_sas: Fix the conflict between device gone and host resetXiang Chen2019-09-101-3/+4
* scsi: hisi_sas: Add BIST support for phy loopbackXiang Chen2019-09-103-0/+543
* scsi: hisi_sas: Add hisi_sas_debugfs_alloc() to centralise allocationLuo Jiaxing2019-09-101-44/+58
* scsi: hisi_sas: Remove some unused function argumentsLuo Jiaxing2019-09-104-20/+17
* scsi: hisi_sas: Remove redundant work declarationXiang Chen2019-09-101-1/+0
* scsi: hisi_sas: Remove hisi_sas_hw.slot_completeLuo Jiaxing2019-09-104-5/+0
* scsi: hisi_sas: Assign NCQ tag for all NCQ commandsXiang Chen2019-09-104-18/+8
* scsi: hisi_sas: Update all the registers after suspend and resumeXiang Chen2019-09-101-2/+8
* scsi: hisi_sas: Retry 3 times TMF IO for SAS disks when init deviceXiang Chen2019-09-101-6/+10
* scsi: hisi_sas: Remove sleep after issue phy reset if sas_smp_phy_control() f...Luo Jiaxing2019-09-101-2/+3
* scsi: hisi_sas: Directly return when running I_T_nexus reset if phy disabledLuo Jiaxing2019-09-101-0/+5
* scsi: hisi_sas: Use true/false as input parameter of sas_phy_reset()Luo Jiaxing2019-09-101-2/+2
* scsi: hisi_sas: add debugfs auto-trigger for internal abort time outLuo Jiaxing2019-09-101-0/+3
* scsi: hisi_sas: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-071-2/+1
* scsi: hisi_sas: remove set but not used variable 'irq_value'zhengbin2019-08-291-3/+1
* scsi: hisi_sas: Consolidate internal abort calls in LU reset operationLuo Jiaxing2019-08-071-17/+9
* scsi: hisi_sas: replace "%p" with "%pK"Xiang Chen2019-08-073-7/+7
* scsi: hisi_sas: Remove some unnecessary codeXiang Chen2019-08-072-7/+3
* scsi: hisi_sas: Modify return type of debugfs functionsLuo Jiaxing2019-08-071-33/+18
* scsi: hisi_sas: Drop free_irq() when devm_request_irq() failedXiang Chen2019-08-072-44/+11
* scsi: hisi_sas: Drop SMP resp frame DMA mappingJohn Garry2019-08-074-30/+10
* scsi: hisi_sas: Drop kmap_atomic() in SMP command completionJohn Garry2019-08-073-9/+3
* scsi: hisi_sas: Make slot buf minimum allocation of PAGE_SIZEXiang Chen2019-08-071-1/+1
* scsi: hisi_sas: Don't bother clearing status buffer IU in task prepXiang Chen2019-08-071-2/+4
* scsi: hisi_sas: Fix out of bound at debug_I_T_nexus_reset()Luo Jiaxing2019-08-071-3/+8