summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_main.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: hisi_sas: Rename hisi_sas_cq.pci_irq_maskJohn Garry2020-01-201-1/+1
* scsi: hisi_sas: Modify the file permissions of trigger_dump to write onlyLuo Jiaxing2020-01-201-1/+1
* scsi: hisi_sas: replace spin_lock_irqsave/spin_unlock_restore with spin_lock/...Xiang Chen2020-01-201-27/+21
* scsi: hisi_sas: use threaded irq to process CQ interruptsXiang Chen2020-01-201-11/+11
* scsi: hisi_sas: Stop converting a bool into a boolJohn Garry2019-11-121-1/+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-241-0/+63
* scsi: hisi_sas: Delete the debugfs folder of hisi_sas when the probe failsLuo Jiaxing2019-10-241-0/+1
* scsi: hisi_sas: Add ability to have multiple debugfs dumpsLuo Jiaxing2019-10-241-31/+45
* scsi: hisi_sas: Add module parameter for debugfs dump countLuo Jiaxing2019-10-241-3/+13
* scsi: hisi_sas: Allocate memory for multiple dumps of debugfsLuo Jiaxing2019-10-241-48/+62
* scsi: hisi_sas: Add debugfs file structure for ITCT cacheLuo Jiaxing2019-10-241-8/+8
* scsi: hisi_sas: Add debugfs file structure for IOST cacheLuo Jiaxing2019-10-241-8/+8
* scsi: hisi_sas: Add debugfs file structure for ITCTLuo Jiaxing2019-10-241-11/+12
* scsi: hisi_sas: Add debugfs file structure for IOSTLuo Jiaxing2019-10-241-10/+11
* scsi: hisi_sas: Add debugfs file structure for portLuo Jiaxing2019-10-241-9/+12
* scsi: hisi_sas: Add debugfs file structure for registersLuo Jiaxing2019-10-241-33/+29
* scsi: hisi_sas: Add debugfs file structure for DQLuo Jiaxing2019-10-241-10/+12
* scsi: hisi_sas: Add debugfs file structure for CQLuo Jiaxing2019-10-241-13/+16
* scsi: hisi_sas: Add timestamp for a debugfs dumpLuo Jiaxing2019-10-241-0/+8
* 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-241-2/+6
* 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-101-0/+407
* 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-101-3/+2
* scsi: hisi_sas: Assign NCQ tag for all NCQ commandsXiang Chen2019-09-101-15/+0
* 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: Consolidate internal abort calls in LU reset operationLuo Jiaxing2019-08-071-17/+9
* scsi: hisi_sas: replace "%p" with "%pK"Xiang Chen2019-08-071-1/+1
* scsi: hisi_sas: Remove some unnecessary codeXiang Chen2019-08-071-3/+2
* scsi: hisi_sas: Modify return type of debugfs functionsLuo Jiaxing2019-08-071-33/+18
* scsi: hisi_sas: Drop SMP resp frame DMA mappingJohn Garry2019-08-071-21/+7
* 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
* scsi: hisi_sas: Snapshot AXI and RAS register at debugfsLuo Jiaxing2019-08-071-15/+117
* scsi: hisi_sas: Snapshot HW cache of IOST and ITCT at debugfsLuo Jiaxing2019-08-071-2/+112
* scsi: hisi_sas: Fix pointer usage error in show debugfs IOST/ITCTLuo Jiaxing2019-08-071-2/+4
* scsi: hisi_sas: Drop hisi_sas_hw.get_free_slotJohn Garry2019-08-071-20/+7
* scsi: hisi_sas: Make max IPTT count equal for all hw revisionsJohn Garry2019-08-071-17/+13
OpenPOWER on IntegriCloud